.elementor-kit-968{--e-global-color-primary:#18336D;--e-global-color-secondary:#2D6668;--e-global-color-text:#0F172A;--e-global-color-accent:#F97316;--e-global-color-001757f:#F8FAFC;--e-global-color-bb44724:#FFFFFF;--e-global-color-41f815f:#475569;--e-global-color-d35cdc5:#E2E8F0;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-3e08805-font-family:"Playball";background-color:#FFF4F4;}.elementor-kit-968 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-968{--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ===== Global card polish for Thank You layout ===== */
.woocommerce-order-received .elementor-widget-wrap{
  gap: 18px;
}

/* ===== Left: Order Details tables (clean, modern) ===== */
.rr-thankyou-order-details h2,
.rr-thankyou-order-details h3{
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 10px 0;
  color: #18336D;
}

.rr-thankyou-order-details table{
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

/* Header row */
.rr-thankyou-order-details thead th{
  background: #F8FAFC !important;
  font-weight: 900 !important;
  color: #0F172A !important;
  padding: 12px 14px !important;
  border-bottom: 1px solid rgba(0,0,0,.08) !important;
}

/* Cells */
.rr-thankyou-order-details td,
.rr-thankyou-order-details th{
  padding: 12px 14px !important;
  border-right: 1px solid rgba(0,0,0,.06) !important;
  vertical-align: middle;
}
.rr-thankyou-order-details tr td:last-child,
.rr-thankyou-order-details tr th:last-child{
  border-right: none !important;
}
.rr-thankyou-order-details tbody tr + tr td{
  border-top: 1px solid rgba(0,0,0,.06) !important;
}

/* Product links (normal link) */
.rr-thankyou-order-details table td a{
  background: transparent !important;
  color: #18336D !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline !important;
  font-weight: 700 !important;
  white-space: normal !important;
}
.rr-thankyou-order-details table td a:hover{
  color: #2D6668 !important;
  text-decoration: underline;
}

/* Download button ONLY (last column in downloads table) */
.rr-thankyou-order-details table.woocommerce-table--order-downloads td:last-child a{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 14px !important;
  border-radius: 12px !important;
  font-weight: 900 !important;
  background: #F97316 !important;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap;
}

/* Tighten space between the 2 tables */
.rr-thankyou-order-details table + h2,
.rr-thankyou-order-details table + h3{
  margin-top: 16px;
}

/* ===== Right: simplify Thank You Order box (less “busy”) ===== */
.rr-thankyou-order{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 16px;
}

/* Remove the “boxed” look of each overview item */
.rr-thankyou-order ul.order_details{
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.rr-thankyou-order ul.order_details li{
  background: #F8FAFC;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  padding: 10px 12px;
  margin: 0 !important;
}
.rr-thankyou-order ul.order_details li strong{
  display: block;
  margin-top: 4px;
  font-weight: 900;
  color: #0F172A;
}

/* Support line */
.rr-thankyou-order .need-help,
.rr-thankyou-order p{
  margin-top: 14px;
  color: #475569;
}
.rr-thankyou-order a{
  color: #18336D;
  font-weight: 800;
}

/* ===== Mobile: stack and avoid table squish ===== */
@media (max-width: 768px){
  .rr-thankyou-order ul.order_details{
    grid-template-columns: 1fr;
  }
  .rr-thankyou-order-details{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .rr-thankyou-order-details table{
    min-width: 720px;
  }
}/* End custom CSS */