.header-flex-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mobil-logo {
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.header-mobil-logo-title {
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(90deg, #8a64e8 0%, #9475ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  line-height: 1;
}

.header-mobil-logo-subtitle {
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(90deg, #8268e0 0%, #8fcfbc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  line-height: 1;
}

.main-page-container {
  font-family: '"Segoe UI", sans-serif';
  background: "linear-gradient(120deg, #f8fffa 0%, #e8f0fe 100%)";
  padding: 64;
  margin: auto;
  margin-bottom: 0;
  border-radius: 36;
}
.main-page-campaign-card {
  background: "linear-gradient(90deg, #e3f2fd 0%, #f8ffae 100%)";
  border-radius: 28;
  box-shadow: 0 6px 32px 0 rgba(0, 64, 106, 0.12);
  margin-bottom: 56;
  padding: 0;
  position: relative;
  overflow: visible;
}
.main-page-campaign-card-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.main-page-campaign-card-join {
  flex: 2 1 340px;
  min-width: 260px;
  padding: 40px 28px 36px 36px;
  border-radius: 22px 0 0 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 10px #00416a13;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 340;
}
@media (max-width: 360px) {
  .main-page-campaign-cards-wrap {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .main-page-campaign-cards-wrap {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (max-width: 768px) and (min-width: 360px) {
  .main-page-campaign-cards-wrap {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .app-content {
    margin: 5px 0px !important;
  }
  .popover-container {
    position: relative !important;
  }
  .main-page-campaign-card-join {
    padding: 0px !important;
  }
  .main-page-campaign-card-information {
    padding: 0px !important;
  }
}
@media (max-width: 576px) {
  .header-container {
    padding: 0 12px;
  }
}
.main-page-campaign-card-information {
  flex: 3 1 420px;
  min-width: 260px;
  background: rgba(232, 240, 254, 0.82);
  border-radius: 0 22px 22px 0;
  padding: 40px 36px 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1.5px solid #e3f2fd;
  min-height: 340px;
}
.main-page-campaign-cards {
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98) 60%,
    rgba(232, 240, 254, 0.92) 100%
  );
  box-shadow: 0 6px 32px rgba(0, 64, 106, 0.1);
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: pointer;
  padding: 0;
  transform: translateY(0px);
  border: 1.5px solid #e3f2fd;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}
.main-page-campaign-cards-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

/* Kampanya Paketleri Grid - 5 kart ve ortalı */
.campaign-packages-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.campaign-packages-grid .ant-card {
  flex: 0 1 calc(20% - 19px);
  min-width: 220px;
  max-width: calc(20% - 19px);
}

/* Paket Detay Sayfası Responsive */
.package-detail-container {
  width: 100%;
}

.package-detail-container .package-detail-flex {
  display: flex;
  gap: 20px;
  min-height: 600px;
}

.package-detail-container .pdf-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.package-detail-container .pdf-area-styled {
  flex: 1;
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.package-detail-container .package-info {
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Responsive tasarım */
@media (max-width: 1600px) {
  .campaign-packages-grid .ant-card {
    flex: 0 1 calc(25% - 18px);
    max-width: calc(25% - 18px);
  }
}

@media (max-width: 1400px) {
  .package-detail-container .package-info {
    flex: 0 0 350px;
  }
  .package-detail-container .pdf-area {
    padding: 30px;
  }
}

@media (max-width: 1200px) {
  .campaign-packages-grid .ant-card {
    flex: 0 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }
  
  .package-detail-container .package-detail-flex {
    flex-direction: column;
    gap: 20px;
  }
  
  .package-detail-container .package-info {
    flex: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .package-detail-container .pdf-area {
    flex: none;
    min-height: 300px;
    order: 1;
  }
  
  .package-detail-container .pdf-area:first-of-type {
    order: 0;
  }
}

@media (max-width: 900px) {
  .campaign-packages-grid .ant-card {
    flex: 0 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  
  .package-detail-container .pdf-area {
    padding: 20px;
    min-height: 250px;
  }
}

@media (max-width: 600px) {
  .campaign-packages-grid .ant-card {
    flex: 0 1 100%;
    max-width: 100%;
    min-width: 100%;
  }
  
  .package-detail-container .pdf-area {
    padding: 15px;
    min-height: 200px;
  }
  
  .package-detail-container .package-info {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .ant-breadcrumb li {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 540px) {
  .module-page-title {
    font-size: 13px !important;
  }
  .module-list-search-column {
    width: 100%;
    order: 1;
  }
  .module-list-extra-column {
    width: 100%;
  }
  .module-list-header-row {
    gap: 12px;
  }
}
