/* Santa's Village Featured Spotlight Cards styling matching Core Theme */
.sp-08681319-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px !important;
}

/* Spotlight Header style */
.sp-08681319-spotlight {
    margin-bottom: 36px;
    background-color: #ffffff;
    border: 2px solid #ef4136;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 6px 20px rgba(239, 65, 54, 0.08);
}

.sp-08681319-spotlight-inner {
    display: flex;
    gap: 36px;
    align-items: center;
    text-align: left;
}

.sp-08681319-image-container {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0;
    display: flex;
    justify-content: center;
}

.sp-08681319-santa-img {
    width: 100%;
    max-width: 260px;
    height: auto;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 4px solid #ef4136;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.sp-08681319-spotlight-text {
    flex: 1 1 70%;
}

.sp-08681319-spotlight-tag {
    display: inline-block;
    color: #ef4136;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.sp-08681319-spotlight-tag--sold-out {
    background-color: #ef4136;
    color: #ffffff;
    padding: 7px 14px;
    border-radius: 30px;
    letter-spacing: 1px;
}

.sp-08681319-sponsor-thanks {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(28, 117, 188, 0.2);
}

.sp-08681319-sponsor-thanks-label {
    color: #1a252c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sp-08681319-sponsor-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.sp-08681319-sponsor-logo {
    display: block;
    width: auto;
    max-width: 240px;
    max-height: 76px;
    object-fit: contain;
}

.sp-08681319-main-title {
    font-family: inherit;
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #1c75bc !important;
    margin: 0 0 10px 0 !important;
    letter-spacing: 0.5px;
}

.sp-08681319-main-subtitle {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #f26522 !important;
    margin: 0 0 16px 0 !important;
}

.sp-08681319-badges-bar {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.sp-08681319-bar-badge {
    background-color: #ef4136;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 30px;
    letter-spacing: 0.8px;
    box-shadow: 0 3px 8px rgba(239, 65, 54, 0.2);
}

.sp-08681319-intro-text {
    font-size: 15px;
    line-height: 1.65;
    color: #1a252c;
    opacity: 0.9;
}

/* Grid layout matching Core Cards */
.sp-08681319-grid {
    display: grid !important;
    gap: 28px !important;
    align-items: stretch !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/* Base Card structure matching sp-0bc941e7 */
.sp-08681319-card {
    background-color: #e1f3fd !important;
    border: 1.5px solid rgba(28, 117, 188, 0.18) !important;
    border-radius: 16px !important;
    padding: 36px 28px 28px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
    box-shadow: 0 4px 14px rgba(26, 37, 44, 0.05) !important;
}

.sp-08681319-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 14px 28px rgba(28, 117, 188, 0.12) !important;
    border-color: #1c75bc !important;
}

/* Highlighted Card / Premium Tier matching core red highlights */
.sp-08681319-card--highlighted {
    background-color: #d0eaf9 !important;
    border: 2.5px solid #ef4136 !important;
    box-shadow: 0 8px 30px rgba(239, 65, 54, 0.12) !important;
}

/* Sold Out Card */
.sp-08681319-card--sold-out {
    opacity: 0.72 !important;
    filter: grayscale(20%) !important;
}

/* Badge styling exact match */
.sp-08681319-badge {
    position: absolute !important;
    top: -13px !important;
    left: 22px !important;
    background-color: #ef4136 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 5px 13px !important;
    border-radius: 20px !important;
    letter-spacing: 1.2px !important;
    box-shadow: 0 3px 8px rgba(239, 65, 54, 0.3) !important;
    z-index: 10 !important;
}

.sp-08681319-badge--sold-out {
    background-color: #6b7280 !important;
    box-shadow: none !important;
}

/* Header elements exact match */
.sp-08681319-header {
    margin-bottom: 18px !important;
}

.sp-08681319-title {
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #1c75bc !important;
    margin: 0 0 6px 0 !important;
    letter-spacing: 0.8px !important;
    line-height: 1.4 !important;
}

.sp-08681319-tagline {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #f26522 !important;
    margin: 0 0 10px 0 !important;
    letter-spacing: 1px !important;
}

.sp-08681319-price-row {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}

.sp-08681319-price {
    font-size: 34px !important;
    font-weight: 900 !important;
    color: #1a252c !important;
    line-height: 1 !important;
}

/* Content exact match */
.sp-08681319-content {
    flex-grow: 1 !important;
    margin-bottom: 28px !important;
}

.sp-08681319-description {
    font-size: 14px !important;
    font-style: italic !important;
    line-height: 1.6 !important;
    color: #1a252c !important;
    opacity: 0.85 !important;
    margin: 0 0 16px 0 !important;
}

.sp-08681319-benefits {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sp-08681319-benefits li {
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: #1a252c !important;
    padding: 7px 0 7px 22px !important;
    position: relative !important;
    border-bottom: 1px solid rgba(28, 117, 188, 0.1) !important;
}

.sp-08681319-benefits li:last-child {
    border-bottom: none !important;
}

.sp-08681319-benefits li::before {
    content: '•' !important;
    position: absolute !important;
    left: 6px !important;
    color: #1c75bc !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
}

/* Footer / CTA Buttons exact match */
.sp-08681319-footer {
    margin-top: auto !important;
}

.sp-08681319-btn {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    background-color: transparent !important;
    border: 1.5px solid #1c75bc !important;
    color: #1c75bc !important;
    padding: 13px 20px !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
}

.sp-08681319-btn:hover {
    background-color: #1c75bc !important;
    color: #ffffff !important;
}

.sp-08681319-card--highlighted .sp-08681319-btn {
    background-color: #ef4136 !important;
    border-color: #ef4136 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(239, 65, 54, 0.25) !important;
}

.sp-08681319-card--highlighted .sp-08681319-btn:hover {
    background-color: #1a252c !important;
    border-color: #1a252c !important;
}

.sp-08681319-btn--disabled {
    background-color: #d1d5db !important;
    border-color: #d1d5db !important;
    color: #6b7280 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* Responsive breakpoint styling */
@media (max-width: 991px) {
    .sp-08681319-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .sp-08681319-spotlight-inner {
        flex-direction: column !important;
        text-align: center !important;
    }
    .sp-08681319-image-container {
        flex: 0 0 100% !important;
        max-width: 220px !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .sp-08681319-badges-bar {
        justify-content: center !important;
    }
    .sp-08681319-sponsor-thanks {
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }
    .sp-08681319-sponsor-logo {
        max-width: min(240px, 80vw);
        max-height: 70px;
    }
    .sp-08681319-grid {
        grid-template-columns: 1fr !important;
    }
    .sp-08681319-price {
        font-size: 28px !important;
    }
    .sp-08681319-main-title {
        font-size: 24px !important;
    }
}
