﻿.content-section {
  padding: 24px 16px;
  font-family: "Open Sans", sans-serif;
}

.section-title {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}

.card-wrapper {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.banner-card {
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(
      0deg,
      rgba(65, 131, 91, 0.2) 0%,
      rgba(65, 131, 91, 0.2) 100%
    ),
    url(https://supplementler2.sm.mncdn.com/Themes/Supplementler/Content/images/garanti-iade-banner.jpg)
      lightgray 50% / cover no-repeat;
}

.banner-blur-container {
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.35);
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.banner-title {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner-content {
  color: #000;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.content-card {
  display: flex;
  padding: 16px 12px;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid #ebebeb;
  background: #fff;

  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1),
    0 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.image-wrapper {
  margin-bottom: 12px;
}

.content-title {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}

.content-details {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
