/* ====================== global ====================== */
.icw .mr-8-4 {
    margin-right: 8px;
}
@media screen and (max-width: 767px) {
    .icw #main.main {
    padding-top: 85px !important;
    }
    .icw main.main:before {
        content: "";
        background: linear-gradient(180deg, rgb(59 59 59 / 42%) 0%, rgba(53, 159, 214, 0) 100%);
        top: 0;
        position: absolute;
        width: 100%;
        height: 100px;
    }
}
/* ====================== end global ====================== */

/* ====================== breadcrumb ====================== */
.icw .breadcrumb-container {
    background: #FAFAFA;
    box-shadow: 0px 6px 7.4px 0px rgba(0, 0, 0, 0.03) inset;
    padding-top: 16px;
    padding-bottom: 16px;
}
.icw .breadcrumb-container a,
.icw .breadcrumb-container span {
    font-size: 13px;
    font-weight: 600;
    color: #666666;
}
.icw .breadcrumb-container span {
    color: #00A94F;
}
/* ====================== end breadcrumb ====================== */

/* ====================== sc-intro ====================== */
/* .icw .sc-intro {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
} */
.icw .sc-intro .sc-inner {
    /* padding-top: 0; */
    padding-bottom: 64px !important;
    /* margin-top: -10px;
    z-index: 2; */
}
.icw p.text-detail-intro {
    color: #333333;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 0;
}
.icw .text-highlight {
    font-size: 26px;
    line-height: 150%;
    color: #00A94F;
}
.icw .sc-intro .wrapper-img-slide {
    border-top: 1px solid #EEEEEE;
    padding-top: 32px;
    margin-top: 32px;
}
.icw .sc-intro .wrapper-img-slide p.text-green {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.icw .sc-intro h1 {
    color: #111111;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}
.icw .sc-intro h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 30px;
}
.icw .sc-intro p.detail-intro {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    text-align: center;
    margin-bottom: 0;
}
/* .icw .sc-intro p.detail-intro:not(:last-of-type) {
    margin-bottom: 16px;
}
.icw .sc-intro p.detail-intro:last-of-type {
    margin-bottom: 0;
} */
@media screen and (max-width: 767px) {
    .icw .sc-intro p.detail-intro {
        font-size: 18px;
    }
    p.text-detail-intro,
    .text-highlight {
        font-size: 18px;
    }
}
/* ====================== end sc-intro ====================== */

/* ====================== sc-practices ====================== */
/* .sc-practices {
    background: radial-gradient(135.66% 135.66% at 61.7% 73.95%, #FFFFFF 0%, #E5F0E2 100%);
} */
.icw .sc-practices .sc-content {
    display: flex;
    flex-direction: column;
}
.icw .sc-practices h3 {
    font-size: 33px;
    font-weight: 600;
    line-height: 50px;
    color: #111111;
    text-align: center;
    margin-bottom: 32px;
}
.icw .sc-practices .sc-content img {
    margin: 0 auto;
}
.icw .btn-view-more {
    min-width: 220px;
    max-width: fit-content;
    height: 40px;
    border-radius: 8px;
    padding: 8px 22px;
    background: #00A94F;
    color: #FFFFFF !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-top: 32px;
}
.icw .btn-view-more:hover {
    background: #008f44;
}
@media screen and (max-width: 767px) {
    .sc-practices h3 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 24px;
    }
    .btn-view-more {
        margin-top: 24px;
    }
}
/* ====================== end sc-practices ====================== */

/* ====================== sc-sc-sustainability-reward ====================== */
.icw .sc-sustainability-reward {
    background: #F4F4F4;
}

.icw .sc-sustainability-reward-header {
    font-size: 33px !important;
    font-weight: 600 !important;
    line-height: 50px !important;
    color: #111111 !important;
    margin-bottom: 32px !important;
    text-align: center;
}
.icw .sc-sustainability-reward .box-content {
    background: #FFFFFF;
    border-bottom: 4px solid #00A94F;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;  
}
.icw .sc-sustainability-reward .box-content h3 {
    margin-bottom: 16px;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.icw .sc-sustainability-reward .box-content p {
    margin-bottom: 8px;
    color: #333333;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
}
.icw .sc-sustainability-reward .box-content p:last-of-type {
    margin-bottom: 0;
}
.icw .sc-sustainability-reward .box-content a {
    margin: 0 auto;
    margin-top: 32px;
    background: #00A94F;
    padding: 8px 22px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    min-width: 220px;
    border-radius: 8px;
    min-height: 40px;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.icw .sc-sustainability-reward .box-content a:hover {
    background-color: #028f44;
}
.icw .sc-sustainability-reward .wrapper-items {
    min-height: calc(868px - 32px);
}
.icw .sc-award-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #EEEEEE;
}
.icw .sc-award-item:first-child {
    padding-top: 0;
}
/* .sc-award-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
} */

.icw .sc-award-item__img {
    flex-shrink: 0;
    width: 140px;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEEEEE;
    border-radius: 18px;
    overflow: hidden;
}
.icw .sc-award-item__img img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.icw .sc-award-item__content {
    flex: 1;
    min-width: 0;
}
.icw .sc-award-item__content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #00A94F;
    margin-bottom: 8px;
    line-height: 150%;
}
/* override box-content p สำหรับ item content */
.icw .sc-award-item__content p {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 4px;
}
.icw .sc-award-item__content .sc-award-note {
    font-size: 10px !important;
    color: #666666 !important;
    /* margin-top: 4px; */
}
.icw .sc-award-item__content ul,
.icw .sc-award-item__content ul li {
    list-style: disc !important;
}
.icw .sc-award-item__content ul {
    margin: 8px 0 0 20px;
    margin-left: 24px;
    margin-top: 0;
    padding: 0;
}
.icw .sc-award-item__content ul li {
    font-size: 16px;
    color: #333333;
    line-height: 150%;
}
.icw .sc-award-item__content ul li::marker {
    font-size: 10px;
}
.icw .sc-sustainability-reward .box-content p:has(+ ul) {
    margin-bottom: 0;
}

/* ===== Pagination ===== */
.icw .sc-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 4px; */
    margin-top: 24px;
    flex-wrap: wrap;
}
.icw .sc-pagination__btn {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50% !important;
    background: transparent;
    color: #333333 !important;
    font-size: 13px !important;
    /* font-family: 'Sarabun', sans-serif; */
    font-weight: 600 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.icw .sc-pagination__btn--arrow::after {
  font-family: "iconavigation";
  content: "\e900";
  font-size: 12px;
  font-weight: 600;
  color: #333333;
}
/* ปุ่มย้อนกลับ หมุน 180 องศา */
.icw .sc-pagination__btn--prev::after {
  transform: rotate(180deg);
}
.icw .sc-pagination__btn:hover {
    background: #e8e8e8;
}
.icw .sc-pagination__btn.is-active {
    background: #00A94F;
    color: #FFFFFF !important;
}
.icw .sc-pagination__btn.is-active:hover {
    background: #028f44;
}
.icw .sc-pagination__btn--arrow {
    font-size: 20px;
    color: #00A94F;
    font-weight: 700;
}
.icw .sc-pagination__btn--arrow:disabled {
    display: none;
    color: #cccccc;
    cursor: default;
}
.icw .sc-pagination__btn--arrow:disabled:hover {
    background: transparent;
}
.icw .sc-pagination__dots {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    user-select: none;
}

/* ===== Skeleton Loading ===== */
@keyframes sc-skeleton-pulse {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.icw .sc-skeleton-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #E8E8E8;
}
.icw .sc-skeleton-item:first-child {
    padding-top: 0;
}
.icw .sc-skeleton-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.icw .sc-skeleton-bone {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: sc-skeleton-pulse 1.5s ease-in-out infinite;
    border-radius: 4px;
}
.icw .sc-skeleton-img {
    flex-shrink: 0;
    width: 130px;
    height: 100px;
    border-radius: 6px;
}
.icw .sc-skeleton-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 4px;
}
.icw .sc-skeleton-title {
    height: 20px;
    width: 60%;
}
.icw .sc-skeleton-text {
    height: 14px;
    width: 100%;
}
.icw .sc-skeleton-text--short {
    width: 75%;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
    .sc-sustainability-reward-header {
    font-size: 24px !important;
    line-height: 36px !important;
    }
    .sc-sustainability-reward .box-content {
    padding: 24px 16px;
    }
    .sc-award-item,
    .sc-skeleton-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .sc-award-item__img img {
        max-height: 80px;
    }
    .sc-skeleton-img {
        width: 100%;
        max-width: 140px;
        height: 80px;
    }
    .sc-award-item__img {
        width: 100%;
        max-width: 80px;
    }
    .sc-award-item__content h4 {
        font-size: 16px;
    }
    .sc-award-item__content p,
    .sc-award-item__content ul li {
    font-size: 14px;
    }

}
/* ====================== end sc-sc-sustainability-reward ====================== */

/* ====================== sc-determination ====================== */
.icw .sc-determination {
    background: #EDF6F5;
}
h3.header-determantion {
    font-size: 33px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 32px;
    text-align: center;
}
.icw .determination-swiper {
    overflow: hidden;
}
/* =========================================
   CARD DETERMINATION
========================================= */
.icw .card-determination {
  background: #fff;
  border-radius: 10px;
  padding: 24px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto !important;
}
.icw .card-determination h4 {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
  /* min-height: 58px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
 
/* Image */
.icw .card-determination-img {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
}
.icw .card-determination-img img {
  width: 100%;
  height: auto;
  display: block;
}
 
/* Links */
.icw .card-determination-links {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.icw .card-determination-links li {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 16px;
}
.icw .card-determination-links li:last-child {
    margin-bottom: 0;
    border-bottom: unset;
}
.icw .card-determination-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #00A94F;
  text-decoration: none;
  transition: opacity 0.2s;
}
.icw .card-determination-links li:last-child a {
    padding-bottom: 0;
}
.card-determination-links a:hover {
  opacity: 0.75;
}
.icw .card-determination-links a svg {
  flex-shrink: 0;
}
 
/* =========================================
   SWIPER OVERRIDES
========================================= */
.icw .determination-swiper .swiper-pagination {
  position: relative;
  margin-top: 24px;
  padding-top: 0;
}
.icw .determination-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
}
.icw .determination-swiper .swiper-pagination-bullet-active {
  background: #00A94F;
  width: 24px;
  border-radius: 4px;
}
 
/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 767px) {
    h3.header-determantion {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 24px;
    }
  .icw .sc-determination .sc-inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .icw .header-determination {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .icw .card-determination {
    padding: 24px 20px;
  }
  .icw .card-determination h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .icw .card-determination-links a {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ====================== end sc-determination ====================== */

/* =========================================
   SC-AWARDS
========================================= */
.icw .sc-awards {
  background: radial-gradient(166.83% 166.83% at 50% 10.36%, #F5FAF5 0%, #E5F0E2 100%);
  overflow: hidden;
}
.icw .sc-awards .sc-inner {
  padding-top: 64px;
  padding-bottom: 64px;
}

/* Header */
.icw .sc-awards-header {
  text-align: center;
  margin-bottom: 32px;
}
.icw .sc-awards-header h3 {
  font-size: 33px;
  font-weight: 600;
  line-height: 50px;
  color: #111111;
  margin-bottom: 8px;
}
.icw .sc-awards-header p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin: 0;
}

/* =========================================
   AWARDS GRID - Desktop only override
========================================= */
@media (min-width: 768px) {
  .awards-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 16px;
    transform: none !important;
  }
  .icw .sc-awards .swiper-pagination-bullets-dynamic,
  .icw .sc-awards .swiper-pagination {
    display: none;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .icw .awards-swiper .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
    .icw .sc-awards .swiper-pagination-bullets-dynamic {
        padding-top: 24px;
    }
}

/* =========================================
   CARD AWARD
========================================= */
.icw .card-award {
  background: #fff;
  border-radius: 8px;
  border-bottom: 4px solid #00A94F;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Desktop: บังคับ height/width auto เพื่อให้ grid ทำงานถูก */
@media (min-width: 768px) {
  .icw .card-award {
    height: auto !important;
    width: auto !important;
  }
}

/* Logo */
.icw .card-award-logo {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.icw .card-award-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Heading */
.icw .card-award h4 {
  font-size: 13px;
  font-weight: 600;
  color: #00A94F;
  line-height: 20px;
  margin-bottom: 4px;
}

/* Description */
.icw .card-award p {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin: 0;
}
.icw .card-award-note {
  font-size: 10px !important;
  line-height: 1.5 !important;
  color: #666666 !important;
  margin-top: 8px !important;
}

/* =========================================
   ACTION BUTTON
========================================= */
.icw .sc-awards-action {
  text-align: center;
  margin-top: 32px;
}
.icw .btn-view-all {
  display: inline-block;
  background: #00A94F;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 22px;
  border-radius: 8px;
  height: 40px;
  min-width: 220px;
  max-width: fit-content;
  transition: background 0.2s, transform 0.2s;
}
.icw .btn-view-all:hover {
  background: #008f44;
  color: #fff;
}


/* =========================================
   RESPONSIVE - Mobile
========================================= */
@media (max-width: 767px) {
  .icw .sc-awards .sc-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .icw .sc-awards-header {
    margin-bottom: 24px;
  }
  .icw .sc-awards-header h3 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .icw .sc-awards-header p {
    font-size: 16px;
  }
  .sc-awards-header p br {
    display: none;
  }

  .icw .card-award {
    padding: 12px 8px;
  }
  .icw .card-award h4 {
    font-size: 13px;
  }
  .icw .card-award p {
    font-size: 13px;
  }

  .icw .sc-awards-action {
    margin-top: 24px;
  }
  .icw .btn-view-all {
    width: 100%;
    padding: 8px 22px;
  }
}

/* =========================================
   SC-REPORTS
========================================= */
.icw .sc-reports {
  background: #F4F4F4;
}
.icw .sc-reports .sc-inner {
  padding-top: 64px;
  padding-bottom: 64px;
}
.icw h3.sc-reports-header {
  font-size: 33px !important;
  font-weight: 600 !important;
  color: #333 !important;
  text-align: center;
  margin-bottom: 32px;
}

/* =========================================
   GRID
========================================= */
.icw .reports-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* =========================================
   CARD REPORT
========================================= */
.icw .card-report {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

/* Head: title + ดูทั้งหมด */
.icw .card-report-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.icw .card-report-head h4 {
  font-size: 26px !important;
  line-height: 39px !important;
  font-weight: 600 !important;
  color: #333333 !important;
  margin: 0;
}
.icw a.card-report-viewall {
  font-size: 18px;
  font-weight: 600;
  color: #00A94F !important;
  text-decoration: underline !important;
  transition: opacity 0.2s !important;
}
.icw .card-report-viewall:hover {
  opacity: 0.75;
}

/* Body: cover + caption */
.icw .card-report-body {
  background: linear-gradient(180deg,rgba(241, 241, 241, 1) 0%, rgba(223, 223, 223, 1) 50%);;
  /* border-radius: 8px; */
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
.icw .card-report-cover {
  /* width: 200px; */
  margin-bottom: 16px;
}
.icw .card-report-cover img {
  width: auto !important;
  height: 200px !important;
  display: block !important;
  border-radius: 4px !important;
}
.icw .card-report-cover.sustain-report img {
  max-width: 145px;
}
.icw p.card-report-caption {
  font-size: 18px;
  font-weight: 500;
  color: #00A94F;
  margin: 0;
  text-align: center;
}

/* Actions: 2 buttons + divider */
.icw .card-report-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.icw .card-report-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A94F !important;
  text-decoration: none;
  transition: opacity 0.2s;
}
.icw .card-report-btn:hover {
  opacity: 0.7;
}
.icw .card-report-btn svg {
  width: 24px;
  height: 24px;
  display: block;
}
.icw .card-report-divider {
  width: 1px;
  height: 24px;
  background: #CCCCCC;
  flex-shrink: 0;
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 767px) {
  .icw .sc-reports .sc-inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .icw h3.sc-reports-header {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .icw .reports-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .icw .card-report {
    padding: 20px;
  }
  .icw .card-report-head {
    padding-bottom: 16px;
    border-bottom: 1px solid #E7E7E7;
    align-items: flex-end;
  }
  .icw .card-report-head h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .icw .card-report-body {
    padding: 20px;
  }
  .icw .card-report-cover {
    width: 160px;
  }
}

/* ====================== responsive ====================== */
@media screen and (min-width: 768px) {
    .icw .sc-result .sc-content {
    display: flex;
    justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    .icw .sc-intro {
        overflow: hidden;
    }
    .breadcrumb-container {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .icw .sc-intro .sc-inner {
        margin-top: 0;
        padding-bottom: 48px !important;
    }
    .icw .sc-intro h1 {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 16px;
    }
    .icw .sc-practices h3 {
        font-size: 24px;
        line-height: 150%;
    }
    .icw .sc-result .sc-header h3 {
        font-size: 18px;
        line-height: 150%;
    }
    .icw .sc-intro h3 {
        margin-bottom: 8px;
    }
    .icw .text-scroll {
        margin-bottom: 16px;
    }
    .icw .sc-sc-sustainability-reward .box-content {
        padding: 24px;
    }
    .icw .sc-sc-sustainability-reward .box-content h3 {
        font-size: 15px;
        line-height: 150%;
        margin-bottom: 8px;
    }
    .icw .sc-sc-sustainability-reward .box-content a {
        margin-top: 24px;
    }
    .mr-8-4 {
        margin-right: 3px;
    }

    /* sc-intro */
    .icw .sc-intro .wrapper-img-slide {
        padding-top: 24px;
        margin-top: 24px;
    }

    /* sc-practices */
    .icw .sc-practices .sc-content {
        flex-direction: column;
    }
    .icw .sc-practices .text-scroll p {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    .icw .sc-practices .text-scroll {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .icw .sc-practices .text-scroll .icon {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

    /* sc-scstainable-reward */
    .sc-sustainability-reward-header {
        font-size: 24px !important;
        line-height: 150% !important;
        margin-bottom: 24px !important;
    }
}
/* ====================== end responsive ====================== */


/* ====================== POP UP ====================== */
/* dots button */
.icw .wrapper-dots-button {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* --- Green popup dropdown --- */
.icw .popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99;
    }

.icw .popup-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    transform: translateX(-35%);
    left: 0;
    z-index: 100;
    background: #00A94F;
    border-radius: 8px;
    padding: 10px 16px;
    min-width: 160px;
    /* box-shadow: 0 8px 32px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.08); */
    animation: popIn 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: top left;
    }

/* .popup-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 24px;
    width: 12px;
    height: 12px;
    background: #00a651;
    transform: rotate(45deg);
    border-radius: 2px;
} */

@keyframes popIn {
    from { opacity: 0; transform: translateX(-35%) scale(0.92) translateY(-4px); }
    to   { opacity: 1; transform: translateX(-35%) scale(1) translateY(0); }
}

.icw .popup-dropdown.show,
.icw .popup-overlay.show {
    display: block;
}

.icw .popup-dropdown .popup-item {
    display: block;
    width: 100%;
    /* padding: 10px 16px; */
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    /* border-radius: 8px; */
    transition: background 0.15s;
    cursor: pointer;
    border: none;
    /* background: none; */
    text-align: left;
    /* font-family: inherit; */
}

/* .popup-dropdown .popup-item:hover {
    background: rgba(255,255,255,0.18);
} */

/* .popup-dropdown .popup-item.active {
    background: rgba(255,255,255,0.25);
    font-weight: 600;
} */

.icw .popup-dropdown .popup-divider {
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin: 4px 8px;
}
/* ====================== END POP UP ====================== */