@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;700;800;900&display=swap");

.woocommerce-checkout .woocommerce-shipping-methods li input + label,
.woocommerce-checkout .wfacp_shipping_options .wfacp_shipping_table ul li input + label,
.woocommerce-checkout .wfacp_shipping_options .wfacp_shipping_table ul li .wfacp_shipping_price {
  display: none !important;
}
li.wfacp_single_shipping_method {
  display: flex !important;
  align-items: center;
}
.wfacp_single_shipping_desc {
  width: 100%;
  padding-left: 25px;
}
.woocommerce-shipping-methods .ctrs_section img,
.woocommerce-checkout .wfacp_shipping_options .wfacp_shipping_table ul li .ctrs_section img {
  width: 50px;
  height: 50px;
}
.ctrs_section {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
}
.ctrs_info span {
  display: flex;
  align-items: center;
}
.ctrs_label label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 17px !important;
  margin-bottom: 0 !important;
  color: #000000 !important;
}
.ctrs_shipping_label {
  padding-left: 25px !important;
}
.ctrs_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex: 1;
}
.ctrs_left_sec {
  flex: 1;
  min-width: 0;
}
.ctrs_right_sec {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
}
.ctrs_info span {
  font-weight: normal;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 15px !important;
}
.ctrs_section img {
  margin-right: 10px !important;
  height: 38px !important;
}
.woocommerce-checkout #wfacp-e-form .wfacp_main_form.woocommerce input[type="radio"] {
  position: unset !important;
}
.wfacp_single_shipping_desc {
  padding-left: 10px;
}
.ctrs_info label {
  margin-bottom: 0 !important;
  color: #757575 !important;
  font-weight: 400 !important;
}
.wfacp_shipping_radio {
  height: 25px;
}

/*  Checkout Table Css Start  */

table.wfacp_shipping_table ul li {
  padding: 8px 20px 8px 16px !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
}
table.wfacp_shipping_table ul li .wfacp_single_shipping {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
table.wfacp_shipping_table ul li .ctrs_section {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  gap: 10px;
}
table.wfacp_shipping_table ul li .ctrs_section .ctrs_content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
}
table.wfacp_shipping_table ul li.selected_shipping {
  border: 1px solid #1b7ac3 !important;
  background-color: #f0f5fa !important;
}
table.wfacp_shipping_table ul li.selected_shipping {
  border-radius: 2px !important;
}
table.wfacp_shipping_table ul li .ctrs_content .ctrs_label label {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}
table.wfacp_shipping_table ul li .ctrs_content .ctrs_info span label {
  font-size: 12px !important;
  line-height: 17px !important;
  font-weight: 300 !important;
}
table.wfacp_shipping_table ul li .ctrs_content .ctrs_right_sec {
  display: flex !important;
  align-items: center !important;
  margin-left: auto !important;
  text-align: right !important;
}
table.wfacp_shipping_table ul li .ctrs_content .ctrs_right_sec span {
  display: inline-block !important;
  font-weight: 500 !important;
  color: #000000 !important;
  font-size: 13px !important;
  line-height: 18px !important;
  text-align: right !important;
}
table.wfacp_shipping_table ul li .ctrs_section img {
  height: 30px !important;
  width: 30px !important;
}
table.wfacp_shipping_table ul li .ctrs_content .ctrs_right_sec span bdi {
  font-size: 13px !important;
  line-height: 18px !important;
}
table.wfacp_shipping_table ul li .wfacp_single_shipping input {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  border: 1.5px solid #b1c5d7 !important;
  box-shadow: none !important;
}
table.wfacp_shipping_table ul li .wfacp_single_shipping input[type="radio"]:checked:before {
  background-color: #fff;
  border: 4px solid #3c64b1 !important;
  margin: 0;
  height: 14px;
  width: 14px;
  margin-top: -2px;
  margin-left: -1px;
}

table.wfacp_shipping_table ul li .ctrs_content {
  align-items: center !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  flex: 1;
}
table.wfacp_shipping_table ul li .ctrs_content .ctrs_left_sec {
  flex: 1 1 auto;
  min-width: 0;
  flex-shrink: 1;
}
table.wfacp_shipping_table ul li .ctrs_content .ctrs_right_sec {
  flex: 0 0 auto !important;
  margin-left: auto !important;
  flex-shrink: 0 !important;
}
.ctrs_shipping_faqs_sec .ctrs_shipping_faqs {
  color: #757575 !important;
  font-size: 12px !important;
  line-height: 17px !important;
  font-weight: 300 !important;
}

@media all and (max-width: 428px) {
  table.wfacp_shipping_table ul li {
    padding: 8px 12px 8px 7px !important;
  }
  table.wfacp_shipping_table ul li .wfacp_single_shipping input[type="radio"]:checked:before {
    margin-top: -1px;
    margin-left: -2px;
  }
  table.wfacp_shipping_table ul li .ctrs_section img {
    height: 24px !important;
    width: 24px !important;
  }
  table.wfacp_shipping_table ul li .ctrs_content .ctrs_label label {
    line-height: 17px !important;
    font-size: 12px !important;
  }
  table.wfacp_shipping_table ul li .ctrs_content .ctrs_right_sec span bdi {
    font-size: 13px !important;
    line-height: 18px !important;
  }
}

@media all and (max-width: 375px) {
  table.wfacp_shipping_table ul li {
    padding: 8px 6px 8px 5px !important;
  }
  table.wfacp_shipping_table ul li .wfacp_single_shipping_desc {
    padding-left: 6px !important;
  }
  table.wfacp_shipping_table ul li .wfacp_single_shipping_desc img {
    margin-right: 7px !important;
  }
}

@media all and (max-width: 350px) {
  table.wfacp_shipping_table ul li .wfacp_single_shipping_desc img {
    display: none !important;
  }
}

@media all and (max-width: 320px) {
  table.wfacp_shipping_table ul li {
    height: 48px !important;
  }
}

/* Peak Season Alert Styles */
.ctrs-peak-season-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background-color: #fff3cd;
  border: 1px solid #C19024;
  border-radius: 4px;
  margin: 0 0 16px 0;
  font-family: "Inter", sans-serif;
  width: 100%;
  box-sizing: border-box;
}

.ctrs-peak-season-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  vertical-align: top;
}

.ctrs-peak-season-icon .ctrs-warning-icon {
  width: 20px;
  height: 20px;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  shape-rendering: geometricPrecision;
}

.ctrs-peak-season-text {
  font-size: 14px;
  line-height: 1.5;
  color: #856404;
  flex: 1;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.ctrs-peak-season-text strong {
  font-weight: 700;
  color: #856404;
  font-family: "Inter", sans-serif;
}

.ctrs-peak-season-alert-row {
  display: table-row;
}

.ctrs-peak-season-alert-cell {
  padding: 0 !important;
  border: none !important;
  vertical-align: top;
}

/* Hide alert by default (will be shown via JS when postcode exists) */
.ctrs-peak-season-alert-row:not(.has-postcode) {
  display: none !important;
}

/* Show alert when postcode is present */
.ctrs-peak-season-alert-row.has-postcode {
  display: table-row !important;
}

/* Responsive styles for Peak Season Alert */
@media all and (max-width: 768px) {
  .ctrs-peak-season-alert {
    padding: 10px 12px;
    gap: 10px;
    margin-bottom: 12px;
    border-radius: 3px;
  }

  .ctrs-peak-season-icon .ctrs-warning-icon {
    width: 18px;
    height: 18px;
  }

  .ctrs-peak-season-text {
    font-size: 13px;
    font-family: "Inter", sans-serif;
  }
}

@media all and (max-width: 480px) {
  .ctrs-peak-season-alert {
    padding: 8px 10px;
    gap: 8px;
    margin-bottom: 10px;
    border-radius: 3px;
  }

  .ctrs-peak-season-icon .ctrs-warning-icon {
    width: 16px;
    height: 16px;
  }

  .ctrs-peak-season-text {
    font-size: 12px;
    line-height: 1.4;
    font-family: "Inter", sans-serif;
  }
}