/* ===================================================================================

* Theme Name: Markite Child
* Theme URI: https://themeforest.net/user/basictheme/portfolio
* Author: BasicTheme
* Author URI: https://themepure.net/wp/markite/
* Description: Markite - Digital Marketplace WooCommerce Theme
* Version: 1.0.1
* Template: markite
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

:root {
  --button-free: #E0D575;
  --button-paid: #D3BEFF;
  --accent-color: #6929C4;
  --input-box: #D4BBFF;
  --section-bg: #F5F5F7;
  --footer-bg: #31135E;
  --footer-copyright: #8E82A0;
}

html, body {
  font-family: 'Be Vietnam Pro', Arial, Helvetica, sans-serif;
}

.header__btn a {
  background-color: var(--bs-white) !important;
  color: var(--accent-color) !important;
  border: 2px solid var(--accent-color) !important;
}
.footer-style-1,
.footer-style-1 .footer__area {
  width: 100vw;
  min-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  left: 0;
  right: 0;
  background: var(--footer-bg);
}
.footer-style-1 .footer__area .row {
  width: 100%;
}
.footer-style-1 .footer__social ol {
  display: inline-flex;
  height: auto;
}
.footer-style-1 .footer__social li {
  background: var(--bs-white);
  border-radius: 2px;
  padding: 4px 8px;
}
.footer-style-1 .footer__social li img {
  height: 34px;
  padding: 0;
}
.footer-style-1 .footer__area .footer-col-1 {
  width: 40% !important;
}
.footer-style-1 .footer__area .footer-col-2,
.footer-style-1 .footer__area .footer-col-3 {
  width: 15% !important;
}
.footer-style-1 .footer__area .footer-col-4 {
  width: 30% !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-style-1 .footer__area .footer-col-4 div:first-child {
  width: 70%;
}
.footer-style-1 .footer__area .footer-col-4 div:last-child {
  width: auto;
}
#custom_html-13 .textwidget {
  display: flex;
  align-items: center;
  justify-content: between;
}
img.esri-gold {
  width: 210px;
  max-width: 100%;
  margin-right: 12px;
}
img.anab {
  width: 100px;
  max-width: 100%;
}
@media (max-width: 600px) {
  .footer-style-1 .footer__area .row {
    flex-direction: column;
  }
  .footer-style-1 .footer__area .footer-col-1,
  .footer-style-1 .footer__area .footer-col-2,
  .footer-style-1 .footer__area .footer-col-3,
  .footer-style-1 .footer__area .footer-col-4 {
    width: 100% !important;
  }
  .footer__social ol li {
    margin-bottom: 0 !important;
  }
}
.hosted-exb-guide {
  margin-top: 25px;
}

@media screen and (max-width: 750px) {
  .header__area .container .row > div:first-child {
      width: 80% !important;
  }
  .header__area .container .row > div:last-child {
    width: 20% !important;
  }
}

/* --- Custom Archive Product Page Layout --- */
.custom-shop-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}
.custom-shop-header h1 {
  font-weight: 800;
  font-size: 37px;
}
.custom-shop-header,
.custom-shop-filters {
  text-align: left;
  margin-bottom: 24px;
}
.custom-shop-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.custom-shop-sort {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
  height: 100%;
}
.custom-shop-sort div {
  width: 100%;
}
.custom-shop-sort .pro-filter {
  margin-bottom: 0 !important;
}
.custom-shop-sort label,
.custom-shop-sort .orderby {
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--bs-dark);
  margin-right: 8px;
}
.custom-shop-sort select,
.custom-shop-sort .orderby {
  border: none !important;
  box-shadow: none !important;
  padding: 6px 28px 6px 12px;
  font-size: 1.08rem;
  color: var(--bs-dark);
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23181818" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 18px 18px;
  cursor: pointer;
  transition: border 0.2s, box-shadow 0.2s;
}
.custom-shop-sort select:focus,
.custom-shop-sort .orderby:focus {
  outline: none;
  box-shadow: 0 0 0 2px #6c47ff33;
}
.custom-shop-sort select::-ms-expand {
  display: none;
}
.custom-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.custom-product-card {
  background: var(--bs-white);
  border-radius: 5px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
  overflow: hidden;
  min-height: 420px;
  height: 100%;
}
.custom-product-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.16);
}
.custom-product-image {
  position: relative;
  padding: 16px;
}
.custom-product-image img {
  border-radius: 3px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: #f3f3f3;
  transition: filter 0.3s;
}
.custom-product-image:hover img {
  filter: grayscale(1) brightness(0.6);
}
.custom-btn-group {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.custom-product-image:hover .custom-btn-group {
  opacity: 1;
  pointer-events: auto;
}
.custom-btn.details,
.custom-btn.preview {
  position: static;
  min-width: 140px;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 0;
  margin: 0;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.custom-btn.details {
  background: var(--bs-white);
  color: var(--bs-dark);
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.custom-btn.preview {
  background: transparent;
  color: var(--bs-white);
  border: 2px solid var(--bs-white);
  box-shadow: none;
}
.custom-badge {
  display: inline-block;
  width: auto;
  min-width: 0;
  align-self: flex-start;
  margin-bottom: 8px;
  padding: 4px 14px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  color: var(--bs-white);
  background: #f6eec7;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  position: static;
}
.custom-badge.paid {
  background: var(--button-paid);
}
.custom-badge.free {
  background: var(--button-free);
}
.custom-product-info {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.custom-product-info .badge-price-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.custom-product-info h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  color: #222;
  line-height: 1.2;
  flex: 1;
}
.custom-product-price {
  font-size: 1.15rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}
.custom-product-desc {
  font-size: 0.98rem;
  color: #666;
  margin-top: 8px;
  line-height: 1.4;
  min-height: 38px;
  display: block;
  font-size: 14px;
}
.custom-product-desc p img {
  display: none !important;
}
.custom-product-desc p {
  line-height: 1.4;
}
.filter-btn {
  padding: 12px 48px;
  border: 1px solid var(--accent-color);
  background: var(--bs-white);
  color: var(--accent-color);
  border-radius: 4px;
  margin: 0 4px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--accent-color);
  color: var(--bs-white);
  border-color: var(--accent-color);
}
@media (max-width: 900px) {
  .custom-products-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .custom-products-grid {
      grid-template-columns: 1fr;
  }
}
/* --- End Custom Archive Product Page Layout --- */

/* --- Custom Single Product Page Layout --- */
.custom-single-product-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 40px auto;
  width: 100%;
}
.custom-single-header {
  margin-bottom: 32px;
}
.custom-single-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--bs-dark, #181818);
}
.custom-single-breadcrumbs {
  font-size: 1rem;
  color: #888;
  margin-bottom: 0;
}
.custom-single-main {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
.custom-single-main-content {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.custom-single-summary-card {
  flex: 0 0 340px;
  background: var(--bs-white);
  border-radius: 1px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.custom-single-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 16px;
}
.custom-single-sidebar-shortinfo {
  font-size: 1.08rem;
  color: #444;
  margin-bottom: 16px;
}
.custom-single-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.custom-single-buttons .quantity {
  margin-bottom: 8px;
}
.custom-single-buttons .single_add_to_cart_button,
.custom-single-buttons .custom-btn.preview {
  border: 2px solid var(--accent-color) !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: background 0.2s, color 0.2s, border 0.2s !important;
}
.custom-single-buttons .single_add_to_cart_button {
  background: var(--accent-color);
  color: var(--bs-white);
  padding: 12px 0;
  cursor: pointer;
  width: 100%;
}
.custom-single-buttons .custom-btn.preview {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-white);
  color: var(--accent-color);
  text-align: center;
}
.custom-single-buttons .custom-btn.preview:hover {
  background: var(--accent-color);
  color: var(--bs-white);
}
.custom-single-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  font-size: 1rem;
  color: #222;
}
.custom-single-meta-grid .meta-label {
  font-weight: 500;
  color: #888;
  text-align: left;
}
.custom-single-meta-grid .meta-value {
  font-weight: 600;
  color: #181818;
  text-align: right;
}
.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 32px;
  border: none;
  margin-bottom: 24px;
  background: none;
  padding-left: 0;
}
.woocommerce-tabs ul.tabs li {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.woocommerce-tabs ul.tabs li a {
  font-size: 1.08rem;
  font-weight: 600;
  color: #888;
  padding: 0 0 8px 0;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  transition: color 0.2s, border-bottom 0.2s;
}
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
  color: var(--bs-primary, #6c47ff);
  border-bottom: 2px solid var(--bs-primary, #6c47ff);
}
.woocommerce-Tabs-panel {
  font-size: 1.08rem;
  color: #222;
  margin-top: 16px;
}
@media (max-width: 900px) {
  .custom-single-main {
    flex-direction: column;
    gap: 24px;
  }
  .custom-single-main-content, .custom-single-summary-card {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  .custom-single-tabs {
    padding: 20px;
  }
  .custom-single-meta-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }
}
/* --- End Custom Single Product Page Layout --- */

/* --- Custom Cart Page Layout --- */
.woocommerce-cart .coupon {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* --- End Custom Cart Page Layout --- */

/* --- Custom Checkout Page Layout --- */
.woocommerce-checkout .entry-header,
.woocommerce-checkout .woocommerce-breadcrumb {
  max-width: 900px;
  margin: 0 auto 24px auto;
}

.woocommerce-checkout form.checkout {
  margin: 0 auto 64px auto;
  background: var(--bs-white);
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07);
  padding: 40px 32px 32px 32px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: column;
}

.woocommerce-checkout .col2-set {
  width: 60%;
  min-width: 320px;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
  width: 100%;
  padding: 0;
  margin: 0 0 24px 0;
}

.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-checkout-review-order {
  margin: 0;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea.input-text {
  background: var(--bs-white);
  border: 1.5px solid var(--input-box);
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 1rem;
  margin-top: 4px;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.woocommerce-checkout .form-row label {
  font-weight: 500;
  color: #222;
  margin-bottom: 2px;
}

.woocommerce-checkout .form-row .required {
  color: #e74c3c;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  border: none;
  background: none;
  font-size: 1.08rem;
  color: #222;
  padding: 8px 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
  font-weight: 700;
  color: var(--bs-dark, #181818);
  font-size: 1.15rem;
}

.woocommerce-checkout .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
  background: none;
  border: none;
  box-shadow: none;
}

.woocommerce-checkout .button,
.woocommerce-checkout button[type=\"submit\"] {
  width: 100%;
  background: var(--accent-color);
  color: var(--bs-white);
  font-size: 1.08rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 14px 0;
  margin-top: 18px;
  transition: background 0.2s;
  border: none;
}

.woocommerce-checkout .button:hover,
.woocommerce-checkout button[type=\"submit\"]:hover {
  background: var(--accent-color);
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  background: var(--bs-white);
  border-radius: 8px 8px 0 0;
  border: 1.5px solid #a084e8;
  padding: 12px 18px;
  margin-bottom: 24px;
  color: var(--input-box);
  font-weight: 500;
}

@media (max-width: 900px) {
  .woocommerce-checkout form.checkout {
    flex-direction: column;
    gap: 24px;
    padding: 20px 4px;
  }
  .woocommerce-checkout .col2-set,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
    min-width: 0;
    padding: 0;
  }
}

/* Single product image container fixed height and centering */
.woocommerce .custom-content.tab-content {
  width: 100%;
  min-height: 260px;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  overflow: hidden;
}
.woocommerce .custom-content.tab-content img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  margin: auto;
  display: block;
}

/* Responsive Logo Styles */
.header__area .container .row > div:first-child {
  width: 30%;
}
.header__area .container .row > div:last-child {
  width: 70%;
}
.main-logo,
.sticky-logo {
    width: 400px !important;
    height: auto;
    max-width: 100%;
}

/* Tablet breakpoint */
@media screen and (max-width: 991px) {
    .header__area .container .row > div:first-child {
      width: 50%;
    }
    .header__area .container .row > div:last-child {
      width: 50%;
    }
    .main-logo,
    .sticky-logo {
        width: 350px !important;
    }
}

.support__area .container > .row:nth-of-type(2) {
  display: flex;
  justify-content: center;
}
.support__area .container > .row:nth-of-type(2) .support-link-btn a {
  text-transform: lowercase;
  color: var(--bs-white);
}

/* Services Products Section Styles */
.services-products-area .custom-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  min-height: auto !important;
}
.services-products-area .product-image {
  height: 150px;
  padding: 16px;
  overflow: hidden;
}
.services-products-area .product-image img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.services-products-area .product-content {
  flex: 0 0 100px;
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.services-products-area .product-title {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.services-products-area .product-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.8em;
}
.services-products-area .learn-more-btn {
  background: var(--accent-color);
  color: var(--bs-white);
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 12px 32px;
  margin: 0 16px;
  transition: background 0.2s;
  display: inline-block;
  width: auto !important;
  box-sizing: border-box;
  align-self: flex-start;
}
/* --- End Services Products Section Styles --- */

/* Order Summary Styles */
.woocommerce-order .woocommerce-order-downloads p a {
  text-decoration: underline;
  color: var(--accent-color);
}
.woocommerce-order .woocommerce-order-details .woocommerce-orders-table .order-actions a,
.woocommerce-order .woocommerce-order-details .order-again a {
  display: inline-block;
  width: fit-content;
}
/* --- End Order Summary Styles --- */

/* GVC trial form */
.pum-theme-default-theme {
  background-color: rgba(0,0,0,0.5);
}
.gvc-trial-template .elementor-form .elementor-field-group .elementor-field-textual {
  background-color: transparent;
  border: 2px solid #D4BBFF;
  border-radius:8px
}
.gvc-trial-template label.elementor-field-label {
  margin: 0 0 8px 0;
}
.gvc-trial-template .elementor-form .elementor-field-group {
  margin-bottom: 18px !important;
}
.gvc-trial-template .elementor-field-group-field_effb11f {
  font-size: 14px;
  font-style: italic;
}
.gvc-trial-template .elementor-widget-container h2.section__title {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}
.gvc-trial-template .bdevs-el.heading {
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}
#popmake-2969,
#popmake-3567 {
  background: var(--bs-white);
  border-radius: 16px;
  box-shadow: 3px 8px 24px rgba(0,0,0,0.18);
}
#popmake-2969 .pum-close.popmake-close,
#popmake-3567 .pum-close.popmake-close {
  background: transparent;
  box-shadow: none;
  color: #333;
  width: 52px;
  height: 52px;
  font-size: 22px;
  font-weight: 300;
  line-height: 52px;
}
/* --- End GVC trial form --- */

/* USD Disclaimer Styles */
.usd-disclaimer-row td {
    font-style: italic !important;
    color: var(--bs-dark) !important;
    text-align: left !important;
    font-size: 14px !important;
}
/* --- End USD Disclaimer Styles --- */

/* Microsite Styles */
.eael-product-carousel {
  border-radius: 0 !important;
  background-color: var(--bs-white);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.eael-product-carousel .image-wrap img,
.eael-product-carousel .product-image-wrap {
  border-radius: 0 !important;
}

.eael-product-carousel .product-image-wrap {
  margin: 10px;
}

.eael-product-carousel .product-details-wrap {
  display: flex;
  align-items: flex-start !important;
  margin-top: -24px
}

.eael-product-carousel .product-details-wrap .eael-product-price .subscription-details {
  display: none;
}

.services-section {
  max-width: 80vw;
  margin: 40px auto;
}

.reminder-email-section .elementor-message {
  color: var(--bs-white) !important;
}

.services-section .services-container .services-cards-wrapper .elementor-container {
  justify-content: space-between !important;
  align-items: flex-end !important;
}

.services-section .services-container .elementor-widget-wrap {
  padding: 0 !important;
}

.services-section .services-container .services-cards-wrapper .elementor-container .product-nav {
  width: 30% !important;
}

.services-section .services-container .services-cards-wrapper .elementor-container .product-nav:nth-child(2) {
  width: 34% !important;
}

@media (max-width: 768px) {
  .services-section .services-container .services-cards-wrapper .elementor-container {
    flex-direction: column !important;
    align-items: center !important;
  }

  .services-section .services-container .services-cards-wrapper .elementor-container .product-nav,
  .services-section .services-container .services-cards-wrapper .elementor-container .product-nav:nth-child(2) {
    padding-top: 16px !important;
    width: 100% !important;
  }
}

.services-section .services-container .services-cards-wrapper .elementor-container .product-nav .elementor-widget-wrap {
  padding: 0 !important;
}

.services-section .services-container .services-cards-wrapper .elementor-container .product-nav .elementor-widget-wrap .elementor-image-box-wrapper .elementor-image-box-img {
  margin-bottom: 0 !important;
}

.services-section .services-container .services-cards-wrapper .elementor-container .product-nav .elementor-widget-wrap .elementor-image-box-wrapper .elementor-image-box-content {
  background-color: var(--section-bg) !important;
  padding: 16px;
}

.microsite-cta-wrapper {
  display: flex;
  justify-content: center;
}

.microsite-cta-btn {
  background: var(--accent-color);
  color: var(--bs-white);
  border-radius: 4px;
  padding: 16px 24px;
  font-weight: 800;
  text-decoration: none;
  font-size: 28px;
  display: inline-block;
  border: none;
  transition: background 0.2s, color 0.2s;
  text-align: center;
}
.microsite-cta-btn:hover, .microsite-cta-btn:focus {
  color: var(--bs-white) !important;
}
.microsite-geovonic-connect span {
  color: var(--accent-color);
  font-weight: 600;
}
/* --- End Microsite Styles --- */

.woocommerce-order-downloads-message a {
  text-decoration: underline;
  color: var(--accent-color);
}

.woocommerce-error li {
  padding-left: 20px !important;
}