/*
Theme Name: Total Electronic Groove
Theme URI: http://www.wpexplorer.com
Description: Total WordPress theme for Electronic Groove.
Author: ATS
Author URI: http://www.all-techsolutions.com
Template: Total
Version: 1.0
Text Domain: TotalElectronic
*/

@import url("style.css");
/**
NOTE: If are or will be using the css minify function in the theme use this import instead of the one above
@import url("../Total/style-min.css");
**/

/* Profile Builder */
.page-user-login .entry-content, .page-register .entry-content, .page-lost-password .entry-content, .page-user-validation .entry-content {
    margin: 0 auto;
    width: 80%;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}
.page-user-login .single-page-content, .page-register .single-page-content, .page-lost-password .single-page-content, .page-user-validation .single-page-content {
    margin: 0 auto;
    width: 80%;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.wppb-user-forms header {
    display: block;
    padding: 0px 20px 20px 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 25px;
    font-weight: 300;
    color: #232323;
    margin-bottom:20px;
}
.wppb-user-forms h4 {
    font-size: 25px;
    font-weight: 300;
    color: #232323;
}

/* --- Promoter My Events Tab Styling - REVISED (from Child Theme, with integrations) --- */
.woocommerce-account .woocommerce-MyAccount-content {
    /* Base styles for MyAccount-content will be further down from Custom CSS section */
    /* Child theme styles focus on specifics within this container */
}

/* Event List Table Basic Styling (Refining over default My Account styles) */
.woocommerce-account .woocommerce-MyAccount-content .evo_event_manager_box table.eventon_manager_events_list {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
    border: 1px solid #e0e0e0 !important; /* Child theme's border color */
}

.woocommerce-account .woocommerce-MyAccount-content .evo_event_manager_box table.eventon_manager_events_list th,
.woocommerce-account .woocommerce-MyAccount-content .evo_event_manager_box table.eventon_manager_events_list td {
    padding: 12px 15px !important; /* Child theme's padding */
    border: 1px solid #e0e0e0 !important; /* Child theme's border color */
    text-align: left !important;
    vertical-align: middle !important;
    /* font-size for td will be 14px from custom CSS unless overridden by more specific rules */
}

.woocommerce-account .woocommerce-MyAccount-content .evo_event_manager_box table.eventon_manager_events_list th {
    background-color: #f5f5f5 !important;
    font-weight: 700 !important;
    color: #333 !important;
    text-transform: uppercase !important;
    font-size: 13px !important; /* Child theme's font size for th */
}

.woocommerce-account .woocommerce-MyAccount-content .evo_event_manager_box table.eventon_manager_events_list tbody tr:nth-child(even) {
    background-color: #f9f9f9 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .evo_event_manager_box table.eventon_manager_events_list td a {
    color: #0073aa !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
.woocommerce-account .woocommerce-MyAccount-content .evo_event_manager_box table.eventon_manager_events_list td a:hover {
    text-decoration: underline !important;
}

/* --- Insights Container Styling - REFINED (from Child Theme, with integrations) --- */
.woocommerce-account .woocommerce-MyAccount-content .evotx_insight_container {
    margin-top: 30px !important; /* Child theme value */
    padding: 25px !important; /* Child theme value */
    background: #ffffff !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important; /* Child theme value */
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important; /* Child theme value */
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 20px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.woocommerce-account .woocommerce-MyAccount-content .evotx_insight_container > div {
    background: #f9f9f9 !important;
    border: 1px solid #eee !important;
    border-radius: 6px !important;
    padding: 15px !important;
    overflow: hidden !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
}

.woocommerce-account .woocommerce-MyAccount-content .evotx_insight_container .evotx_chart_container {
    min-height: 200px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 10px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.woocommerce-account .woocommerce-MyAccount-content .evotx_insight_container canvas {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
}

.woocommerce-account .woocommerce-MyAccount-content .evotx_insight_container h2,
.woocommerce-account .woocommerce-MyAccount-content .evotx_insight_container h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important; /* Child theme value */
    border-bottom: 1px solid #eee !important;
    padding-bottom: 8px !important;
    box-sizing: border-box !important;
}

.woocommerce-account .woocommerce-MyAccount-content .evotx_insight_container h3 { /* Specific to h3 from child */
    font-size: 16px !important;
    font-weight: 600 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .evotx_insight_container .evotx_stats_block p {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin: 5px 0 !important;
    line-height: 1.2 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .evotx_insight_container .evotx_stats_block span {
    font-size: 14px !important;
    color: #555 !important;
    display: block !important;
    margin-bottom: 5px !important;
}

.woocommerce-account .woocommerce-MyAccount-content .evotx_time_left {
    font-size: 15px !important;
    color: #555 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* Insight Button - from Child theme, with integrations for hover and responsive from Custom CSS */
.evoau_manager_row a.load_tix_stats,
.evoau_manager_row a.evotx_insight_btn {
    display:inline-block !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
}

.woocommerce-account .woocommerce-MyAccount-content .evotx_insight_btn {
    display: inline-block !important;
    margin-left: 10px !important; /* Child theme */
    padding: 8px 16px !important;
    background: #ff4500 !important;
    color: #fff !important;
    font-weight: 600 !important; /* Child theme */
    text-transform: uppercase !important; /* Child theme */
    border: none !important; /* Child theme */
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 13px !important; /* Child theme font size */
    transition: background-color 0.3s ease !important; /* Child theme */
    box-sizing: border-box !important; /* Child theme */
    text-decoration: none !important; /* From Custom CSS */
}
.woocommerce-account .woocommerce-MyAccount-content .evotx_insight_btn:hover {
    background: #e03e00 !important; /* From Custom CSS */
    color: #fff !important; /* Ensure color remains on hover */
}


/* Media Queries from original Child Theme */
@media only screen and (min-width:768px) and (max-width:959px) {
    /* Empty in original child theme */
}

@media only screen and (max-width:959px) {
    .page-user-login .entry-content, .page-register .entry-content, .page-lost-password .entry-content, .page-user-validation .entry-content {
        width: 100%;
    }
    .page-user-login .single-page-content, .page-register .single-page-content, .page-lost-password .single-page-content, .page-user-validation .single-page-content {
        width: 100%;
    }
    #sidebar {
        display:none;
    }
}

@media only screen and (max-width:360px) {
    /* Empty in original child theme */
}


/* ==========================================================================
   Styles from Custom CSS section are being integrated below
   ========================================================================== */

/* Post Type Slider (VCEX / WPEX) */
.vcex-posttypes-slider .wpex-slider-caption.over-image .excerpt {
    color: #999;
    font-size: 16px !important;
    padding: 0px 1px 10px 10px !important;
}

.vcex-posttype-slider-title {
    font-size: 26px;
    font-weight: 600 !important;
    padding: 0px 0px 0px 0px !important;
    color: #fff;
}

/* WPEX Widgets */
.wpex-widget-recent-posts-date {
    font-size: 11px;
}

.wpex-widget-recent-posts-title {
    font-size: 14px;
}

/* Content Area Padding */
.single-post #content-wrap,
.has-composer #content-wrap,
.search-results #content-wrap {
    padding-top: 0px !important;
}

#content-wrap,
.single-staff #content-wrap {
    padding-top: 50px !important;
}

#primary {
    padding-bottom: 0 !important;
}

/* Header */
@media screen and (min-width: 1024px) {
    #site-header-inner {
        max-width: 1600px !important;
    }
    #site-header-flex-aside-inner div {
        gap: 0px;
    }
}

/* Custom Footer */
footer .footer-box {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

footer .footer-box .custom-img-container {
    max-width: 120px;
}

footer .footer-box .custom-img-container img {
    width: 100%;
    display: block;
}

footer .footer-box ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-box ul li a {
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

footer .footer-box ul li a:hover {
    color: #FF4500 !important;
}

/* Container Ad Horizontal */
#horizontal-banner-container img {
    width: 100%;
    display: block;
}

/* Home - Posts Slider (Specific Slider Plugin - SP?) */
.home-post-slider sp-arrow::before {
    content: none !important;
}

.sp-slides-container {
    font-family: "Gotham", sans-serif !important;
    color: #fff !important;
}

.sp-slides-container .vcex-posttype-slider-title a {
    color: #fff !important;
    font-size: 2.5rem !important;
    text-decoration: none;
}

.sp-slides-container .vcex-posttype-slider-title a:hover {
    color: #ff4500;
}

.sp-slides-container p {
    font-size: 1.5rem;
}

.sp-slides-container .meta-date,
.sp-slides-container .meta-author,
.sp-slides-container .meta-category span {
    display: none !important;
}

.sp-slides-container .meta-category a {
    text-transform: uppercase;
    color: #FF4500 !important;
    font-size: 2rem;
    text-decoration: none;
}

/* Home - 'More News' Widget */
.home-recent-posts {
    color: #fff;
}

.home-recent-posts h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

.home-recent-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-recent-posts ul li {
    margin-bottom: 10px;
    line-height: 1.2 !important;
}

.home-recent-posts ul li a {
    text-decoration: none;
    color: inherit;
}

.home-recent-posts ul li a::before {
    content: none !important;
}

.home-recent-posts .post-date {
    font-weight: 400;
    color: #ff4500;
    font-size: 1.3rem;
}

/* Home - Blog Grid Hovers */
.home-blog-grid1 a:hover,
.home-blog-grid4 a:hover {
    color: #000 !important;
}

.home-blog-grid3 a:hover {
    color: #fff !important;
}

/* Trending News Widget */
#trending-news-widget ul {
    list-style-type: "- ";
    padding-left: 20px;
    margin: 0;
}

#trending-news-widget ul li a {
    color: #fff;
    text-decoration: none;
}

#trending-news-widget ul li a:hover {
    color: #FF4500;
}

.single-post-img figure,
.single-post-img figure .vc_single_image-wrapper,
.single-post-img figure .vc_single_image-wrapper img {
    width: 100% !important;
    margin: 0;
    display: block;
}

.single-post .meta-post-terms a,
.single-blog-article .meta-category,
.meta-post-terms,
.vcex-post-meta__separator,
.meta-author,
.single-post .meta-date {
    font-family: 'Gotham', sans-serif;
    color: #ff4500;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px !important;
}

.single-post .meta-date,
.meta-author {
    text-transform: none;
}

.single-blog-article .meta-category .ticon {
    display: none;
}

.single-post-title {
    font-size: 3rem;
}

.single-post .entry-title a:hover {
    color: #ff4500 !important;
}

/* Posts Sidebar */
.posts-sidebar div.widget-title {
    color: #fff !important;
    font-size: 2rem !important;
    font-weight: 400 !important;
}

.posts-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.posts-sidebar ul li a {
    text-decoration: none;
}

.posts-sidebar ul li a .widget-recent-posts-icons-title {
    color: #fff;
    font-size: 1.2rem !important;
}

.posts-sidebar ul li a .widget-recent-posts-icons-title:hover {
    color: #ff4500 !important;
}

.posts-sidebar .wpex-bordered-list li {
    border: none;
    font-size: 18px;
}

.post-slider-hidden .vcex-blog-entry-readmore-wrap {
    margin-top: 50px !important;
}
.post-slider-hidden .vcex-blog-entry-readmore-wrap a {
    text-decoration: underline;
    font-weight: 300;
}

.post-slider-hidden .entry-date {
    text-transform: uppercase;
    font-weight: bold;
}

.vcex-recent-news-entry-title-heading {
    font-weight: bold !important;
    font-size: 1rem !important;
}

.widget_wpex_recent_posts_icons {
    font-size: 1.8rem;
    font-weight: 400;
}

.widget_wpex_recent_posts_icons .widget-title {
    font-size: 2rem !important;
}

.widget_wpex_recent_posts_icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_wpex_recent_posts_icons ul li {
    padding: 0;
    padding-bottom: 0.5em;
}

.widget_wpex_recent_posts_icons ul li:hover {
    color: #ff4500;
}
.widget_wpex_recent_posts_icons ul li a:hover {
    color: #ff4500;
}

/* Pagination Styles */
.page-numbers .ticon-angle-right {
    color: #ff4500;
}

.page-numbers li .current {
    background-color: #ff4500;
    color: #fff;
    border-radius: 0 !important;
}

/* Learning Center */
.learning-center-row {
    color: #fff;
    margin-bottom: 0 !important;
}

.learning-center-row .widget-title {
    color: #fff;
}

.learning-center-row .wpex-bordered-list li {
    border: 0;
}

.learning-center-row .page-numbers li {
    border: none;
}

.learning-center-row .page-numbers .current {
    background-color: #ff4500 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: #fff;
}

.learning-center-cards h2 {
    font-size: 2.5rem;
}

.learning-center-cards p {
    font-size: 1.5rem;
}

.learning-center-cards .wpex-card-thumbnail {
    width: 100%;
}

.learning-center-cards .wpex-card-details {
    justify-content: center !important;
}

/* Premieres Page */
.page-premieres .meta-date span {
    display: none;
}

.page-premieres .meta-date {
    font-weight: 200;
}

/* Top Tracks Page */
.top-tracks h4 {
    padding-left: 32px;
}

/* Category Archive */
.blog-entry-readmore a {
    background-color: #ff4500;
    color: #fff;
    border-radius: 0;
    padding: 0.5em 1em;
    text-decoration: none;
    display: inline-block;
}

.blog-entry-readmore a:hover {
    color: #fff;
    background-color: #e03e00;
}

/* Interviews and Features Page */
.page-interviews-and-features .vcex-recent-news-entry-title-heading,
.page-interviews-and-features .sidebar-box .widget-title {
    font-size: 20px !important;
}

.page-interviews-and-features .widget-recent-posts-icons-title {
    font-size: 18px !important;
}

/* WPEX Bordered List Base */
.wpex-bordered-list ul,
.wpex-bordered-list {
    margin: 0;
    list-style: none;
    font-size: 18px;
    padding: 0;
}

/* --- WooCommerce General Styles from Custom CSS --- */
body.woocommerce-cart,
body.woocommerce-checkout {
    background-color: #fff;
    font-family: 'Helvetica Neue', sans-serif;
    color: #111;
}

.woocommerce-cart .coupon,
.woocommerce-cart .product-name small,
.woocommerce-cart .product-name strong,
.woocommerce-cart table.shop_table .product-thumbnail,
.woocommerce-cart .product-name .view,
.woocommerce-order-received .woocommerce-order-details .wcuf-file-download-button,
.woocommerce-order-received .woocommerce-order-details [class*='Uploaded File'],
.woocommerce-order-received .woocommerce-order-details [class*='File Name'],
.woocommerce-order-received .woocommerce-order-details [class*='Uploaded File Can Be Used For Marketing'],
.woocommerce-order-details .file-info,
.woocommerce-order-details .woocommerce-table__cell-file-info,
.woocommerce-order-details .woocommerce-table__cell-file-name,
.woocommerce-order-details .woocommerce-table td[class*='Uploaded File'],
.woocommerce-order-details .woocommerce-table th[class*='Uploaded File'],
.woocommerce-order .eventon-ticket-details.wc_order_details ~ label,
.woocommerce-order .eventon-ticket-details.wc_order_details ~ label + .container,
.woocommerce-order-details [data-title^="File Name"],
.woocommerce-order-details [data-title^="Uploaded File Can Be Used For Marketing"],
.woocommerce-order-details [data-title^="Uploaded File"] {
    display: none !important;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.woocommerce-checkout h3, /* This also covers #payment h3.wc-stripe-credit-card-heading */
.woocommerce-checkout #order_review_heading,
.woocommerce-cart .cart_totals h2 {
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}
/* Main card title “Additional Ticket Information” in checkout */
.woocommerce-checkout h2.evo-additional-ticket-info-title,
.woocommerce-checkout h2:not([class]):contains("Additional Ticket Information") { /* Less reliable */
    font-size: 24px !important;
    line-height: 1.3;
    margin-bottom: 20px;
}
/* Headings inside the grey ticket card in checkout */
.woocommerce-checkout .evo-tix h2,
.woocommerce-checkout .evo-tix h3,
.woocommerce-checkout .evo-tix h4 {
    font-size: 18px !important;
    margin: 0 0 12px;
    font-weight: 700; /* Added from another rule */
}

.woocommerce form .form-row label {
    font-size: 15px !important;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    display: block;
}

.woocommerce input.input-text,
.woocommerce select,
.woocommerce textarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 15px !important;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.woocommerce-cart table.shop_table td.product-quantity input.qty {
    font-size: 16px !important;
    line-height: 1.4;
    padding: 8px 10px;
}

.woocommerce-checkout #customer_details .form-row {
    font-size: 14px !important;
}

.woocommerce-checkout-review-order-table,
.woocommerce-cart table.shop_table,
.woocommerce-order-details table,
.woocommerce-order-downloads table {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    border-collapse: collapse; /* Ensure this is collapse */
}
.woocommerce-order-details, /* Container, not the table itself */
.woocommerce-order-downloads { /* Container, not the table itself */
    /* border-color: #eee; */ /* This was for the container, tables have their own */
    margin: 30px 0;
}
.woocommerce-order-details {
    margin-top: 40px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-cart table.shop_table th {
    padding: 14px 18px;
    font-size: 13px;
    background-color: #f5f5f5;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #eee;
    text-align: left;
}
.woocommerce-order-details thead th, /* Covers MyAccount order details as well */
.woocommerce-order-downloads thead th { /* Covers MyAccount downloads as well */
    background-color: #111; /* More specific rule from CustomCSS for order received */
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 16px 20px;
    text-align: left;
    text-transform: uppercase;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-cart table.shop_table td {
    padding: 14px 18px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    color: #111;
    vertical-align: middle;
}
.woocommerce-order-details td, /* Covers MyAccount order details */
.woocommerce-order-downloads td { /* Covers MyAccount downloads */
    padding: 14px 18px !important; /* From order details fix, ensure it takes precedence */
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    font-size: 14px !important; /* From order details fix */
    vertical-align: middle; /* Added for consistency */
}

.woocommerce-checkout-review-order-table tfoot tr:last-child td,
.woocommerce-cart .order-total td {
    font-weight: 700;
    color: #ff4500;
}
.woocommerce-order-details tfoot tr th,
.woocommerce-order-details tfoot tr td {
    background-color: #f9f9f9 !important;
    color: #111 !important;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    border-top: 1px solid #eee;
    padding: 14px 18px;
    text-align: left;
}
.woocommerce-order-details tfoot .order-total td {
    color: #ff4500 !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
#place_order { /* Combined general and place order */
    background-color: #ff4500 !important;
    color: #fff !important;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    padding: 14px 28px !important; /* Using #place_order's more generous padding */
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer !important;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.woocommerce-order-downloads a.button { /* My Account Downloads button */
    background-color: #ff4500 !important; /* ensure consistency */
    color: #fff !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    margin-top: 0;
    /* other properties inherited or set by .woocommerce-MyAccount-content a.button */
}
.woocommerce-order-received a.button { /* Order received page "Order Again" button */
    background-color: #ff4500 !important;
    color: #fff !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    margin-top: 20px !important;
    display: inline-block !important;
    text-align: center !important;
    margin-left: 0 !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
#place_order:hover,
.woocommerce-order-downloads a.button:hover,
.woocommerce-order-received a.button:hover {
    background-color: #e03e00 !important;
    color: #fff !important;
}

.woocommerce-cart .cart-collaterals {
    width: 100%;
    box-sizing: border-box;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-notice--success {
    background-color: #f2f2f2;
    border-left: 4px solid #ff4500;
    padding: 18px;
    border-radius: 6px;
    font-size: 15px;
    margin-bottom: 25px;
    color: #111;
}
.woocommerce-notice--success { /* More specific success notice */
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
    color: #000;
}
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-notice--success a {
    color: #ff4500;
    font-weight: bold;
    text-decoration: none;
}

.woocommerce-order-received {
    background-color: #fff;
    font-family: 'Helvetica Neue', sans-serif;
    color: #111;
    padding: 0 0px !important;
}
.woocommerce-order-received .woocommerce-order-overview {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.woocommerce-order-received .woocommerce-order-overview li {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 8px;
}
.woocommerce-order-received .woocommerce-order-overview li strong {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.woocommerce-customer-details {
    margin-top: 40px;
    background-color: #f9f9f9;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
}
.woocommerce-customer-details h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #111;
}
.woocommerce-customer-details address {
    font-style: normal;
    line-height: 1.6;
}

/* --- WooCommerce My Account Styles (Ensure this is the correct desired state) --- */
.woocommerce-account {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", sans-serif; /* Keep if desired */
    color: #111; /* Keep if desired */
    /* Ensure display: flex; flex-wrap: wrap; and gap: 40px; are NOT present here */
}
.woocommerce-MyAccount-navigation {
    flex: 0 0 260px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #eee;
}
.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}
.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 14px 22px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .2px;
    color: #111;
    text-decoration: none;
    transition: background-color .25s, color .25s;
}
.woocommerce-MyAccount-navigation li a:hover {
    background: #fff3ed;
    color: #ff4500;
}
.woocommerce-MyAccount-navigation li.is-active a {
    background: #ff4500;
    color: #fff;
}

.woocommerce-MyAccount-content { /* Base style from Custom CSS, pink bg removed */
    flex: 1 1 0%;
    background: #fff; /* Default white background */
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    /* Styles for specific content within this (like EventON tables, insights) are handled by child theme rules above or specific rules below */
}
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 { /* General h2/h3 in MyAccount content */
    font-size: 24px; /* General size, specific sections (like insights) might override */
    font-weight: 700;
    margin: 0 0 22px;
}

/* Tables inside My Account (Orders, Downloads…) - General styling */
.woocommerce-MyAccount-content table:not(.eventon_manager_events_list) { /* Avoid re-styling the already specific EventON table */
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    font-size: 15px; /* General table font size */
    border-collapse: collapse; /* Added for safety */
}
.woocommerce-MyAccount-content table:not(.eventon_manager_events_list) thead th {
    background: #f5f5f5;
    padding: 14px 18px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .3px;
    border-bottom: 1px solid #ddd; /* Added for consistency */
}
/* Order details/downloads specific header styles are handled by more general Woo rules above */
.woocommerce-MyAccount-content table:not(.eventon_manager_events_list) tbody td {
    padding: 14px 18px;
    border-bottom: 1px solid #eee;
}
.woocommerce-MyAccount-content table:not(.eventon_manager_events_list) tfoot td {
    font-weight: 700;
    color: #ff4500;
}

.woocommerce-MyAccount-content a.button:not(.evotx_insight_btn) { /* General buttons in MyAccount, excluding the specific insight button */
    background: #ff4500 !important;
    color: #fff !important;
    padding: 10px 22px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    display: inline-block;
    text-decoration: none; /* Added for consistency */
    transition: background-color .25s;
}
.woocommerce-MyAccount-content a.button:not(.evotx_insight_btn):hover {
    background: #e03e00 !important;
}

.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-error {
    border-left: 4px solid #ff4500;
    background: #f9f9f9;
    padding: 18px;
    border-radius: 6px;
    margin-bottom: 25px;
    font-size: 15px;
}

.woocommerce-MyAccount-dashboard p,
.woocommerce-MyAccount-dashboard a,
.woocommerce-MyAccount-dashboard strong {
    font-size: 18px;
    line-height: 1.4;
}
.woocommerce-MyAccount-dashboard p:first-of-type {
    margin-top: 0;
}

/* EventON Ticket Table in My Account */
.woocommerce-MyAccount-content .evo-tix,
.woocommerce-MyAccount-content .evo-tix * {
    font-size: 16px !important;
    line-height: 1.45;
}
.woocommerce-MyAccount-content .evo-tix h2,
.woocommerce-MyAccount-content .evo-tix h3 {
    font-size: 22px !important;
    font-weight: 700;
}
.woocommerce-MyAccount-content .evo-tix table th,
.woocommerce-MyAccount-content .evo-tix table td {
    padding: 12px 18px;
}

/* EventON Ticket Info in Checkout */
.woocommerce-checkout .evo-tix,
.woocommerce-checkout .evo-tix-info,
.woocommerce-checkout .evo-tix-checkout {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px !important; /* body text */
    line-height: 1.45 !important;
}
.woocommerce-checkout .evo-tix strong,
.woocommerce-checkout .evo-tix-info strong,
.woocommerce-checkout .evo-tix-checkout strong {
    font-size: 15px !important; /* sub-labels */
    font-weight: 700;
}

/* EventON Ticket Info Text Size (targeting wpb_text_column in checkout) */
.woocommerce-checkout .wpb_text_column .evotx_event_ticket_additional_info p,
.woocommerce-checkout .wpb_text_column .evotx_event_ticket_additional_info span,
.woocommerce-checkout .wpb_text_column .evotx_event_ticket_additional_info b,
.woocommerce-checkout .wpb_text_column .evotx_tai_oneholder p,
.woocommerce-checkout .wpb_text_column .evotx_tai_oneholder span,
.woocommerce-checkout .wpb_text_column .evotx_tai_oneholder b {
    font-size: 14px !important;
    line-height: 1.4 !important;
}
.woocommerce-checkout .wpb_text_column .evotx_event_ticket_additional_info h2,
.woocommerce-checkout .wpb_text_column .evotx_event_ticket_additional_info h3,
.woocommerce-checkout .wpb_text_column .evotx_event_ticket_additional_info h4,
.woocommerce-checkout .wpb_text_column .evotx_tai_oneholder h2,
.woocommerce-checkout .wpb_text_column .evotx_tai_oneholder h3,
.woocommerce-checkout .wpb_text_column .evotx_tai_oneholder h4 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}
.woocommerce-checkout .wpb_text_column h2.evo-additional-ticket-info-title,
.woocommerce-checkout .wpb_text_column div.evotx_event_ticket_additional_info > h2 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
}


/* Stripe payment box fonts */
#payment .payment_box,
#payment .payment_box * { /* This is very broad, ensure it does not break layout */
    font-size: 14px !important;
    line-height: 1.45 !important;
}
#payment .wc-payment-method h3, /* Covers generic method headings */
#payment h3.wc-stripe-credit-card-heading { /* Specific Stripe heading */
    font-size: 18px !important; /* Overrides the general .woocommerce-checkout h3 if more specific */
    font-weight: 700;
    margin-bottom: 14px;
}
#payment .stripe-test-mode-banner,
#payment .payment_box p:first-child { /* Test mode & first paragraph in payment box */
    font-size: 14px !important;
    font-weight: 600;
}

/* User Registration Plugin Styles */
.ur-frontend-form button[type="submit"],
.ur-form-container .user-registration-Button,
button.ur-submit-button,
.btn.ur-submit-button,
.ur-btn.primary,
.user-registration-Button.primary {
    background-color: #FF4500 !important;
    border-color: #FF4500 !important;
    color: #ffffff !important;
}
.ur-frontend-form button[type="submit"]:hover,
.ur-form-container .user-registration-Button:hover,
button.ur-submit-button:hover,
.btn.ur-submit-button:hover {
    background-color: #e63e00 !important;
    border-color: #e63e00 !important;
}
.ur-frontend-form a,
.user-registration a {
    color: #FF4500 !important;
}
.ur-frontend-form input:focus,
.ur-frontend-form select:focus,
.user-registration input:focus,
.user-registration select:focus {
    border-color: #FF4500 !important;
    box-shadow: 0 0 0 1px #FF4500 !important;
}
.ur-frontend-form select,
.ur-form-container select,
.user-registration-form select {
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-family: inherit !important;
}

/* EventON My Events - show Detailed Insight pill */
.evoauem_additional_buttons a.load_tix_stats,
.evoauem_additional_buttons a.evotx_insight_btn {
    display:inline-block !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    background:#ff4500;
    color:#fff;
    padding:6px 16px;
    border-radius:20px;
    font-size:14px;
}
.evoau_submission_form .evoau_table .row p.evoau_show_whos_coming { display: none !important; }

.evotx_success_msg {
    color: #111111 !important;
}

/* General Insight Button styles (if not in My Account) */
.evotx_insight_btn:not(.woocommerce-MyAccount-content .evotx_insight_btn) {
    display: inline-block;
    margin-left: 10px;
    padding: 0.5em 1em;
    background: #ff5a00;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.evotx_insight_btn:disabled {
    opacity: 0.6;
    cursor: default;
}

/* General Insight Container styles (if not in My Account) */
.evotx_insight_container:not(.woocommerce-MyAccount-content .evotx_insight_container) {
    margin: 1.5em 0;
    padding: 1.5em;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.evotx_insight_container:not(.woocommerce-MyAccount-content .evotx_insight_container) h2 {
    margin-top: 0;
    color: #333;
    font-size: 1.5em;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.25em;
}
.evotx_insight_container:not(.woocommerce-MyAccount-content .evotx_insight_container) h3 {
    color: #666;
    font-weight: normal;
    margin-top: 0.5em;
}
.evotx_insight_container:not(.woocommerce-MyAccount-content .evotx_insight_container) canvas {
    display: block;
    max-width: 100%;
    margin: 1em auto;
}


/* My Events Promoter Dashboard Table (if different from above general MyAccount table for EventON) */
/* This seems to be largely redundant with the .eventon_manager_events_list styles if they target the same table. */
/* Keeping for now in case .evo_event_manager_box table matches other tables. */
.woocommerce-MyAccount-content .evo_event_manager_box table:not(.eventon_manager_events_list) {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid #ddd !important; /* General MyAccount table border */
}
.woocommerce-MyAccount-content .evo_event_manager_box table:not(.eventon_manager_events_list) th,
.woocommerce-MyAccount-content .evo_event_manager_box table:not(.eventon_manager_events_list) td {
    padding: 12px !important;
    text-align: left !important;
    font-size: 14px !important;
    border: 1px solid #ddd !important;
}
.woocommerce-MyAccount-content .evo_event_manager_box table:not(.eventon_manager_events_list) th {
    background: #f5f5f5 !important;
    font-weight: bold !important;
}


/* Search Results Page specific margin */
body.search-results #content-wrap {
    /* padding-top: 0px !important; This is already handled by a general rule */
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Skip Lazy Loading Override */
img.skip-lazy:not([loading]) {
    loading: lazy;
}


/* --- Media Queries from Custom CSS --- */
/* (Original Child Theme media queries are already above) */

@media (min-width: 1024px) {
    .single-post h2 strong {
        font-size: 28px;
        line-height: 1.7 !important;
        display: block;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) { /* Tablet and below */
    footer .footer-box ul {
        font-size: 1rem !important;
    }
    /* My Account Layout - Stack nav and content */
    .woocommerce-account { flex-direction: column; }
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content { width: 100%; flex: 0 0 auto; } /* Override flex-basis */
    .woocommerce-MyAccount-navigation { margin-bottom: 20px; } /* Add space when stacked */

    /* EventON Ticket Info in Checkout - Stacking */
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review,
    .woocommerce-checkout .evo-tix,
    .woocommerce-checkout .evo-tix-info,
    .woocommerce-checkout .evo-tix-checkout {
        flex: 0 0 100%; /* Full width when stacked */
        margin-right: 0;
    }
}

@media (max-width: 991px) { /* Smaller tablets / landscape phones - My Account nav/content order swap */
    .woocommerce-MyAccount-content { order: 1; }
    .woocommerce-MyAccount-navigation { order: 2; }
    .woocommerce-MyAccount-navigation li a { font-size: 16px; }
}

@media (min-width: 992px) { /* Desktop - Cart totals button stacking */
    .woocommerce-cart .wc-proceed-to-checkout,
    .woocommerce-cart .wc-stripe-payment-request-wrapper {
        display: block !important;
        width: 100% !important;
    }
    .woocommerce-cart .wc-stripe-payment-request-wrapper {
        margin-top: 15px !important;
    }
    /* EventON Ticket Info in Checkout - two column */
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout .evo-tix,
    .woocommerce-checkout .evo-tix-info,
    .woocommerce-checkout .evo-tix-checkout { /* Ensure order_review is handled separately if it should be full width */
        flex: 0 0 48% !important; /* two equal columns, small gap */
    }
     .woocommerce-checkout #customer_details { margin-right: 4% !important; }
     .woocommerce-checkout #order_review{ flex-basis: 100% !important; } /* If order review is always full width */

}


@media (max-width: 768px) { /* Mobile specific styles */
    .woocommerce .button,
    #place_order,
    .woocommerce-order-received a.button,
    .woocommerce-order-downloads a.button {
        width: 100% !important;
        text-align: center;
        padding: 14px 20px !important;
        font-size: 16px !important;
        box-sizing: border-box;
    }
    /* Specific fix for Download Button on Mobile */
    .woocommerce-order-downloads a.button {
        font-size: 12px !important;
        padding: 10px 8px !important;
        line-height: 1.3;
        word-break: break-word;
    }
    .woocommerce-order-downloads a.button,
    .woocommerce-order-received a.button {
        margin-top: 15px;
    }
    .woocommerce-order-received .order-again {
        text-align: center;
        margin: 20px 0;
    }
    .woocommerce-cart .cart-collaterals {
        flex-direction: column; /* Stack cart totals */
    }
    .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout-review-order-table td,
    .woocommerce-cart table.shop_table td,
    .woocommerce-order-details td,
    .woocommerce-order-details th,
    .woocommerce-order-downloads td,
    .woocommerce-order-downloads th {
        font-size: 13px !important;
        padding: 12px 16px !important;
    }
    .woocommerce-order-received .woocommerce-order-overview li,
    .woocommerce-order-received .woocommerce-order-overview li strong {
        font-size: 15px;
    }
    .woocommerce-cart table.shop_table td.product-quantity input.qty {
        font-size: 16px !important;
    }
    .woocommerce-checkout .form-row select,
    .woocommerce-checkout .form-row input.input-text {
        font-size: 14px !important;
    }
    .woocommerce-order-details {
        margin-bottom: 30px !important;
    }

    /* Insight Button & Container Responsive from Custom CSS */
    .woocommerce-account .woocommerce-MyAccount-content .evotx_insight_btn,
    .evotx_insight_btn:not(.woocommerce-MyAccount-content .evotx_insight_btn) { /* General insight button as well */
        width: 100% !important;
        display: block !important;
        margin: 10px 0 !important;
        text-align: center !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content .evotx_insight_container,
    .evotx_insight_container:not(.woocommerce-MyAccount-content .evotx_insight_container) { /* General insight container as well */
        padding: 15px !important;
    }
}


@media (max-width: 480px) { /* Small Screens / Mobile from Custom CSS */
    footer .footer-box ul {
        display: none !important;
    }
    .sp-slides-container .meta-category a,
    .post-slider-hidden .vcex-blog-entry-date,
    .sp-slides-container p,
    .post-slider-hidden .vcex-blog-entry-excerpt p,
    .post-slider-hidden .vcex-blog-entry-readmore-wrap a,
    .single-post .meta-post-terms a,
    .vcex-post-meta__separator,
    .meta-date time, /* Check if this selector is used/correct */
    .meta-author span { /* Check if this selector is used/correct */
        font-size: 0.8rem !important;
    }
    .post-slider-hidden .vcex-blog-entry-readmore-wrap {
        margin-top: 0 !important;
    }
    .home-slider-row .vc_column-inner {
        padding-left: 3.75px;
        padding-right: 3.75px;
    }
    .vcex-recent-news-entry-title-heading { /* This was 1.8rem, but also 1rem earlier. Check which is desired */
        font-size: 1.8rem !important;
    }
    .post-slider-hidden h1,
    .sp-slides-container .vcex-posttype-slider-title a,
    .single-post h1,
    .single-staff h1 {
        font-size: 2rem !important;
    }
    .post-slider-hidden .vcex-blog-entry-inner {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }
    .single-post h2 strong,
    .single-post h2 span,
    .single-post h2 {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 1.5rem !important;
    }
    .single-post .vcex-post-content-c p,
    .single-staff .single-content p,
    .page p { /* This is very broad */
        font-size: 16px !important;
    }
    .single-post h2 strong span em {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .single-post h5,
    .single-post .wpex-social-share__icon,
    .single-staff h5,
    .single-staff .wpex-social-share__icon {
        font-size: 1.8rem !important;
    }
    .single-staff h5,
    .single-post h5 {
        padding-left: 20px !important;
    }
    .page .wpb_text_column.has-custom-color,
    .page-mixes p {
        font-size: 30px !important;
    }
    .learning-center-row .staff-entry-inner {
        padding-left: 0px !important;
    }
    .learning-center-cards h2 {
        font-size: 2.5rem; /* Already defined earlier, ensure this is intentional for mobile */
    }
    .learning-center-cards p {
        font-size: 1.5rem; /* Already defined earlier, ensure this is intentional for mobile */
    }
    .learning-center-cards .wpex-card-thumbnail {
        width: 100%; /* Already defined earlier, ensure this is intentional for mobile */
    }
    .home-heading-row p {
        font-size: 25px !important;
    }
    #copyright {
        font-size: 12px;
    }
}
