/* Global Styles for Smarter Blocks */

/* Prevent horizontal overflow on the entire site */
html, body {
    overflow-x: hidden;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* Ensure full-width blocks don't cause overflow */
.wp-block {
    max-width: 100vw;
}

/* Fix for full-width blocks that use calc() margins */
[class*="hero-"],
[class*="betting-"] {
    box-sizing: border-box;
}

.postbox {
    margin: 20px 0;
}
.postbox .hndle {
    padding: 12px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.postbox .inside {
    padding: 20px;
    margin: 0 !important;
}
.form-table th {
    width: 200px;
    padding: 20px 10px 20px 0;
}
.form-table td {
    padding: 15px 10px;
}

.custom-ga-event-row {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background: #f9f9f9;
}

.custom-ga-event-row .form-table {
    margin: 0;
}

.custom-ga-event-row .form-table th {
    width: 150px;
}

.custom-ga-event-row textarea {
    font-family: 'Courier New', monospace;
    font-size: 13px;
}

.remove-custom-ga-event {
    color: #d63638;
    border-color: #d63638;
}

.remove-custom-ga-event:hover {
    background: #d63638;
    color: white;
}

.cta-btn {
    display: inline-block;
    color: #101d29 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
    background: linear-gradient(135deg, hsl(75 100% 62%), hsl(90 100% 55%)) !important;
    padding: 1rem 2rem !important;
    border-radius: 10px !important;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 
    0, 0.2, 1) !important;
}

.cta-btn:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 6px 20px hsl(75 100% 62% / .4) !important;
}
