/* style/resources-onbet-login-troubleshooting.css */

.page-resources-onbet-login-troubleshooting {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-resources-onbet-login-troubleshooting__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-onbet-login-troubleshooting__hero-section {
    background: linear-gradient(135deg, #0A2463 0%, #0A2463 70%, #FFD700 100%); /* Deep blue with a hint of gold */
    color: #FFFFFF;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-onbet-login-troubleshooting__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #FFD700; /* Gold for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-onbet-login-troubleshooting__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0;
}

.page-resources-onbet-login-troubleshooting__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #0A2463; /* Deep blue text */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-onbet-login-troubleshooting__cta-button:hover {
    background-color: #e6c200; /* Darker gold on hover */
    transform: translateY(-3px);
}

.page-resources-onbet-login-troubleshooting__cta-button--centered {
    display: block;
    margin: 40px auto;
    width: fit-content;
}

.page-resources-onbet-login-troubleshooting__cta-button--final {
    background-color: #0A2463;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-onbet-login-troubleshooting__cta-button--final:hover {
    background-color: #06173d;
    border-color: #e6c200;
}

.page-resources-onbet-login-troubleshooting__content-section {
    padding: 60px 0;
    background-color: #F8F9FA;
}

.page-resources-onbet-login-troubleshooting__section-title {
    font-size: 2.5em;
    color: #0A2463; /* Deep blue for section titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-onbet-login-troubleshooting__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-resources-onbet-login-troubleshooting__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
}

.page-resources-onbet-login-troubleshooting__article {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-bottom: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-onbet-login-troubleshooting__article:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-onbet-login-troubleshooting__article-title {
    font-size: 2em;
    color: #0A2463;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-onbet-login-troubleshooting__sub-title {
    font-size: 1.5em;
    color: #0A2463;
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-resources-onbet-login-troubleshooting__article-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-onbet-login-troubleshooting__list,
.page-resources-onbet-login-troubleshooting__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #555;
}

.page-resources-onbet-login-troubleshooting__ordered-list {
    list-style-type: decimal;
}

.page-resources-onbet-login-troubleshooting__list li,
.page-resources-onbet-login-troubleshooting__ordered-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-onbet-login-troubleshooting__inline-cta {
    display: inline-block;
    background-color: #0A2463;
    color: #FFD700;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-onbet-login-troubleshooting__inline-cta:hover {
    background-color: #FFD700;
    color: #0A2463;
}

.page-resources-onbet-login-troubleshooting .highlight {
    color: #0A2463;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-onbet-login-troubleshooting__hero-title {
        font-size: 2.5em;
    }

    .page-resources-onbet-login-troubleshooting__hero-description {
        font-size: 1.1em;
    }

    .page-resources-onbet-login-troubleshooting__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
    }

    .page-resources-onbet-login-troubleshooting__section-title {
        font-size: 2em;
    }

    .page-resources-onbet-login-troubleshooting__article-title {
        font-size: 1.7em;
    }

    .page-resources-onbet-login-troubleshooting__sub-title {
        font-size: 1.3em;
    }

    .page-resources-onbet-login-troubleshooting__list,
    .page-resources-onbet-login-troubleshooting__ordered-list {
        margin-left: 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-onbet-login-troubleshooting__hero-section {
        padding: 80px 0 60px;
    }

    .page-resources-onbet-login-troubleshooting__hero-title {
        font-size: 2em;
    }

    .page-resources-onbet-login-troubleshooting__hero-description {
        font-size: 1em;
    }

    .page-resources-onbet-login-troubleshooting__cta-button {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-resources-onbet-login-troubleshooting__section-title {
        font-size: 1.8em;
    }

    .page-resources-onbet-login-troubleshooting__article-title {
        font-size: 1.5em;
    }

    .page-resources-onbet-login-troubleshooting__sub-title {
        font-size: 1.2em;
    }

    .page-resources-onbet-login-troubleshooting__article {
        padding: 20px;
    }

    .page-resources-onbet-login-troubleshooting__list,
    .page-resources-onbet-login-troubleshooting__ordered-list {
        margin-left: 15px;
    }
}