/*
Theme Name: Sarasota Box Office Child Theme
Template: sbo-core
Text Domain: sbo-child
Description: Child theme for site-specific customizations. Colors and fonts are controlled via ACF Options.
Author: Sarasota Box Office
Version: 1.0.0
*/

/*
 * Site-specific CSS customizations go in src/styles/app.css
 * Colors are controlled via ACF Options > Theme Colors
 * Fonts are controlled via ACF Options > Theme Fonts
 *
 * Available CSS variables (set by ACF):
 * --sbo-colors-black
 * --sbo-colors-white
 * --sbo-colors-primary
 * --sbo-colors-secondary
 * --sbo-colors-tertiary-dark
 * --sbo-colors-tertiary-medium
 * --sbo-colors-tertiary-light
 * --sbo-font-headline-primary
 * --sbo-font-headline-secondary
 * --sbo-font-headline-tertiary
 * --sbo-font-headline-quartary
 * --sbo-font-body-primary
 */

/* Wave border - bypasses Vite processing */
.module-show_near_you .wave {
    position: relative;
    width: 100%;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 583 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 .002v10.451c7.999.131 9.179-4.605 18.787-4.605 10.577 0 10.577 4.424 21.155 4.424 10.575 0 10.575-4.424 21.151-4.424 10.577 0 10.577 4.424 21.153 4.424 10.576 0 10.576-4.424 21.151-4.424 10.576 0 10.576 4.424 21.152 4.424 10.574 0 10.574-4.424 21.148-4.424 10.578 0 10.578 4.424 21.155 4.424 10.578 0 10.578-4.424 21.155-4.424 10.576 0 10.576 4.424 21.152 4.424s10.576-4.424 21.152-4.424 10.576 4.424 21.152 4.424c10.575 0 10.575-4.424 21.151-4.424 9.475 0 10.828 4.609 18.537 4.607v-.002c7.999.131 9.18-4.605 18.787-4.605 10.577 0 10.577 4.424 21.155 4.424 10.576 0 10.576-4.424 21.152-4.424s10.576 4.424 21.152 4.424 10.576-4.424 21.152-4.424c10.575 0 10.575 4.424 21.151 4.424 10.574 0 10.574-4.424 21.149-4.424 10.577 0 10.577 4.424 21.154 4.424 10.578 0 10.578-4.424 21.155-4.424 10.576 0 10.576 4.424 21.152 4.424s10.576-4.424 21.152-4.424 10.576 4.424 21.152 4.424 10.576-4.424 21.151-4.424c9.475 0 10.828 4.609 18.537 4.607V0L0 .002Z' fill='%23F90A03' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
}
.module-show_near_you .down-arrow {
    min-height: 90px!important;
}
.upcoming-shows-override .us-title {
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.upcoming-shows-override .us-btn-gold {
    background: #d4a843 !important;
    color: #1a1a1a !important;
    border: none !important;
    border-radius: 4px;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.upcoming-shows-override .us-btn-gold:hover {
    background: #e6ba4d !important;
    transform: translateY(-2px);
}

/* Show card styling */
.upcoming-shows-override .sh-city-showing__dates {
    color: #f3ce57 !important;
    font-size: 1.5rem;
    font-weight: 400;
}

.upcoming-shows-override .sh-city-showing__city {
    color: #fff !important;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.upcoming-shows-override .sh-city-showing__venue {
    color: #fff !important;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 1rem;
}

.upcoming-shows-override .sh-city-showing__btn {
    background: #f3ce57 !important;
    color: #1a1a1a !important;
    border: none !important;
    border-radius: 4px;
    padding: 0.75rem 2rem;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.upcoming-shows-override .sh-city-showing__btn:hover {
    background:  #f3ce57 !important;
}

/* Character images - positioned at edges */
.upcoming-shows-override .us-character-left {
    position: absolute;
    left: -3%;
    bottom: 5%;
    width: 35%;
    max-width: 400px;
    pointer-events: none;
    z-index: 5;
}

.upcoming-shows-override .us-character-right {
    position: absolute;
    right: 1%;
    bottom:.5%;
    width: 25%;
    pointer-events: none;
    z-index: 5;
}

.upcoming-shows-override .us-character-left img,
.upcoming-shows-override .us-character-right img {
    width: 100%;
    height: auto;
}

/* Down arrow - gold/orange color */
.upcoming-shows-override .us-down-arrow {
    color:  #f3ce57;
}

@media (max-width: 767px) {
    .upcoming-shows-override .us-character-left,
    .upcoming-shows-override .us-character-right {
        display: none;
    }
}
.woocommerce table.shop_table {
   width: 97% !important;
}
