/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* ===============================
   JW Thank You Page – Sleek UI
   =============================== */

.woocommerce-order-received .woocommerce-order {
  max-width: 1100px;
}

.woocommerce-order-received h1,
.woocommerce-order-received .woocommerce-thankyou-order-received {
  letter-spacing: -0.02em;
}

.jw-thankyou-card{
  margin: 28px 0;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(6px);
}

.jw-thankyou-card h3{
  margin: 0 0 16px;
  font-size: 22px;
}

.jw-steps-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 992px){
  .jw-steps-grid{
    grid-template-columns: 1fr 1fr;
  }
}

.jw-step{
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.18);
}

.jw-step-title{
  font-weight: 700;
  margin-bottom: 8px;
}

.jw-step p{
  margin: 0 0 14px;
  opacity: 0.9;
  line-height: 1.5;
}

/* Buttons */
.jw-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.12);
}

.jw-btn:hover{ opacity: 0.92; }

.jw-btn-ghost{
  background: transparent;
}

.jw-help{
  margin-top: 16px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.jw-help-text{
  font-weight: 700;
}

/* Make the order details table feel cleaner */
.woocommerce-order-received table.shop_table{
  border-radius: 14px;
  overflow: hidden;
}

.woocommerce-order-received table.shop_table th,
.woocommerce-order-received table.shop_table td{
  padding: 14px 16px;
}

.woocommerce-order-received table.shop_table tfoot th{
  opacity: 0.85;
}

/* Thank you page: remove billing address/customer details block */
/* Hide any extra company block below the order table (if it still shows) */
.woocommerce-order-received .woocommerce-order-details + h3,
.woocommerce-order-received .woocommerce-order-details + section,
.woocommerce-order-received .woocommerce-order-details ~ .jw-company{
    display:none !important;
}