.premium-wrap {
  width: 100%;
  /*   padding: 70px 0px 0px; */
}

.premium-container {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

/* TITLE */

.premium-desc sup {
  font-size: 7px;
  top: -4px;
  position: relative;
}

.cmef-new-2026__cta-text {
  margin: 28px auto 0;
}

.cmef-new-2026__cta-text > :first-child {
  margin-top: 0;
}

.cmef-new-2026__cta-text > :last-child {
  margin-bottom: 0;
}

/* BOX */

.premium-box {
  width: 100%;
  border: 1px solid #11b9b6;
  border-radius: 14px;
  padding: 16px 0;
  display: flex;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  justify-content: space-evenly;
}

.premium-badege {
  background: #d9f5ef;
  border-radius: 999px;
  color: #0f766e;
  display: inline-flex;
  font-size: 0.6875rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 5px 8px;
  text-transform: uppercase;
}

.cmef-new-2026__cta {
  display: flex;
  justify-content: center;
  margin: 28px auto 0;
  text-align: center;
  width: 100%;
}

.cmef-new-2026__cta-text + .cmef-new-2026__cta {
  margin-top: 18px;
}

.cmef-new-2026__button {
  margin-top: 20px;
  background: #fccf17;
  border: 1px solid #ffc20e;
  padding: 14px 35px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.4s ease;
  color: #0e0e55 !important;
}
.cmef-new-2026__button:hover {
  background-color: #fff;
}

.premium-item {
  padding: 0 18px;
  position: relative;
}

.premium-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 98%;
  background: #d8d8d8;
}

/* ICON */

.premium-icon {
  align-content: center;
  width: 50px;
  min-height: 80px;
  margin-bottom: 12px;
  display: block;
  color: #11b9b6;
  align-items: center;
}

/* HEADING */

.premium-item h3 {
  color: #161616;
  font-weight: 900;
  margin-bottom: 8px;

  line-height: normal;
  font-weight: 700;
  margin-bottom: 16px;

  color: var(--e-global-color-text);
  font-size: 20px;
}

/* TEXT */
.premium-item ul {
  margin: 1rem 0 1em 0em !important;
}
.premium-item ul li {
  color: #7b7b7b;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}
.premium-item ul li::marker {
  color: #00b4a7 !important;
}
.premium-item p {
  color: #7b7b7b;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}
.premium-item p strong {
  color: #00b4a7;
}

.premium-item p span {
  color: #00b4a7;
}
.premium-item p b {
  color: #00b4a7;
}

.premium-title {
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 14px;
  color: var(--e-global-color-primary);
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.2rem;
}

.premium-desc {
  text-align: center;
  max-width: 1300px;
  margin: 2px auto 40px;
  color: #303044;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8rem;
}

/* MOBILE */

@media (max-width: 768px) {
  .premium-title {
    font-family: "Poppins", sans-serif;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .premium-desc {
    max-width: 1300px;
    margin: 0 auto 24px;
    color: #666;

    text-align: left;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
  }

  .premium-box {
    flex-direction: column;
    padding: 10px 20px;
  }

  .premium-item {
    width: 100%;
    padding: 18px 0;
    min-height: auto;
  }

  .premium-item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
  }
}
