.atlas-case-info-box {
  margin-top: 22px;
  background: #f9fafb;
  padding: 16px 18px 16px 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eef2f7;
}

.atlas-case-feature-list {
  margin: 24px;
}

.atlas-case-feature {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.atlas-case-feature-bar {
  width: 4px;
  background: #26328A;
  border-radius: 2px;
  flex-shrink: 0;
}

.atlas-case-feature-body {
  min-width: 0;
}

.atlas-case-feature-title {
  font-weight: 700;
  font-size: 18px;
  color: #26328A;
  margin-bottom: 4px;
}

.atlas-case-feature-desc {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

.img-block {
  margin: 24px auto;
  width: 90%;
}

.img-block img {
  width: 100%;
  height: auto;
  display: block;
}

.img-block figcaption {
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  color: #666;
}

.atlas-case-img-info-box {
  background: #F0F4FF;
  color: #4b5563;
  font-size: 14px;
  padding: 16px 18px 16px 18px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .img-block {
    width: 95%;
  }
}

@media (max-width: 576px) {
  .atlas-case-feature-list {
    margin: 12px 0;
  }

  .img-block {
    width: 100%;
  }
}