/* style/resources-online-betting-tips.css */
.page-resources-online-betting-tips {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0;
    background-color: #1a1a1a;
    line-height: 1.6;
}

.page-resources-online-betting-tips__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-online-betting-tips__hero {
    background: linear-gradient(135deg, #FFD700, #8B0000);
    padding: 60px 0;
    text-align: center;
    position: relative;
    color: #1a1a1a; /* Dark text on light background */
}

.page-resources-online-betting-tips__back-link {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.page-resources-online-betting-tips__back-link:hover {
    background-color: #f0f0f0;
}

.page-resources-online-betting-tips__title {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.page-resources-online-betting-tips__meta {
    font-size: 0.9em;
    color: #333;
    margin-bottom: 20px;
}

.page-resources-online-betting-tips__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-online-betting-tips__content-section {
    padding: 40px 0;
}

.page-resources-online-betting-tips__article-content {
    background-color: #2a2a2a;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-online-betting-tips__subtitle {
    color: #FFD700;
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #8B0000;
    padding-bottom: 5px;
}

.page-resources-online-betting-tips__sub-subtitle {
    color: #FFD700;
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-resources-online-betting-tips__article-content p {
    margin-bottom: 15px;
    font-size: 1.05em;
    color: #e0e0e0;
}

.page-resources-online-betting-tips__article-content ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 15px;
    color: #e0e0e0;
}

.page-resources-online-betting-tips__article-content ul li {
    margin-bottom: 8px;
}

.page-resources-online-betting-tips__article-content strong {
    color: #FFD700;
}

.page-resources-online-betting-tips__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px auto;
    display: block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-online-betting-tips__quote {
    background-color: #3a3a3a;
    border-left: 5px solid #8B0000;
    padding: 15px 20px;
    margin: 25px 0;
    font-style: italic;
    color: #FFD700;
    border-radius: 4px;
}

.page-resources-online-betting-tips__article-content a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-online-betting-tips__article-content a:hover {
    color: #fff;
    text-decoration: underline;
}

.page-resources-online-betting-tips__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 10px 10px 10px 0;
    cursor: pointer;
}

.page-resources-online-betting-tips__button--primary {
    background-color: #FFD700;
    color: #1a1a1a;
    border: 1px solid #FFD700;
}

.page-resources-online-betting-tips__button--primary:hover {
    background-color: #e6c200;
    color: #000;
}

.page-resources-online-betting-tips__button--secondary {
    background-color: #8B0000;
    color: #f0f0f0;
    border: 1px solid #8B0000;
}

.page-resources-online-betting-tips__button--secondary:hover {
    background-color: #a00000;
    color: #fff;
}

.page-resources-online-betting-tips__button--tertiary {
    background-color: transparent;
    color: #FFD700;
    border: 1px solid #FFD700;
}

.page-resources-online-betting-tips__button--tertiary:hover {
    background-color: #FFD700;
    color: #1a1a1a;
}

.page-resources-online-betting-tips__call-to-action {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background-color: #333;
    border-radius: 8px;
    border: 1px dashed #FFD700;
}

.page-resources-online-betting-tips__call-to-action p {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.page-resources-online-betting-tips__related-articles {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #444;
}

.page-resources-online-betting-tips__article-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.page-resources-online-betting-tips__article-list li {
    margin-bottom: 10px;
    background-color: #2a2a2a;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.page-resources-online-betting-tips__article-list li:hover {
    background-color: #3a3a3a;
}

.page-resources-online-betting-tips__article-list li a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

.page-resources-online-betting-tips__article-list li a:hover {
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-online-betting-tips__title {
        font-size: 2em;
    }

    .page-resources-online-betting-tips__subtitle {
        font-size: 1.5em;
    }

    .page-resources-online-betting-tips__sub-subtitle {
        font-size: 1.2em;
    }

    .page-resources-online-betting-tips__button {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .page-resources-online-betting-tips__back-link {
        position: static;
        display: block;
        text-align: left;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-online-betting-tips__hero {
        padding: 40px 0;
    }

    .page-resources-online-betting-tips__title {
        font-size: 1.8em;
    }

    .page-resources-online-betting-tips__article-content {
        padding: 20px;
    }
}