.idf-certificate-product .idf-product-price {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 5px !important;
  width: 100% !important;
  margin: 0 !important;
  color: #0c1a30;
  font-family: "Poppins", Arial, sans-serif !important;
  line-height: 1.15 !important;
}

/* Premium transactional flow: cart, checkout, account and order states. */
.idf-woocommerce-flow {
  --idf-flow-blue: var(--e-global-color-primary, #307fc2);
  --idf-flow-blue-dark: #1769aa;
  --idf-flow-sky: var(--e-global-color-accent, #daf3ff);
  --idf-flow-bg: #f1fbff;
  --idf-flow-ink: #0c1a30;
  --idf-flow-muted: #55748f;
  --idf-flow-border: #e5e7eb;
  --idf-flow-shadow: 0 10px 30px rgba(0, 10, 30, 0.07);
}

.idf-woocommerce-flow .idf-commerce-shell {
  background: var(--idf-flow-bg) !important;
}

.idf-woocommerce-flow .idf-commerce-eyebrow {
  width: auto !important;
  margin: 0 auto 12px !important;
  padding: 7px 15px !important;
  border: 1px solid rgba(48, 127, 194, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--idf-flow-blue);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.idf-woocommerce-flow .idf-commerce-eyebrow p,
.idf-woocommerce-flow .idf-commerce-subtitle p {
  margin: 0;
}

.idf-woocommerce-flow .idf-commerce-title {
  width: 100%;
  margin: 0 0 10px !important;
  text-align: center;
}

.idf-woocommerce-flow .idf-commerce-title .elementor-heading-title {
  color: var(--e-global-color-secondary, #333) !important;
  font-size: 34px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.idf-woocommerce-flow .idf-commerce-title .idf-highlight {
  color: var(--idf-flow-blue);
}

.idf-woocommerce-flow .idf-commerce-subtitle {
  width: min(720px, 100%);
  margin: 0 auto 34px !important;
  color: var(--idf-flow-muted);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
}

.idf-woocommerce-flow .idf-commerce-widget {
  width: 100%;
}

.idf-woocommerce-flow .woocommerce,
.idf-woocommerce-flow .woocommerce-page {
  width: 100%;
  color: var(--idf-flow-ink);
  font-family: "Poppins", Arial, sans-serif;
}

.idf-woocommerce-flow .elementor-widget-heading .elementor-heading-title {
  color: var(--e-global-color-secondary, #333);
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
}

.idf-woocommerce-flow .idf-purchase-steps {
  width: 100%;
  margin: 0 0 30px;
  padding: 18px 24px;
  border: 1px solid rgba(48, 127, 194, 0.18);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 10, 30, 0.05);
}

.idf-woocommerce-flow .idf-purchase-steps ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.idf-woocommerce-flow .idf-purchase-steps__item {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: #8095a7;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.idf-woocommerce-flow .idf-purchase-steps__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 15px;
  left: 125px;
  height: 1px;
  background: #dfe8ef;
  content: "";
}

.idf-woocommerce-flow .idf-purchase-steps__number {
  display: inline-flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f5f8;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}

.idf-woocommerce-flow .idf-purchase-steps__label {
  position: relative;
  z-index: 1;
  padding-right: 12px;
  background: #fff;
}

.idf-woocommerce-flow .idf-purchase-steps__item.is-active,
.idf-woocommerce-flow .idf-purchase-steps__item.is-complete {
  color: var(--idf-flow-blue);
}

.idf-woocommerce-flow .idf-purchase-steps__item.is-active .idf-purchase-steps__number {
  background: var(--idf-flow-blue);
  box-shadow: 0 7px 16px rgba(48, 127, 194, 0.24);
  color: #fff;
}

.idf-woocommerce-flow .idf-purchase-steps__item.is-complete .idf-purchase-steps__number {
  background: var(--idf-flow-sky);
}

.idf-woocommerce-flow .woocommerce-message,
.idf-woocommerce-flow .woocommerce-info,
.idf-woocommerce-flow .woocommerce-error {
  margin: 0 0 20px;
  padding: 16px 18px 16px 52px;
  border: 1px solid rgba(48, 127, 194, 0.22);
  border-top: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(0, 10, 30, 0.04);
  color: var(--idf-flow-muted);
  font-size: 13px;
  line-height: 1.55;
}

.idf-woocommerce-flow .woocommerce-message::before,
.idf-woocommerce-flow .woocommerce-info::before {
  color: var(--idf-flow-blue);
}

.idf-woocommerce-flow .e-cart-section,
.idf-woocommerce-flow form.checkout #customer_details,
.idf-woocommerce-flow #order_review,
.idf-woocommerce-flow .woocommerce-order,
.idf-woocommerce-flow .woocommerce-MyAccount-navigation,
.idf-woocommerce-flow .woocommerce-MyAccount-content,
.idf-woocommerce-flow .woocommerce-form-login,
.idf-woocommerce-flow .woocommerce-form-register {
  border: 1px solid var(--idf-flow-border) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: var(--idf-flow-shadow) !important;
}

.idf-woocommerce-flow table.shop_table {
  margin: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
}

.idf-woocommerce-flow table.shop_table thead th {
  border: 0 !important;
  background: #f0faff !important;
  color: var(--idf-flow-muted) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.idf-woocommerce-flow table.shop_table td,
.idf-woocommerce-flow table.shop_table tbody th,
.idf-woocommerce-flow table.shop_table tfoot th {
  border-color: #edf1f4 !important;
  color: var(--idf-flow-ink);
  font-size: 13px;
}

.idf-woocommerce-flow table.shop_table .amount {
  color: var(--idf-flow-blue);
  font-weight: 700;
}

.idf-woocommerce-flow input.input-text,
.idf-woocommerce-flow input[type="text"],
.idf-woocommerce-flow input[type="email"],
.idf-woocommerce-flow input[type="tel"],
.idf-woocommerce-flow input[type="password"],
.idf-woocommerce-flow input[type="number"],
.idf-woocommerce-flow select,
.idf-woocommerce-flow textarea,
.idf-woocommerce-flow .select2-selection {
  min-height: 48px !important;
  padding: 11px 13px !important;
  border: 1px solid #dce5ec !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: var(--idf-flow-ink) !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 13px !important;
  box-shadow: none !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.idf-woocommerce-flow textarea {
  min-height: 110px !important;
  resize: vertical;
}

.idf-woocommerce-flow input:focus,
.idf-woocommerce-flow select:focus,
.idf-woocommerce-flow textarea:focus,
.idf-woocommerce-flow .select2-container--open .select2-selection {
  border-color: var(--idf-flow-blue) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(48, 127, 194, 0.14) !important;
}

.idf-woocommerce-flow .select2-selection__rendered {
  padding: 0 !important;
  line-height: 24px !important;
}

.idf-woocommerce-flow .select2-selection__arrow {
  top: 11px !important;
  right: 8px !important;
}

.idf-woocommerce-flow label {
  color: #274963;
  font-size: 12px;
  font-weight: 600;
}

.idf-woocommerce-flow button.button,
.idf-woocommerce-flow a.button,
.idf-woocommerce-flow input.button,
.idf-woocommerce-flow #place_order,
.idf-woocommerce-flow .checkout-button {
  min-height: 46px !important;
  padding: 13px 20px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: var(--idf-flow-blue) !important;
  color: #fff !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 7px 16px rgba(48, 127, 194, 0.2) !important;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease !important;
}

.idf-woocommerce-flow button.button:hover,
.idf-woocommerce-flow a.button:hover,
.idf-woocommerce-flow input.button:hover,
.idf-woocommerce-flow #place_order:hover,
.idf-woocommerce-flow .checkout-button:hover {
  background: var(--idf-flow-blue-dark) !important;
  box-shadow: 0 10px 20px rgba(48, 127, 194, 0.27) !important;
  transform: translateY(-1px);
}

.idf-woocommerce-flow button.button:focus-visible,
.idf-woocommerce-flow a.button:focus-visible,
.idf-woocommerce-flow input.button:focus-visible,
.idf-woocommerce-flow #place_order:focus-visible {
  outline: 3px solid rgba(48, 127, 194, 0.25) !important;
  outline-offset: 3px !important;
}

.idf-woocommerce-cart .e-cart__container {
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr) !important;
  gap: 20px !important;
  align-items: start !important;
}

.idf-woocommerce-cart .e-shop-table,
.idf-woocommerce-cart .e-cart-totals,
.idf-woocommerce-cart .coupon.e-cart-section {
  padding: 20px !important;
}

.idf-woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail img {
  width: 88px !important;
  max-width: 88px !important;
  border-radius: 7px !important;
}

.idf-woocommerce-cart .woocommerce-cart-form__cart-item .product-name a {
  color: var(--idf-flow-ink) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.idf-woocommerce-cart .woocommerce-cart-form__cart-item .product-remove a {
  display: inline-flex !important;
  width: 30px !important;
  height: 30px !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: #fff2f2 !important;
  color: #cf4f4f !important;
  font-size: 20px !important;
}

.idf-woocommerce-cart .quantity .qty {
  width: 68px !important;
  min-height: 42px !important;
  padding: 7px !important;
  text-align: center;
}

.idf-woocommerce-cart .coupon.e-cart-section {
  margin-top: 15px !important;
}

.idf-woocommerce-cart .coupon {
  gap: 10px !important;
}

.idf-woocommerce-cart .cart_totals > h2,
.idf-woocommerce-checkout form.checkout h3,
.idf-woocommerce-account .woocommerce h2 {
  margin: 0 0 18px !important;
  color: var(--e-global-color-secondary, #333) !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

.idf-woocommerce-cart .wc-proceed-to-checkout {
  padding: 18px 0 0 !important;
}

.idf-woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100% !important;
  margin: 0 !important;
}

.idf-woocommerce-cart .cart-empty.woocommerce-info {
  margin-top: 0;
}

.idf-woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.8fr);
  gap: 0 20px;
  align-items: start;
}

.idf-woocommerce-checkout form.checkout #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
  padding: 24px;
}

.idf-woocommerce-checkout form.checkout #customer_details .col-1,
.idf-woocommerce-checkout form.checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}

.idf-woocommerce-checkout form.checkout #customer_details .col-2 {
  margin-top: 24px;
}

.idf-woocommerce-checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0 !important;
  padding: 22px 24px 0;
  border: 1px solid var(--idf-flow-border);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.idf-woocommerce-checkout #order_review {
  grid-column: 2;
  grid-row: 2;
  padding: 12px 24px 24px;
  border-top: 0 !important;
  border-radius: 0 0 10px 10px !important;
  box-shadow: 0 14px 30px rgba(0, 10, 30, 0.07) !important;
}

.idf-woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.idf-woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.idf-woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.idf-woocommerce-checkout .form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.idf-woocommerce-checkout .form-row-wide,
.idf-woocommerce-checkout #billing_address_1_field,
.idf-woocommerce-checkout #billing_address_2_field,
.idf-woocommerce-checkout #order_comments_field {
  grid-column: 1 / -1;
}

.idf-woocommerce-checkout #payment {
  margin-top: 18px;
  border-radius: 8px !important;
  background: #f7fbfd !important;
}

.idf-woocommerce-checkout #payment ul.payment_methods {
  padding: 8px 16px !important;
  border-color: #e4edf2 !important;
}

.idf-woocommerce-checkout #payment ul.payment_methods > li {
  margin: 0 !important;
  padding: 13px 0 !important;
  border-bottom: 1px solid #e8eff4;
}

.idf-woocommerce-checkout #payment ul.payment_methods > li:last-child {
  border-bottom: 0;
}

.idf-woocommerce-checkout #payment ul.payment_methods label {
  color: var(--idf-flow-ink) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.idf-woocommerce-checkout #payment div.payment_box {
  margin: 12px 0 0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: var(--idf-flow-muted) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  box-shadow: inset 0 0 0 1px #e4edf2;
}

.idf-woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #fff !important;
}

.idf-woocommerce-checkout #payment .place-order {
  padding: 18px 16px !important;
}

.idf-woocommerce-checkout #place_order {
  width: 100% !important;
  min-height: 52px !important;
}

.idf-woocommerce-flow .idf-payment-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
  padding: 14px;
  border: 1px solid rgba(48, 127, 194, 0.18);
  border-radius: 8px;
  background: var(--idf-flow-bg);
}

.idf-woocommerce-flow .idf-payment-assurance span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
  padding: 0 10px;
  border-right: 1px solid rgba(48, 127, 194, 0.16);
}

.idf-woocommerce-flow .idf-payment-assurance span:last-child {
  border-right: 0;
}

.idf-woocommerce-flow .idf-payment-assurance strong {
  color: var(--idf-flow-blue);
  font-size: 11px;
  font-weight: 700;
}

.idf-woocommerce-flow .idf-payment-assurance small {
  color: var(--idf-flow-muted);
  font-size: 9px;
  line-height: 1.4;
}

.idf-woocommerce-account .idf-account-intro {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid rgba(48, 127, 194, 0.18);
  border-radius: 8px;
  background: var(--idf-flow-bg);
}

.idf-woocommerce-account .idf-account-intro strong {
  color: var(--idf-flow-blue);
  font-size: 14px;
}

.idf-woocommerce-account .idf-account-intro span {
  color: var(--idf-flow-muted);
  font-size: 12px;
}

.idf-woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 29%;
  padding: 14px;
}

.idf-woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.idf-woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 14px;
  border-radius: 6px;
  color: var(--idf-flow-muted);
  font-size: 13px;
  font-weight: 600;
}

.idf-woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.idf-woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background: var(--idf-flow-sky);
  color: var(--idf-flow-blue);
}

.idf-woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: calc(71% - 20px);
  min-height: 320px;
  padding: 24px;
}

.idf-woocommerce-account .woocommerce-form-login,
.idf-woocommerce-account .woocommerce-form-register {
  padding: 24px !important;
}

.idf-woocommerce-flow .woocommerce-order {
  padding: 26px;
}

.idf-woocommerce-flow .woocommerce-thankyou-order-received {
  margin: 0 0 22px !important;
  padding: 18px;
  border: 1px solid rgba(48, 127, 194, 0.24);
  border-radius: 8px;
  background: var(--idf-flow-bg);
  color: var(--idf-flow-blue);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1024px) {
  .idf-woocommerce-cart .e-cart__container,
  .idf-woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
  }

  .idf-woocommerce-checkout form.checkout #customer_details,
  .idf-woocommerce-checkout #order_review_heading,
  .idf-woocommerce-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  .idf-woocommerce-checkout #order_review_heading {
    margin-top: 20px !important;
  }

  .idf-woocommerce-account .woocommerce-MyAccount-navigation,
  .idf-woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  .idf-woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .idf-woocommerce-flow .idf-commerce-title .elementor-heading-title {
    font-size: 27px !important;
  }

  .idf-woocommerce-flow .idf-commerce-subtitle {
    margin-bottom: 24px !important;
    font-size: 12px;
  }

  .idf-woocommerce-flow .idf-purchase-steps {
    margin-bottom: 20px;
    padding: 12px;
  }

  .idf-woocommerce-flow .idf-purchase-steps__item {
    justify-content: center;
  }

  .idf-woocommerce-flow .idf-purchase-steps__item:not(:last-child)::after {
    right: -8px;
    left: calc(50% + 24px);
  }

  .idf-woocommerce-flow .idf-purchase-steps__number {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  .idf-woocommerce-flow .idf-purchase-steps__label {
    display: none;
  }

  .idf-woocommerce-cart .e-shop-table,
  .idf-woocommerce-cart .e-cart-totals,
  .idf-woocommerce-cart .coupon.e-cart-section,
  .idf-woocommerce-checkout form.checkout #customer_details,
  .idf-woocommerce-checkout #order_review,
  .idf-woocommerce-account .woocommerce-MyAccount-content,
  .idf-woocommerce-flow .woocommerce-order {
    padding: 16px !important;
  }

  .idf-woocommerce-checkout #order_review_heading {
    padding: 18px 16px 0;
  }

  .idf-woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .idf-woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
  .idf-woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .idf-woocommerce-flow .idf-payment-assurance {
    grid-template-columns: 1fr;
  }

  .idf-woocommerce-flow .idf-payment-assurance span {
    padding: 7px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(48, 127, 194, 0.14);
  }

  .idf-woocommerce-flow .idf-payment-assurance span:last-child {
    border-bottom: 0;
  }

  .idf-woocommerce-cart table.shop_table_responsive tr td.product-thumbnail {
    display: block !important;
    text-align: center !important;
  }

  .idf-woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 120px !important;
    max-width: 120px !important;
  }
}

/* Premium transactional polish: typography, rhythm and interaction hierarchy. */
.idf-woocommerce-flow {
  --idf-flow-blue-dark: var(--e-global-color-15a00c9, #296ea8);
  --idf-flow-bg: var(--e-global-color-2cab152, #f0fbff);
  --idf-flow-ink: var(--e-global-color-secondary, #333);
  --idf-flow-muted: var(--e-global-color-text, #3c688d);
  --idf-flow-border: var(--e-global-color-e394a4d, #e5e7eb);
  --idf-flow-shadow: 0 0 5px 2px rgba(0, 10, 30, 0.05);
}

.idf-woocommerce-flow .woocommerce,
.idf-woocommerce-flow .woocommerce-page,
.idf-woocommerce-flow table.shop_table,
.idf-woocommerce-flow table.shop_table th,
.idf-woocommerce-flow table.shop_table td,
.idf-woocommerce-flow .idf-purchase-steps {
  font-family: "Poppins", Arial, sans-serif !important;
}

.idf-woocommerce-flow .idf-purchase-steps {
  margin-bottom: 28px;
  padding: 19px 24px;
}

.idf-woocommerce-flow .idf-purchase-steps__item {
  gap: 11px;
  color: #71879a;
  font-size: 14px;
  font-weight: 600;
}

.idf-woocommerce-flow .idf-purchase-steps__number {
  flex-basis: 40px;
  width: 40px;
  height: 40px;
  font-size: 13px;
}

.idf-woocommerce-flow .woocommerce-message,
.idf-woocommerce-flow .woocommerce-info,
.idf-woocommerce-flow .woocommerce-error {
  border: 1px solid rgba(48, 127, 194, 0.2) !important;
  border-radius: 10px !important;
  background: rgba(218, 243, 255, 0.72) !important;
  color: var(--idf-flow-muted) !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  box-shadow: none !important;
}

.idf-woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
  margin: 0 0 20px !important;
}

.idf-woocommerce-checkout .woocommerce-NoticeGroup-checkout > .woocommerce-error {
  margin: 0 !important;
}

.idf-woocommerce-flow table.shop_table thead th {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: var(--idf-flow-muted) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.035em;
}

.idf-woocommerce-flow table.shop_table td,
.idf-woocommerce-flow table.shop_table tbody th,
.idf-woocommerce-flow table.shop_table tfoot th {
  color: var(--idf-flow-ink);
  font-size: 14px !important;
  line-height: 1.5;
}

.idf-woocommerce-flow input.input-text,
.idf-woocommerce-flow input[type="text"],
.idf-woocommerce-flow input[type="email"],
.idf-woocommerce-flow input[type="tel"],
.idf-woocommerce-flow input[type="password"],
.idf-woocommerce-flow input[type="number"],
.idf-woocommerce-flow select,
.idf-woocommerce-flow textarea,
.idf-woocommerce-flow .select2-selection {
  min-height: 50px !important;
  padding: 12px 14px !important;
  border-color: var(--e-global-color-55307d0, #c0d1e0) !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.idf-woocommerce-flow label {
  color: var(--e-global-color-9be63f6, #4b515e);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.idf-woocommerce-flow button.button,
.idf-woocommerce-flow a.button,
.idf-woocommerce-flow input.button,
.idf-woocommerce-flow #place_order,
.idf-woocommerce-flow .checkout-button {
  min-height: 48px !important;
  padding: 14px 24px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 14px 31px rgba(0, 26, 87, 0.1) !important;
}

.idf-woocommerce-flow button.button:disabled,
.idf-woocommerce-flow button.button.disabled,
.idf-woocommerce-flow input.button:disabled,
.idf-woocommerce-flow input.button.disabled {
  background: #b7d7ee !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  transform: none !important;
}

.idf-woocommerce-cart .woocommerce-cart-form__cart-item .product-name a {
  color: var(--idf-flow-ink) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.4;
}

.idf-woocommerce-cart .e-shop-table,
.idf-woocommerce-cart .e-cart-totals,
.idf-woocommerce-cart .coupon.e-cart-section {
  padding: 24px !important;
}

.idf-woocommerce-cart .coupon.e-cart-section {
  margin-top: 20px !important;
}

.idf-woocommerce-cart .cart_totals > h2,
.idf-woocommerce-checkout form.checkout h3,
.idf-woocommerce-account .woocommerce h2 {
  margin-bottom: 20px !important;
  font-size: 21px !important;
  line-height: 1.3 !important;
}

.idf-woocommerce-checkout form.checkout {
  gap: 0 22px;
}

.idf-woocommerce-checkout form.checkout #customer_details {
  padding: 28px;
}

.idf-woocommerce-checkout #order_review_heading {
  padding: 24px 26px 0;
}

.idf-woocommerce-checkout #order_review {
  padding: 14px 26px 26px;
}

.idf-woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.idf-woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.idf-woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  gap: 16px;
}

.idf-woocommerce-checkout .woocommerce-invalid .woocommerce-error,
.idf-woocommerce-checkout .woocommerce-invalid-required-field .woocommerce-error,
.idf-woocommerce-checkout .woocommerce-invalid label {
  color: #b83e3e !important;
}

.idf-woocommerce-checkout .woocommerce-invalid .woocommerce-error,
.idf-woocommerce-checkout .woocommerce-invalid-required-field .woocommerce-error {
  margin-top: 5px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.idf-woocommerce-checkout #payment {
  margin-top: 20px;
  border: 1px solid rgba(48, 127, 194, 0.1);
  border-radius: 10px !important;
  background: #f8fcfe !important;
}

.idf-woocommerce-checkout #payment ul.payment_methods {
  padding: 9px 18px !important;
}

.idf-woocommerce-checkout #payment ul.payment_methods > li {
  padding: 15px 0 !important;
}

.idf-woocommerce-checkout #payment ul.payment_methods label {
  font-size: 14px !important;
}

.idf-woocommerce-checkout #payment div.payment_box {
  padding: 16px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.idf-woocommerce-checkout #payment .place-order {
  padding: 20px 18px !important;
}

.idf-woocommerce-checkout #place_order {
  min-height: 52px !important;
}

.idf-woocommerce-flow .idf-payment-assurance {
  gap: 0;
  margin-top: 20px;
  padding: 16px 10px;
  border-radius: 10px;
}

.idf-woocommerce-flow .idf-payment-assurance span {
  gap: 5px;
  padding: 0 12px;
}

.idf-woocommerce-flow .idf-payment-assurance strong {
  font-size: 12px;
  line-height: 1.35;
}

.idf-woocommerce-flow .idf-payment-assurance small {
  font-size: 10.5px;
  line-height: 1.45;
}

.idf-woocommerce-account .woocommerce-MyAccount-navigation {
  width: 29%;
  padding: 16px;
}

.idf-woocommerce-account .woocommerce-MyAccount-navigation li a {
  padding: 13px 15px;
  border-radius: 5px;
  color: var(--e-global-color-9be63f6, #4b515e);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.idf-woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  font-weight: 600;
}

.idf-woocommerce-account .woocommerce-MyAccount-content {
  min-height: 320px;
  padding: 26px;
  color: var(--idf-flow-muted);
  font-size: 14px;
  line-height: 1.55;
}

.idf-woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info .button {
  margin-left: 16px !important;
}

.idf-woocommerce-account table.my_account_orders th,
.idf-woocommerce-account table.my_account_orders td {
  padding: 12px 10px !important;
  vertical-align: middle;
}

.idf-woocommerce-account .woocommerce-orders-table__cell-order-actions {
  min-width: 265px;
  white-space: normal;
}

.idf-woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
  min-height: 36px !important;
  margin: 3px 5px 3px 0 !important;
  padding: 10px 13px !important;
  font-size: 11.5px !important;
  box-shadow: none !important;
}

.idf-woocommerce-account #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.idf-woocommerce-account #customer_login::before,
.idf-woocommerce-account #customer_login::after {
  display: none !important;
  content: none !important;
}

.idf-woocommerce-account #customer_login > .u-column1,
.idf-woocommerce-account #customer_login > .u-column2 {
  float: none;
  width: 100%;
  padding: 26px;
  border: 1px solid var(--idf-flow-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--idf-flow-shadow);
}

.idf-woocommerce-account #customer_login .woocommerce-form-login,
.idf-woocommerce-account #customer_login .woocommerce-form-register {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  .idf-woocommerce-account .woocommerce-orders-table__cell-order-actions {
    min-width: 230px;
  }
}

@media (max-width: 767px) {
  .idf-woocommerce-flow .idf-purchase-steps {
    padding: 13px;
  }

  .idf-woocommerce-flow .idf-purchase-steps__number {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }

  .idf-woocommerce-cart .e-shop-table,
  .idf-woocommerce-cart .e-cart-totals,
  .idf-woocommerce-cart .coupon.e-cart-section,
  .idf-woocommerce-checkout form.checkout #customer_details,
  .idf-woocommerce-checkout #order_review,
  .idf-woocommerce-account .woocommerce-MyAccount-content,
  .idf-woocommerce-flow .woocommerce-order {
    padding: 18px !important;
  }

  .idf-woocommerce-cart .coupon {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .idf-woocommerce-cart .coupon input,
  .idf-woocommerce-cart .coupon button {
    width: 100% !important;
  }

  .idf-woocommerce-checkout #order_review_heading {
    padding: 20px 18px 0;
  }

  .idf-woocommerce-account #customer_login {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .idf-woocommerce-account #customer_login > .u-column1,
  .idf-woocommerce-account #customer_login > .u-column2 {
    padding: 20px;
  }

  .idf-woocommerce-account .woocommerce-orders-table__cell-order-actions {
    min-width: 0;
  }

  .idf-woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
    display: flex !important;
    width: 100% !important;
    margin: 6px 0 0 !important;
    align-items: center;
    justify-content: center;
  }

  .idf-woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info .button {
    float: none !important;
    width: 100% !important;
    margin: 0 0 12px !important;
  }
}

.idf-certificate-product .idf-product-price .idf-price-was,
.idf-certificate-product .idf-product-price .idf-price-current {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 7px !important;
  margin: 0 !important;
}

.idf-certificate-product .idf-product-price .idf-price-from,
.idf-certificate-product .idf-product-price .idf-price-label,
.idf-certificate-product .idf-product-price .idf-price-was,
.idf-certificate-product .idf-product-price .idf-price-was del,
.idf-certificate-product .idf-product-price .idf-price-was .woocommerce-Price-amount {
  color: var(--e-global-color-secondary, #333333) !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

.idf-certificate-product .idf-product-price .idf-price-from {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.idf-certificate-product .idf-product-price .idf-price-was del {
  text-decoration: line-through !important;
}

.idf-certificate-product .idf-product-price .idf-price-current ins,
.idf-certificate-product .idf-product-price .idf-price-current > .woocommerce-Price-amount,
.idf-certificate-product .idf-product-price .idf-price-current ins .woocommerce-Price-amount,
.idf-certificate-product .idf-product-price .idf-price-current > ins > .woocommerce-Price-amount {
  color: #307fc2 !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
}

.idf-certificate-product .idf-product-price ins {
  text-decoration: none !important;
}

.idf-certificate-product .single_variation_wrap .woocommerce-variation-price {
  display: none !important;
}

.idf-certificate-product table.variations {
  display: inline-table !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 0 16px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
}

.idf-certificate-product table.variations tbody,
.idf-certificate-product table.variations tr {
  width: fit-content !important;
  max-width: 100% !important;
}

.idf-certificate-product table.variations th.label,
.idf-certificate-product table.variations td.value.woo-variation-items-wrapper {
  width: auto !important;
  max-width: 100% !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

.idf-certificate-product table.variations th.label {
  padding: 10px 14px 4px !important;
  border-radius: 10px 10px 0 0 !important;
}

.idf-certificate-product table.variations td.value.woo-variation-items-wrapper {
  padding: 6px 14px 10px !important;
  border-radius: 0 0 10px 10px !important;
}

.idf-certificate-product table.variations th.label label {
  color: var(--e-global-color-text, #3c688d) !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

.idf-certificate-product table.variations .woo-selected-variation-item-name {
  color: var(--e-global-color-primary, #307fc2) !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.idf-certificate-product table.variations .variable-items-wrapper {
  width: fit-content !important;
  max-width: 100% !important;
  gap: 8px !important;
}

.idf-certificate-product table.variations .variable-item {
  min-height: 40px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(48, 127, 194, 0.24), 0 3px 10px rgba(12, 26, 48, 0.06) !important;
  color: var(--e-global-color-text, #3c688d) !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease !important;
}

.idf-certificate-product table.variations .variable-item .variable-item-contents {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  white-space: nowrap !important;
}

.idf-certificate-product table.variations .variable-item:hover:not(.selected) {
  background: rgba(48, 127, 194, 0.08) !important;
  box-shadow: inset 0 0 0 1px rgba(48, 127, 194, 0.5), 0 6px 14px rgba(12, 26, 48, 0.09) !important;
  color: var(--e-global-color-primary, #307fc2) !important;
  transform: translateY(-1px);
}

.idf-certificate-product table.variations .variable-items-wrapper .variable-item.selected:not(.radio-variable-item),
.idf-certificate-product table.variations .variable-items-wrapper .variable-item[aria-checked="true"]:not(.radio-variable-item) {
  background: var(--e-global-color-primary, #307fc2) !important;
  background-color: var(--e-global-color-primary, #307fc2) !important;
  box-shadow: inset 0 0 0 1px var(--e-global-color-primary, #307fc2), 0 8px 18px rgba(48, 127, 194, 0.22) !important;
  color: #fff !important;
}

.idf-certificate-product table.variations .variable-items-wrapper .variable-item.selected:not(.radio-variable-item) .variable-item-contents,
.idf-certificate-product table.variations .variable-items-wrapper .variable-item[aria-checked="true"]:not(.radio-variable-item) .variable-item-contents {
  color: #fff !important;
}

.idf-certificate-product table.variations .variable-item:focus,
.idf-certificate-product table.variations .variable-item:focus-visible {
  outline: 3px solid rgba(48, 127, 194, 0.24) !important;
  outline-offset: 3px !important;
}

.idf-certificate-product .single_add_to_cart_button,
.idf-certificate-product .woocommerce-variation-add-to-cart-enabled .single_add_to_cart_button {
  background: #307fc2 !important;
  color: #fff !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.idf-certificate-product .single_add_to_cart_button.disabled,
.idf-certificate-product .single_add_to_cart_button:disabled,
.idf-certificate-product .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
  background: #307fc2 !important;
  color: #fff !important;
  cursor: not-allowed !important;
  opacity: 0.42 !important;
}

.idf-certificate-product .woocommerce-variation-add-to-cart-enabled .single_add_to_cart_button:not(:disabled):not(.disabled) {
  cursor: pointer;
  opacity: 1 !important;
}

.idf-certificate-product .idf-whatsapp-buy {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 0 12px !important;
  padding: 12px 20px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #00d757 !important;
  box-shadow: 0 10px 24px rgba(0, 118, 48, 0.14) !important;
  color: #fff !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: background-color 0.18s ease, box-shadow 0.18s ease !important;
}

.idf-certificate-product .idf-whatsapp-buy:hover,
.idf-certificate-product .idf-whatsapp-buy:focus-visible {
  background: #02b94c !important;
  box-shadow: 0 12px 26px rgba(0, 118, 48, 0.2) !important;
  color: #fff !important;
}

.idf-certificate-product .idf-whatsapp-buy:focus-visible {
  outline: 3px solid rgba(0, 215, 87, 0.28) !important;
  outline-offset: 3px;
}

.idf-certificate-product .idf-whatsapp-buy .fab {
  flex: 0 0 auto;
  font-size: 20px !important;
}

.idf-certificate-product .idf-whatsapp-slot-empty {
  display: none !important;
}

.idf-certificate-product .idf-cart-widget--purchase {
  width: 100% !important;
  max-width: 100% !important;
}

.idf-certificate-product .idf-cart-widget--purchase .elementor-add-to-cart,
.idf-certificate-product .idf-cart-widget--purchase form.cart {
  width: 100% !important;
  max-width: 100% !important;
}

.idf-certificate-product .idf-purchase-row {
  display: grid !important;
  grid-template-columns: 64px minmax(200px, 1fr) minmax(230px, 1fr) !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
}

.idf-certificate-product form.idf-purchase-row::before,
.idf-certificate-product form.idf-purchase-row::after {
  display: none !important;
  content: none !important;
}

.idf-certificate-product .idf-purchase-row > .quantity {
  grid-column: 1 !important;
  width: 64px !important;
  margin: 0 !important;
}

.idf-certificate-product .idf-purchase-row > .quantity .qty {
  width: 64px !important;
  min-width: 64px !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 !important;
}

.idf-certificate-product .idf-purchase-row > .single_add_to_cart_button {
  grid-column: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 50px !important;
  height: 52px !important;
  margin: 0 !important;
}

.idf-certificate-product .idf-purchase-row > .idf-whatsapp-buy--purchase {
  grid-column: 3 !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 50px !important;
  height: 52px !important;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .idf-certificate-product .idf-purchase-row {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .idf-certificate-product .idf-purchase-row > .idf-whatsapp-buy--purchase {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-height: 52px !important;
    height: 52px !important;
  }

  .idf-certificate-product .idf-purchase-row > .quantity {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 64px !important;
  }

  .idf-certificate-product .idf-purchase-row > .single_add_to_cart_button {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 767px) {
  .idf-certificate-product .idf-product-price .idf-price-current ins,
  .idf-certificate-product .idf-product-price .idf-price-current > .woocommerce-Price-amount,
  .idf-certificate-product .idf-product-price .idf-price-current ins .woocommerce-Price-amount,
  .idf-certificate-product .idf-product-price .idf-price-current > ins > .woocommerce-Price-amount {
    font-size: 31px !important;
  }

  .idf-certificate-product table.variations {
    width: 100% !important;
    max-width: 100% !important;
  }

  .idf-certificate-product table.variations th.label,
  .idf-certificate-product table.variations td.value.woo-variation-items-wrapper {
    width: 100% !important;
  }
}

/* Conteúdo editorial dos certificados — restrito ao template premium. */
.idf-certificate-product .idf-product-content,
.idf-certificate-product .idf-product-specs,
.idf-certificate-product .idf-product-options,
.idf-certificate-product .idf-product-faq {
  --idf-blue: #307fc2;
  --idf-blue-dark: #0b3766;
  --idf-ink: #12243a;
  --idf-muted: #557089;
  --idf-line: rgba(48, 127, 194, 0.16);
  --idf-surface: #ffffff;
  width: 100%;
  max-width: 100%;
  color: var(--idf-ink);
  font-family: "Poppins", Arial, sans-serif;
  box-sizing: border-box;
}

.idf-certificate-product .idf-product-content *,
.idf-certificate-product .idf-product-specs *,
.idf-certificate-product .idf-product-options *,
.idf-certificate-product .idf-product-faq * {
  box-sizing: border-box;
}

.idf-certificate-product .idf-product-content__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: 18px;
  width: 100%;
}

.idf-certificate-product .idf-product-content__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  min-width: 0;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--idf-line);
  border-radius: 16px;
  background: var(--idf-surface);
  box-shadow: 0 12px 34px rgba(13, 55, 94, 0.08);
}

.idf-certificate-product .idf-product-content__icon {
  display: inline-flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(48, 127, 194, 0.1);
  color: var(--idf-blue);
}

.idf-certificate-product .idf-layout-audience .idf-product-content__icon {
  border-radius: 50%;
  background: #eaf7ff;
}

.idf-certificate-product .idf-layout-benefits .idf-product-content__icon {
  background: linear-gradient(145deg, #307fc2, #165fa0);
  box-shadow: 0 9px 20px rgba(48, 127, 194, 0.22);
  color: #fff;
}

.idf-certificate-product .idf-product-content__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.idf-certificate-product .idf-product-content__body {
  min-width: 0;
}

.idf-certificate-product .idf-product-content__body h3 {
  margin: 0 0 8px;
  color: var(--idf-blue-dark);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.idf-certificate-product .idf-product-content__description,
.idf-certificate-product .idf-product-content__fallback {
  color: var(--idf-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.idf-certificate-product .idf-product-content__description > :last-child,
.idf-certificate-product .idf-product-content__fallback > :last-child {
  margin-bottom: 0;
}

.idf-certificate-product .idf-product-content__fallback {
  padding: 24px;
  border: 1px solid var(--idf-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(13, 55, 94, 0.06);
}

/* Para quem — reprodução dinâmica do Modelo Elementor 14807. */
.idf-layout-audience .idf-audience-grid {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 20px;
}

.idf-layout-audience .idf-audience-grid--3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.idf-layout-audience .idf-audience-grid--3 .idf-audience-card {
  width: calc((100% - 60px) / 4);
  max-width: calc((100% - 60px) / 4);
  height: auto;
  flex: 0 1 calc((100% - 60px) / 4);
}

.idf-layout-audience .idf-audience-card {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 10, 30, 0.05);
}

.idf-layout-audience .idf-audience-link {
  display: flex;
  width: 100%;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding: 0 0 25px;
  color: inherit;
  text-decoration: none;
}

.idf-layout-audience .idf-audience-media {
  display: block;
  width: 100%;
  min-width: 0;
  aspect-ratio: 800 / 534;
  overflow: hidden;
  border-radius: 9px 9px 0 0;
  background: #eef7fc;
}

.idf-layout-audience .idf-audience-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9px 9px 0 0;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.idf-layout-audience .idf-audience-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 57px;
  height: 57px;
  flex: 0 0 57px;
  align-items: center;
  justify-content: center;
  margin: -30px auto 0;
  padding: 12px;
  border-radius: 50%;
  background: var(--e-global-color-accent, #daf3ff);
  color: var(--e-global-color-primary, #307fc2);
  transition: transform 0.3s ease;
}

.idf-layout-audience .idf-audience-icon__graphic {
  display: block;
  width: 33px;
  height: 33px;
  background-color: currentColor;
  -webkit-mask-image: var(--idf-audience-icon);
  mask-image: var(--idf-audience-icon);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.idf-layout-audience .idf-audience-body {
  display: flex;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  text-align: center;
}

.idf-layout-audience .idf-audience-title {
  margin: 8px 0 5px;
  color: var(--e-global-color-secondary, #333333);
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.1px;
  text-transform: none;
}

.idf-layout-audience .idf-audience-description {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  color: var(--e-global-color-text, #3c688d);
  font-family: "Poppins", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4em;
  overflow-wrap: anywhere;
}

.idf-layout-audience .idf-audience-description p {
  margin: 0;
}

.idf-layout-audience .idf-audience-description p + p {
  margin-top: 0.6em;
}

.idf-layout-audience .idf-audience-arrow {
  display: inline-flex;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  border-radius: 30px;
  background: var(--e-global-color-primary, #307fc2);
  color: #fff;
  transition: transform 0.3s ease, background-color 0.2s ease;
}

.idf-layout-audience .idf-audience-arrow i {
  display: block;
  width: 18px;
  height: 18px;
  color: currentColor;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.idf-layout-audience .idf-audience-link:hover .idf-audience-image,
.idf-layout-audience .idf-audience-link:focus-visible .idf-audience-image {
  opacity: 0.9;
}

.idf-layout-audience .idf-audience-link:hover .idf-audience-icon,
.idf-layout-audience .idf-audience-link:hover .idf-audience-arrow,
.idf-layout-audience .idf-audience-link:focus-visible .idf-audience-icon,
.idf-layout-audience .idf-audience-link:focus-visible .idf-audience-arrow {
  transform: scale(1.1);
}

.idf-layout-audience .idf-audience-link:hover .idf-audience-arrow,
.idf-layout-audience .idf-audience-link:focus-visible .idf-audience-arrow {
  background: var(--e-global-color-7da4100, #296ea8);
}

.idf-layout-audience .idf-audience-link:focus-visible {
  border-radius: 9px;
  outline: 3px solid rgba(48, 127, 194, 0.3);
  outline-offset: -4px;
}

.idf-layout-audience .idf-audience-card--fallback {
  display: flex;
  min-height: 220px;
  align-items: stretch;
  padding: 25px;
}

.idf-layout-audience .idf-audience-card--fallback .idf-audience-body {
  justify-content: center;
  padding: 0;
}

.idf-audience-context--general .idf-audience-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

/* Principais usos — reprodução do modelo Elementor 14787. */
.idf-certificate-product .idf-layout-uses .idf-product-content__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 24px;
}

.idf-certificate-product .idf-layout-uses .idf-use-item {
  align-items: flex-start;
  gap: 10px;
  min-height: 0;
  height: 100%;
  padding: 20px 15px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 10, 30, 0.05);
}

.idf-certificate-product .idf-layout-uses .idf-use-icon {
  display: inline-flex;
  flex: 0 0 70px;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--e-global-color-accent, #daf3ff);
  color: var(--e-global-color-primary, #307fc2);
}

.idf-certificate-product .idf-layout-uses .idf-use-icon__graphic {
  display: block;
  width: 40px;
  height: 40px;
  background-color: currentColor;
  -webkit-mask-image: url("https://idfederal.com.br/wp-content/uploads/2026/08/icone-02-Parceria-cadastre-a-solicitacao-do-seu-cliente.svg");
  mask-image: url("https://idfederal.com.br/wp-content/uploads/2026/08/icone-02-Parceria-cadastre-a-solicitacao-do-seu-cliente.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.idf-certificate-product .idf-layout-uses .idf-use-item:nth-child(1) .idf-use-icon__graphic {
  -webkit-mask-image: url("https://idfederal.com.br/wp-content/uploads/2026/08/icone-assinatura-digital-certificado.svg");
  mask-image: url("https://idfederal.com.br/wp-content/uploads/2026/08/icone-assinatura-digital-certificado.svg");
}

.idf-certificate-product .idf-layout-uses .idf-use-item:nth-child(2) .idf-use-icon__graphic {
  -webkit-mask-image: url("https://idfederal.com.br/wp-content/uploads/2026/08/icone-Servicos-Publicos-e-Fiscais.svg");
  mask-image: url("https://idfederal.com.br/wp-content/uploads/2026/08/icone-Servicos-Publicos-e-Fiscais.svg");
}

.idf-certificate-product .idf-layout-uses .idf-use-item:nth-child(4) .idf-use-icon__graphic {
  -webkit-mask-image: url("https://idfederal.com.br/wp-content/uploads/2026/08/icone-Sistemas-Profissionais.svg");
  mask-image: url("https://idfederal.com.br/wp-content/uploads/2026/08/icone-Sistemas-Profissionais.svg");
}

.idf-certificate-product .idf-layout-uses .idf-use-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-self: flex-start;
  gap: 7px;
}

.idf-certificate-product .idf-layout-uses .idf-use-title {
  margin: 0;
  color: var(--e-global-color-secondary, #333);
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1em;
  text-transform: none;
}

.idf-certificate-product .idf-layout-uses .idf-use-description {
  margin: 0;
  color: var(--e-global-color-text, #4f5d6b);
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.idf-certificate-product .idf-layout-uses .idf-use-description p {
  margin: 0;
}

.idf-certificate-product .idf-layout-uses .idf-use-description > :first-child {
  margin-top: 0;
}

.idf-certificate-product .idf-layout-uses .idf-use-description > :last-child {
  margin-bottom: 0;
}

.idf-certificate-product .idf-product-specs__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  padding: 16px;
  border: 1px solid var(--idf-line);
  border-radius: 18px;
  background: linear-gradient(135deg, #f4fbff 0%, #eaf7ff 100%);
}

.idf-certificate-product .idf-product-specs__item {
  display: flex;
  min-width: 0;
  min-height: 88px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(13, 55, 94, 0.06);
}

.idf-certificate-product .idf-product-specs__label {
  color: var(--idf-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.idf-certificate-product .idf-product-specs__value {
  color: var(--idf-blue-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.idf-certificate-product .idf-product-options--comparison {
  width: 100%;
  max-width: 100%;
  font-family: "Poppins", Arial, sans-serif;
}

.idf-certificate-product .idf-product-options__desktop {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 10, 30, 0.05);
}

.idf-certificate-product .idf-product-options__table {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
  background: #fff !important;
}

.idf-certificate-product .idf-product-options__feature-column {
  width: 23%;
}

.idf-certificate-product .idf-product-options__technology-column {
  width: calc(77% / var(--idf-option-count, 3));
}

.idf-certificate-product .idf-product-options__table th,
.idf-certificate-product .idf-product-options__table td {
  border: 0;
  border-radius: 0;
  font-family: "Poppins", Arial, sans-serif;
}

.idf-certificate-product .idf-product-options__corner,
.idf-certificate-product .idf-product-options__technology {
  height: 116px;
  padding: 16px 12px 14px;
  border-bottom: 1px solid #c0d1e0 !important;
  vertical-align: middle;
}

.idf-certificate-product .idf-product-options__corner {
  background: var(--e-global-color-b3ccf75, #f0fbff) !important;
  color: var(--e-global-color-secondary, #333333);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.idf-certificate-product .idf-product-options__technology {
  position: relative;
  border-left: 1px solid #c0d1e0 !important;
  background: #fff !important;
  text-align: center;
}

.idf-certificate-product .idf-product-options__technology-header {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 84px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.idf-certificate-product .idf-product-options__technology-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.idf-certificate-product .idf-product-options__technology-icon i {
  display: block;
  color: inherit;
  font-size: 30px;
  line-height: 1;
}

.idf-certificate-product [data-technology="a1"] .idf-product-options__technology-icon {
  background: var(--e-global-color-accent, #daf3ff);
  color: var(--e-global-color-primary, #307fc2);
}

.idf-certificate-product [data-technology="a3"] .idf-product-options__technology-icon {
  background: var(--e-global-color-837387d, #defcf8);
  color: var(--e-global-color-384935f, #2ec4b6);
}

.idf-certificate-product [data-technology="cloud"] .idf-product-options__technology-icon {
  background: var(--e-global-color-f5b1e1d, #e4def9);
  color: var(--e-global-color-2ae7339, #4f46e5);
}

.idf-certificate-product .idf-product-options__technology-title {
  display: block;
  max-width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.idf-certificate-product [data-technology="a1"] .idf-product-options__technology-title {
  color: var(--e-global-color-primary, #307fc2);
}

.idf-certificate-product [data-technology="a3"] .idf-product-options__technology-title {
  color: var(--e-global-color-384935f, #2ec4b6);
}

.idf-certificate-product [data-technology="cloud"] .idf-product-options__technology-title {
  color: var(--e-global-color-2ae7339, #4f46e5);
}

.idf-certificate-product .idf-product-options__feature,
.idf-certificate-product .idf-product-options__value {
  height: 60px;
  padding: 12px 14px;
  border-bottom: 1px solid #c0d1e0 !important;
  background: #fff !important;
  vertical-align: middle;
}

.idf-certificate-product .idf-product-options__feature {
  color: var(--e-global-color-secondary, #333333);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.idf-certificate-product .idf-product-options__feature-icon {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  color: var(--e-global-color-primary, #307fc2);
  vertical-align: middle;
}

.idf-certificate-product .idf-product-options__feature-icon i {
  display: block;
  color: inherit;
  font-size: 26px;
  line-height: 1;
}

.idf-certificate-product .idf-product-options__feature > span:last-child {
  vertical-align: middle;
}

.idf-certificate-product .idf-product-options__value {
  border-left: 1px solid #c0d1e0 !important;
  color: var(--e-global-color-text, #3c688d);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  overflow-wrap: anywhere;
}

.idf-certificate-product .idf-product-options__action.is-current {
  background: rgba(48, 127, 194, 0.025) !important;
}

.idf-certificate-product .idf-product-options__table tfoot .idf-product-options__feature,
.idf-certificate-product .idf-product-options__table tfoot .idf-product-options__action {
  height: 70px;
  padding: 12px 14px;
  border-bottom: 0 !important;
  background: #fff;
  vertical-align: middle;
}

.idf-certificate-product .idf-product-options__feature--footer {
  color: var(--e-global-color-secondary, #333333);
  text-align: center;
}

.idf-certificate-product .idf-product-options__action {
  border-left: 1px solid #c0d1e0 !important;
  text-align: center;
}

.idf-certificate-product .idf-product-options__link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid var(--idf-blue);
  border-radius: 5px;
  background: var(--e-global-color-primary, #307fc2);
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.idf-certificate-product .idf-product-options__link:hover,
.idf-certificate-product .idf-product-options__link:focus-visible {
  border-color: var(--e-global-color-7da4100, #296ea8);
  background: var(--e-global-color-7da4100, #296ea8);
  color: #fff;
}

.idf-certificate-product .idf-product-options__current-label {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(48, 127, 194, 0.22);
  border-radius: 999px;
  background: var(--e-global-color-accent, #daf3ff);
  color: var(--e-global-color-primary, #307fc2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.idf-certificate-product .idf-product-options__mobile {
  display: none;
}

.idf-certificate-product .idf-product-options__link:focus-visible,
.idf-certificate-product .idf-product-faq summary:focus-visible {
  outline: 3px solid rgba(48, 127, 194, 0.25);
  outline-offset: 3px;
}

.idf-certificate-product .idf-section-faq .elementor-widget-shortcode,
.idf-certificate-product .idf-section-faq .elementor-shortcode {
  display: flex;
  flex: 1 1 auto;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  min-height: 0;
}

.idf-certificate-product .idf-product-faq {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
}

.idf-certificate-product .idf-product-faq__item {
  flex: 1 1 60px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.idf-certificate-product .idf-product-faq__item:not([open]) summary {
  height: 100%;
}

.idf-certificate-product .idf-product-faq__item summary {
  position: relative;
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 10px 15px;
  color: var(--idf-ink);
  cursor: pointer;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  list-style: none;
}

.idf-certificate-product .idf-product-faq__item summary::-webkit-details-marker {
  display: none;
}

.idf-certificate-product .idf-product-faq__number {
  display: inline-flex;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  background: #daf3ff;
  color: var(--e-global-color-primary, var(--idf-blue));
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.idf-certificate-product .idf-product-faq__question {
  flex: 1 1 auto;
  min-width: 0;
}

.idf-certificate-product .idf-product-faq__marker {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.idf-certificate-product .idf-product-faq__marker::before,
.idf-certificate-product .idf-product-faq__marker::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--e-global-color-primary, var(--idf-blue));
  content: "";
  transform: translate(-50%, -50%);
}

.idf-certificate-product .idf-product-faq__marker::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.18s ease;
}

.idf-certificate-product .idf-product-faq__item[open] {
  flex: 0 0 auto;
  border-color: rgba(48, 127, 194, 0.5);
  box-shadow: 0 8px 20px rgba(13, 55, 94, 0.06);
}

.idf-certificate-product .idf-product-faq__item[open] summary {
  color: var(--e-global-color-primary, var(--idf-blue));
}

.idf-certificate-product .idf-product-faq__item[open] .idf-product-faq__marker::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.idf-certificate-product .idf-product-faq__answer {
  padding: 0 55px 18px 65px;
  color: var(--idf-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.idf-certificate-product .idf-product-faq__answer p {
  margin: 0 0 10px;
}

.idf-certificate-product .idf-product-faq__answer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .idf-certificate-product .idf-product-faq__item summary {
    font-size: 14px;
  }

  .idf-certificate-product .idf-product-faq__marker {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }

  .idf-layout-audience .idf-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .idf-audience-context--general .idf-audience-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .idf-layout-audience .idf-audience-grid--3 .idf-audience-card {
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
  }

  .idf-certificate-product .idf-product-specs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .idf-certificate-product .idf-product-options__feature-column {
    width: 24%;
  }

  .idf-certificate-product .idf-product-options__technology-column {
    width: calc(76% / var(--idf-option-count, 3));
  }

  .idf-certificate-product .idf-product-options__corner,
  .idf-certificate-product .idf-product-options__technology {
    height: 108px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .idf-certificate-product .idf-product-options__technology-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .idf-certificate-product .idf-product-options__technology-icon i {
    font-size: 26px;
  }

  .idf-certificate-product .idf-product-options__technology-title,
  .idf-certificate-product .idf-product-options__corner {
    font-size: 12px;
  }

  .idf-certificate-product .idf-product-options__feature,
  .idf-certificate-product .idf-product-options__value {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .idf-certificate-product .idf-product-options__feature-icon {
    width: 23px;
    height: 23px;
    margin-right: 5px;
  }

  .idf-certificate-product .idf-product-options__feature-icon i {
    font-size: 23px;
  }

  .idf-certificate-product .idf-product-options__link {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 15px;
  }

  .idf-certificate-product .idf-layout-uses .idf-product-content__grid {
    gap: 10px;
  }

  .idf-certificate-product .idf-layout-uses .idf-use-icon {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }

  .idf-certificate-product .idf-layout-uses .idf-use-icon__graphic {
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.idf-certificate-product .idf-product-section.idf-section-uses > .e-con-inner {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .idf-certificate-product .idf-section-uses > .e-con-inner > .e-con {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    --width: 100%;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .idf-certificate-product .idf-product-faq__item summary {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .idf-certificate-product .idf-layout-uses .idf-product-content__grid {
    gap: 10px;
  }

  .idf-certificate-product .idf-layout-uses .idf-use-icon {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
  }

  .idf-certificate-product .idf-layout-uses .idf-use-icon__graphic {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 1366px) {
  .idf-layout-audience .idf-audience-link {
    padding: 20px 15px;
  }

  .idf-layout-audience .idf-audience-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    padding: 12px;
  }

  .idf-layout-audience .idf-audience-icon__graphic {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .idf-layout-audience .idf-audience-grid,
  .idf-audience-context--general .idf-audience-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .idf-layout-audience .idf-audience-grid--3 .idf-audience-card {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .idf-layout-audience .idf-audience-body {
    padding: 0;
  }

  .idf-layout-audience .idf-audience-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .idf-layout-audience .idf-audience-card--fallback {
    min-height: 0;
    padding: 20px 15px;
  }

  .idf-certificate-product .idf-product-content__grid,
  .idf-certificate-product .idf-product-specs__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .idf-certificate-product .idf-product-content__item {
    min-height: 0;
    padding: 18px;
  }

  .idf-certificate-product .idf-layout-uses .idf-product-content__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .idf-certificate-product .idf-layout-uses .idf-use-item {
    padding: 20px 15px;
  }

  .idf-certificate-product .idf-layout-uses .idf-use-icon {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }

  .idf-certificate-product .idf-layout-uses .idf-use-icon__graphic {
    width: 32px;
    height: 32px;
  }

  .idf-certificate-product .idf-product-content__fallback {
    padding: 18px;
  }

  .idf-certificate-product .idf-product-specs__grid {
    padding: 12px;
  }

  .idf-certificate-product .idf-product-specs__item {
    min-height: 76px;
  }

  .idf-certificate-product .idf-product-options__desktop {
    display: none;
  }

  .idf-certificate-product .idf-product-options__mobile {
    display: grid;
    width: 100%;
    min-width: 0;
    gap: 14px;
  }

  .idf-certificate-product .idf-product-options__mobile-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 10, 30, 0.05);
  }

  .idf-certificate-product .idf-product-options__mobile-card > header {
    padding: 18px 14px;
    background: #fff;
  }

  .idf-certificate-product .idf-product-options__mobile-card .idf-product-options__technology-header {
    min-height: 0;
    gap: 8px;
  }

  .idf-certificate-product .idf-product-options__mobile-card .idf-product-options__technology-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .idf-certificate-product .idf-product-options__mobile-card .idf-product-options__technology-icon i {
    font-size: 30px;
  }

  .idf-certificate-product .idf-product-options__mobile-card .idf-product-options__technology-title {
    font-size: 15px;
  }

  .idf-certificate-product .idf-product-options__mobile-card dl {
    margin: 0;
  }

  .idf-certificate-product .idf-product-options__mobile-row {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    align-items: center;
    border-top: 1px solid #c0d1e0;
  }

  .idf-certificate-product .idf-product-options__mobile-row dt,
  .idf-certificate-product .idf-product-options__mobile-row dd {
    min-width: 0;
    margin: 0;
    padding: 13px 12px;
    font-family: "Poppins", Arial, sans-serif;
    overflow-wrap: anywhere;
  }

  .idf-certificate-product .idf-product-options__mobile-row dt {
    color: var(--e-global-color-secondary, #333333);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
  }

  .idf-certificate-product .idf-product-options__mobile-row dd {
    border-left: 1px solid #c0d1e0;
    color: var(--e-global-color-text, #3c688d);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-align: right;
  }

  .idf-certificate-product .idf-product-options__mobile-row .idf-product-options__feature-icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }

  .idf-certificate-product .idf-product-options__mobile-row .idf-product-options__feature-icon i {
    font-size: 22px;
  }

  .idf-certificate-product .idf-product-options__mobile-card > footer {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border-top: 1px solid #c0d1e0;
    background: #fff;
  }

  .idf-certificate-product .idf-product-options__mobile-card .idf-product-options__link {
    width: 100%;
    min-height: 42px;
    padding: 10px 18px;
    font-size: 14px;
  }

  .idf-certificate-product .idf-section-faq .elementor-widget-shortcode,
  .idf-certificate-product .idf-section-faq .elementor-shortcode {
    height: auto;
  }

  .idf-certificate-product .idf-product-faq {
    min-height: 0;
  }

  .idf-certificate-product .idf-product-faq__item {
    flex: 0 0 auto;
  }

  .idf-certificate-product .idf-product-faq__item:not([open]) summary {
    height: auto;
  }

  .idf-certificate-product .idf-product-faq__item summary {
    min-height: 53px;
    padding: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .idf-certificate-product .idf-product-faq__number {
    flex-basis: 33px;
    width: 33px;
    height: 33px;
    margin-right: 5px;
    font-size: 13px;
  }

  .idf-certificate-product .idf-product-faq__marker {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    margin-left: 5px;
  }

  .idf-certificate-product .idf-product-faq__marker::before,
  .idf-certificate-product .idf-product-faq__marker::after {
    width: 13px;
  }

  .idf-certificate-product .idf-product-faq__answer {
    padding: 0 39px 15px 48px;
    font-size: 13px;
    line-height: 1.6;
  }
}

/* BP-WC-THANKYOU-003: definitive premium order-received experience. */
.idf-woocommerce-thankyou .woocommerce-order {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.idf-woocommerce-thankyou .woocommerce-thankyou-order-received,
.idf-woocommerce-thankyou .woocommerce-order-overview.order_details,
.idf-woocommerce-thankyou .woocommerce-customer-details {
  display: none !important;
}

.idf-woocommerce-thankyou .elementor-element-b40f004 .idf-thankyou-hero-lead,
.idf-woocommerce-thankyou .elementor-element-b40f004 .idf-thankyou-hero-complement {
  margin-right: auto !important;
  margin-left: auto !important;
}

.idf-woocommerce-thankyou .elementor-element-b40f004 .idf-thankyou-hero-lead {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.idf-woocommerce-thankyou .elementor-element-b40f004 .idf-thankyou-hero-complement {
  margin-top: 7px !important;
  margin-bottom: 0 !important;
  color: var(--idf-flow-muted);
  font-weight: 400;
}

.idf-woocommerce-thankyou .idf-purchase-steps {
  margin-bottom: 22px;
}

.idf-woocommerce-thankyou .idf-thankyou-summary-meta {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid var(--idf-flow-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--idf-flow-shadow);
}

.idf-woocommerce-thankyou .idf-thankyou-summary-meta span {
  min-width: 0;
  padding: 0 14px;
  border-right: 1px solid #e7eef3;
}

.idf-woocommerce-thankyou .idf-thankyou-summary-meta span:first-child {
  padding-left: 0;
}

.idf-woocommerce-thankyou .idf-thankyou-summary-meta span:last-child {
  padding-right: 0;
  border-right: 0;
}

.idf-woocommerce-thankyou .idf-thankyou-summary-meta small,
.idf-woocommerce-thankyou .idf-thankyou-summary-meta strong {
  display: block;
}

.idf-woocommerce-thankyou .idf-thankyou-summary-meta small {
  margin-bottom: 4px;
  color: var(--idf-flow-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.idf-woocommerce-thankyou .idf-thankyou-summary-meta strong {
  overflow-wrap: anywhere;
  color: var(--idf-flow-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.idf-woocommerce-thankyou .woocommerce-order-details {
  margin: 0 0 24px !important;
  padding: 22px 24px 24px;
  border: 1px solid var(--idf-flow-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--idf-flow-shadow);
}

.idf-woocommerce-thankyou .woocommerce-order-details__title {
  margin: 0 0 18px !important;
  color: var(--idf-flow-ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.idf-woocommerce-thankyou .mp-details-title {
  margin: 24px 0 12px !important;
  color: var(--idf-flow-ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.idf-woocommerce-thankyou .mp-details-pix {
  box-sizing: border-box;
  margin: 0 0 24px !important;
  padding: 22px !important;
  border: 1px solid rgba(48, 127, 194, 0.2);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--idf-flow-shadow);
}

.idf-woocommerce-thankyou .mp-details-pix img {
  max-width: 100%;
  height: auto;
}

.idf-woocommerce-thankyou iframe {
  max-width: 100%;
  border: 1px solid var(--idf-flow-border);
  border-radius: 8px;
  background: #fff;
}

.idf-woocommerce-thankyou #submit-payment {
  max-width: 100%;
}

.idf-woocommerce-thankyou .idf-thankyou-next {
  margin-top: 30px;
}

.idf-woocommerce-thankyou .idf-thankyou-section-heading {
  margin-bottom: 16px;
}

.idf-woocommerce-thankyou .idf-thankyou-section-heading h2,
.idf-woocommerce-thankyou .idf-thankyou-guidance h2 {
  margin: 0;
  color: var(--idf-flow-ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
}

.idf-woocommerce-thankyou .idf-thankyou-next__notice {
  margin: 8px 0 0;
  color: var(--idf-flow-muted);
  font-size: 12px;
  line-height: 1.55;
}

.idf-woocommerce-thankyou .idf-thankyou-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--idf-flow-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--idf-flow-shadow);
  list-style: none;
}

.idf-woocommerce-thankyou .idf-thankyou-process__item {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  color: #71879a;
  text-align: center;
}

.idf-woocommerce-thankyou .idf-thankyou-process__item:not(:last-child)::after {
  position: absolute;
  top: 17px;
  left: calc(50% + 24px);
  width: calc(100% - 48px);
  height: 1px;
  background: #dfe8ef;
  content: "";
}

.idf-woocommerce-thankyou .idf-thankyou-process__number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f5f8;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
}

.idf-woocommerce-thankyou .idf-thankyou-process__item.is-complete,
.idf-woocommerce-thankyou .idf-thankyou-process__item.is-current {
  color: var(--idf-flow-blue);
}

.idf-woocommerce-thankyou .idf-thankyou-process__item.is-complete .idf-thankyou-process__number {
  background: var(--idf-flow-sky);
}

.idf-woocommerce-thankyou .idf-thankyou-process__item.is-current .idf-thankyou-process__number {
  background: var(--idf-flow-blue);
  color: #fff;
  box-shadow: 0 7px 16px rgba(48, 127, 194, 0.2);
}

.idf-woocommerce-thankyou .idf-thankyou-process__label {
  position: relative;
  z-index: 1;
  color: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.idf-woocommerce-thankyou .idf-thankyou-guidance {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: 26px;
  margin-top: 22px;
  padding: 24px;
  border: 1px solid var(--idf-flow-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--idf-flow-shadow);
}

.idf-woocommerce-thankyou .idf-thankyou-guidance__intro {
  align-self: start;
}

.idf-woocommerce-thankyou .idf-thankyou-guidance__intro p {
  margin: 12px 0 10px;
  color: var(--idf-flow-muted);
  font-size: 13px;
  line-height: 1.6;
}

.idf-woocommerce-thankyou .idf-thankyou-guidance__intro > strong {
  color: var(--idf-flow-blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.idf-woocommerce-thankyou .idf-thankyou-guidance__details {
  display: grid;
  gap: 0;
}

.idf-woocommerce-thankyou .idf-thankyou-guidance__row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #edf1f4;
}

.idf-woocommerce-thankyou .idf-thankyou-guidance__row:first-child {
  padding-top: 0;
}

.idf-woocommerce-thankyou .idf-thankyou-guidance__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.idf-woocommerce-thankyou .idf-thankyou-guidance__icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--idf-flow-sky);
  color: var(--idf-flow-blue);
  font-size: 10px;
  font-weight: 700;
}

.idf-woocommerce-thankyou .idf-thankyou-guidance__icon svg {
  width: 16px;
  height: 16px;
}

.idf-woocommerce-thankyou .idf-thankyou-guidance__row h3 {
  margin: 0 0 5px;
  color: var(--idf-flow-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.idf-woocommerce-thankyou .idf-thankyou-guidance__row p {
  margin: 0;
  color: var(--idf-flow-muted);
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .idf-woocommerce-thankyou .idf-thankyou-summary-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 16px;
  }

  .idf-woocommerce-thankyou .idf-thankyou-summary-meta span:nth-child(3) {
    border-right: 0;
  }

  .idf-woocommerce-thankyou .idf-thankyou-guidance {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .idf-woocommerce-thankyou .idf-thankyou-process {
    padding: 18px 12px;
  }
}

@media (max-width: 767px) {
  .idf-woocommerce-thankyou .woocommerce-order {
    padding: 0 !important;
  }

  .idf-woocommerce-thankyou .idf-purchase-steps ol {
    align-items: start;
  }

  .idf-woocommerce-thankyou .idf-purchase-steps__item {
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px;
    text-align: center;
    font-size: 10px;
    line-height: 1.25;
  }

  .idf-woocommerce-thankyou .idf-purchase-steps__item:not(:last-child)::after {
    top: 18px;
    right: -8px;
    left: calc(50% + 22px);
  }

  .idf-woocommerce-thankyou .idf-purchase-steps__number {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }

  .idf-woocommerce-thankyou .idf-purchase-steps__label {
    display: block;
    padding-right: 0;
    background: transparent;
  }

  .idf-woocommerce-thankyou .idf-thankyou-summary-meta {
    grid-template-columns: 1fr;
  }

  .idf-woocommerce-thankyou .idf-thankyou-summary-meta span,
  .idf-woocommerce-thankyou .idf-thankyou-summary-meta span:nth-child(3) {
    padding: 10px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #edf1f4;
  }

  .idf-woocommerce-thankyou .idf-thankyou-summary-meta span:first-child {
    padding-top: 0 !important;
  }

  .idf-woocommerce-thankyou .idf-thankyou-summary-meta span:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
  }

  .idf-woocommerce-thankyou .woocommerce-order-details,
  .idf-woocommerce-thankyou .idf-thankyou-guidance,
  .idf-woocommerce-thankyou .mp-details-pix {
    padding: 18px !important;
  }

  .idf-woocommerce-thankyou .mp-details-pix .mp-row-checkout-pix {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
  }

  .idf-woocommerce-thankyou .mp-details-pix .mp-col-md-4,
  .idf-woocommerce-thankyou .mp-details-pix .mp-col-md-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }

  .idf-woocommerce-thankyou .mp-details-pix .mp-details-pix-qr-img {
    display: block;
    width: min(280px, 100%);
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .idf-woocommerce-thankyou .mp-details-pix .mp-pix-right {
    margin-bottom: 0;
    border-left: 0 !important;
    border-top: 1px solid #e5e5e5;
  }

  .idf-woocommerce-thankyou .mp-details-pix .mp-row-checkout-pix-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding: 16px 0 0 !important;
    box-sizing: border-box;
  }

  .idf-woocommerce-thankyou .mp-details-pix .mp-qr-input {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .idf-woocommerce-thankyou .mp-details-pix-button,
  .idf-woocommerce-thankyou #submit-payment {
    width: 100% !important;
    max-width: 100% !important;
  }

  .idf-woocommerce-thankyou .idf-thankyou-process {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px 18px;
  }

  .idf-woocommerce-thankyou .idf-thankyou-process__item {
    min-height: 54px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    padding: 7px 0;
    text-align: left;
  }

  .idf-woocommerce-thankyou .idf-thankyou-process__item:not(:last-child)::after {
    top: 41px;
    bottom: -13px;
    left: 16px;
    width: 1px;
    height: auto;
  }

  .idf-woocommerce-thankyou .idf-thankyou-process__number {
    flex: 0 0 34px;
  }

  .idf-woocommerce-thankyou .idf-thankyou-process__label {
    font-size: 12px;
  }
}
