/* 
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 */

.woocommerce-order .opo-thankyou {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  align-items: start;
  margin: 40px 0 60px;
}

.woocommerce-order .opo-thankyou__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.woocommerce-order .opo-thankyou__title {
  font-size: 48px;
  line-height: 1.05;
  margin: 0;
  color: #1f1f1f;
}

.woocommerce-order .opo-thankyou__headline {
  font-size: 40px;
  line-height: 1.1;
  color: #c7321f;
  margin: 0;
  font-weight: 700;
}

.woocommerce-order .opo-thankyou__intro-text {
  margin: 0;
  color: #5a5a5a;
  max-width: 520px;
}

.woocommerce-order .opo-thankyou__benefits {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  gap: 12px;
  color: #3d3d3d;
}

.woocommerce-order .opo-thankyou__benefits li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.woocommerce-order .opo-thankyou__benefits li::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c7321f;
  flex: 0 0 18px;
  margin-top: 3px;
}

.woocommerce-order .opo-thankyou__cta {
  align-self: flex-start;
  background: #f3b52b;
  border-radius: 999px;
  color: #1f1f1f;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  text-transform: none;
}

.woocommerce-order .opo-thankyou__summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.woocommerce-order .opo-thankyou__card {
  background: #f6f6f8;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}

.woocommerce-order .opo-thankyou__card-title {
  margin: 0 0 16px;
  font-size: 18px;
  color: #1f1f1f;
  position: relative;
  padding-bottom: 12px;
}

.woocommerce-order .opo-thankyou__card-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #dadadd;
}

.woocommerce-order .opo-thankyou__items {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 12px;
}

.woocommerce-order .opo-thankyou__item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
}

.woocommerce-order .opo-thankyou__item-name {
  font-weight: 600;
  display: block;
}

.woocommerce-order .opo-thankyou__item-qty {
  font-size: 12px;
  color: #777;
}

.woocommerce-order .opo-thankyou__item-total {
  font-weight: 600;
  color: #1f1f1f;
}

.woocommerce-order .opo-thankyou__totals {
  border-top: 1px solid #dadadd;
  padding-top: 16px;
  display: grid;
  gap: 10px;
  font-size: 14px;
}

.woocommerce-order .opo-thankyou__totals-row {
  display: flex;
  justify-content: space-between;
  color: #4d4d4d;
}

.woocommerce-order .opo-thankyou__totals-row--total {
  font-weight: 700;
  color: #c7321f;
}

.woocommerce-order .opo-thankyou__customer {
  display: grid;
  gap: 6px;
  color: #4d4d4d;
  font-size: 14px;
}

.woocommerce-order .opo-thankyou__customer-name {
  font-weight: 600;
  color: #1f1f1f;
  margin: 0;
}

.woocommerce-order .opo-thankyou__address {
  margin-top: 8px;
  font-size: 14px;
  color: #4d4d4d;
}

.woocommerce-order .opo-thankyou__address br {
  content: "";
}

.woocommerce-order .opo-thankyou__payment {
  margin: 0;
  color: #4d4d4d;
  font-size: 14px;
}

@media (max-width: 960px) {
  .woocommerce-order .opo-thankyou {
    grid-template-columns: 1fr;
  }

  .woocommerce-order .opo-thankyou__title {
    font-size: 36px;
  }

  .woocommerce-order .opo-thankyou__headline {
    font-size: 30px;
  }
}