/* style/resources-online-gambling-strategies.css */
.page-resources-online-gambling-strategies {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.page-resources-online-gambling-strategies__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-online-gambling-strategies__hero {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.page-resources-online-gambling-strategies__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-bottom: 30px;
}

.page-resources-online-gambling-strategies__title {
    font-size: 3.2em;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
}

.page-resources-online-gambling-strategies__title .highlight {
    color: #ffc107;
}

.page-resources-online-gambling-strategies__subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    font-weight: 300;
    color: #e0e0e0;
}

.page-resources-online-gambling-strategies__hero-image-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.15;
    overflow: hidden;
}

.page-resources-online-gambling-strategies__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-resources-online-gambling-strategies__section {
    padding: 60px 0;
}

.page-resources-online-gambling-strategies__section:nth-of-type(even) {
    background-color: #e9ecef;
}

.page-resources-online-gambling-strategies__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-resources-online-gambling-strategies__sub-title {
    font-size: 1.8em;
    color: #0056b3;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-online-gambling-strategies__content-block {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-resources-online-gambling-strategies__content-block p {
    margin-bottom: 15px;
    color: #495057;
}

.page-resources-online-gambling-strategies__content-block strong {
    color: #007bff;
}

.page-resources-online-gambling-strategies__list {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #495057;
}

.page-resources-online-gambling-strategies__list li {
    margin-bottom: 8px;
}

.page-resources-online-gambling-strategies__image--inline {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-online-gambling-strategies__btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    margin: 10px 10px 0 0;
    white-space: nowrap;
}

.page-resources-online-gambling-strategies__btn--primary {
    background-color: #007bff;
    color: #ffffff;
    border: 2px solid #007bff;
}

.page-resources-online-gambling-strategies__btn--primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
}

.page-resources-online-gambling-strategies__btn--secondary {
    background-color: #ffc107;
    color: #333;
    border: 2px solid #ffc107;
}

.page-resources-online-gambling-strategies__btn--secondary:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    transform: translateY(-2px);
}

.page-resources-online-gambling-strategies__cta-group {
    text-align: center;
    margin-top: 50px;
}

.page-resources-online-gambling-strategies__why-123win .highlight {
    color: #007bff;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-resources-online-gambling-strategies__title {
        font-size: 2.5em;
    }
    .page-resources-online-gambling-strategies__subtitle {
        font-size: 1.2em;
    }
    .page-resources-online-gambling-strategies__section-title {
        font-size: 2em;
    }
    .page-resources-online-gambling-strategies__sub-title {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .page-resources-online-gambling-strategies__hero {
        padding: 60px 0;
    }
    .page-resources-online-gambling-strategies__title {
        font-size: 2em;
    }
    .page-resources-online-gambling-strategies__subtitle {
        font-size: 1em;
    }
    .page-resources-online-gambling-strategies__section {
        padding: 40px 0;
    }
    .page-resources-online-gambling-strategies__section-title {
        font-size: 1.8em;
    }
    .page-resources-online-gambling-strategies__sub-title {
        font-size: 1.3em;
    }
    .page-resources-online-gambling-strategies__btn {
        padding: 12px 24px;
        font-size: 1em;
        margin: 5px;
    }
    .page-resources-online-gambling-strategies__cta-group {
        flex-direction: column;
        align-items: center;
    }
    .page-resources-online-gambling-strategies__cta-group .page-resources-online-gambling-strategies__btn {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .page-resources-online-gambling-strategies__title {
        font-size: 1.8em;
    }
    .page-resources-online-gambling-strategies__subtitle {
        font-size: 0.9em;
    }
    .page-resources-online-gambling-strategies__section-title {
        font-size: 1.5em;
    }
    .page-resources-online-gambling-strategies__sub-title {
        font-size: 1.2em;
    }
    .page-resources-online-gambling-strategies__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}