﻿.page-container {
  display: flex;
  font-family: "Open Sans", sans-serif;
}

.side-menu {
  min-width: 200px;
  padding: 24px 16px;
  height: fit-content;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.side-menu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.side-menu ul li a {
  color: #323232;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.side-menu ul li a:hover {
  text-decoration: underline;
}

.content-section {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-title {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 63.636% */
}

.banner-card {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #ebebeb;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1),
    0 2px 4px -2px rgba(16, 24, 40, 0.06);
  background: linear-gradient(
      0deg,
      rgba(65, 131, 91, 0.06) 0%,
      rgba(65, 131, 91, 0.06) 100%
    ),
    url(https://supplementler2.sm.mncdn.com/Themes/Supplementler/Content/images/garanti-iade-banner.jpg)
      lightgray 0 -8.724px / 100% 241.909% no-repeat;
}

.banner-blur-container {
  background: #41835B0F;
  padding: 58px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.banner-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.banner-content {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  max-width: 500px;
}

.card-container {
  display: flex;
  gap: 24px;
}

.content-card {
  display: flex;
  flex: 1 1 0;
  min-width: 0; /* MUTLAKA */
  padding: 16px 12px;
  flex-direction: column;
  align-items: center;
  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-weight: 700;
  margin-bottom: 6px;
}

.content-details {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  width: -webkit-fill-available;
  overflow-wrap: break-word;
  word-break: break-word;
  list-style: 16px;
}

.content-details a {
  color: #333;
}

.info-text {
  color: #888;
  font-size: 14px;
  font-weight: 500;
}

.info-text a {
  color: #888;
}