image.png/* Where to Play Page Specific Styles - Matching Original Design */

body {
    background: url('../images/back.jpg') center top;
    background-size: 100% auto;
    background-repeat: repeat-y;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
}

/* Navigation */
.site-nav {
    padding: 20px 0;
    margin-bottom: 20px;
}

.nav-home {
    color: #2B5A87;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.3s ease;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}

.nav-home:hover {
    color: #007BFF;
    background: rgba(0, 123, 255, 0.1);
}

/* Main Section - Matching Original Layout */
.page-content {
    min-height: 1397px;
    position: relative;
}

.page-header {
    text-align: center;
    padding: 20px 0 0;
}

.page-header .progressive-logo {
    width: 269px;
    height: 32px;
    margin: 0 auto;
}

.drink-play-win-small {
    width: 140px;
    height: 146px;
    position: absolute;
    top: 244px;
    left: 50%;
    transform: translateX(-50%);
}

/* Content Card - Matching Original u-group-1 and u-custom-color-3 */
.content-card {
    background-color: #f2fafc;
    color: #111111;
    width: 882px;
    min-height: 1082px;
    margin: 40px auto 0;
    padding: 48px 0 0 0;
    position: relative;
}

.rv-icon-container {
    text-align: center;
    margin: 46px 0 0;
}

.rv-icon-large {
    width: 267px;
    height: 267px;
}

/* Page Title - Matching Original u-text-1 */
.page-title {
    font-family: 'Brother1816Bold', sans-serif;
    font-size: 2.8125rem;
    color: #111111;
    text-align: center;
    margin: 0 auto 0;
    font-weight: bold;
}

/* Intro Text - Matching Original u-text-2 */
.intro-text {
    width: 553px;
    margin: 20px auto 0;
    text-align: center;
}

.intro-text p {
    font-size: 1rem;
    line-height: 1.5;
    color: #111111;
    margin: 0;
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
}

/* Partners List - Matching Original u-text-3 */
.partners-grid {
    width: 553px;
    margin: 20px auto 0;
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.partners-list ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 20px;
    font-weight: 700;
    font-size: 1rem;
    color: #111111;
    display: block;
    max-width: none;
    gap: 0;
    grid-template-columns: none;
}

.partners-list li {
    background: none;
    padding: 5px 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 1rem;
    color: #111111;
    transition: none;
    border: none;
    position: static;
    display: list-item;
    list-style-type: disc;
    margin-left: 0;
    font-weight: 700;
}

.partners-list li:hover {
    transform: none;
    box-shadow: none;
    border-left-color: transparent;
    color: #111111;
}

.partners-list li::before {
    content: none;
}

/* CTA Section - Simple styling to match theme */
.cta-section {
    margin-top: 40px;
    padding: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.cta-text {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
    color: #111111;
}

.cta-button {
    display: inline-block;
    background: #007BFF;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #0056B3;
    transform: translateY(-1px);
}

/* Responsive Design - Matching Original Breakpoints */
@media (max-width: 1199px) {
    .page-content {
        min-height: 1152px;
    }
    
    .content-card {
        margin-right: 58px;
        margin-left: 58px;
        width: auto;
    }
}

@media (max-width: 991px) {
    .page-content {
        min-height: 1372px;
    }
    
    .page-header {
        padding: 69px 0 0;
    }
    
    .content-card {
        min-height: 1086px;
        margin-right: auto;
        margin-left: auto;
        width: auto;
    }
    
    .rv-icon-container {
        margin: 35px 0 0;
    }
    
    .rv-icon-large {
        margin-right: -21px;
        margin-bottom: -68px;
    }
    
    .drink-play-win-small {
        top: 187px;
    }
}

@media (max-width: 767px) {
    .page-content {
        min-height: 1029px;
    }
    
    .page-title {
        font-size: 2.5rem;
    }
    
    .intro-text,
    .partners-grid {
        width: 540px;
    }
}

@media (max-width: 575px) {
    .page-content {
        min-height: 1751px;
    }
    
    .page-header {
        padding: 75px 0 0;
    }
    
    .content-card {
        min-height: 1366px;
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
    }
    
    .intro-text {
        width: auto;
        margin: 29px 13px 0;
    }
    
    .partners-grid {
        width: auto;
        margin: 36px 19px 0 19px;
    }
    
    .rv-icon-container {
        margin: 35px auto 0;
    }
    
    .rv-icon-large {
        margin-bottom: -71px;
    }
    
         .drink-play-win-small {
         top: 151px;
         margin-bottom: 60px;
     }
 }

.partners-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.partners-table th, .partners-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.partners-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.partners-table .state-header td {
    background-color: #e7f0fa;
    font-weight: bold;
    color: #004b87;
    text-align: center;
}

.partners-table tbody tr:not(.state-header):hover {
    background-color: #f5f5f5;
}

.partners-table .state-header:hover {
    background-color: #e7f0fa;
} 