:root {
    --primary-color: #0A192F; /* Deep Blue/Black */
    --secondary-color: #FFD700; /* Gold */
    --accent-color: #DC143C; /* Crimson Red for emphasis */
    --text-light: #F0F2F5; /* Light grey for text on dark backgrounds */
    --text-dark: #333333; /* Dark grey for text on light backgrounds */
    --background-light: #ffffff;
    --background-dark: #1A2E47; /* Slightly lighter dark blue for sections */
}

.page-resources-shbet88-game-safety-responsible-gambling {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--background-light);
}

.page-resources-shbet88-game-safety-responsible-gambling__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-shbet88-game-safety-responsible-gambling__section {
    padding: 60px 0;
    text-align: center;
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) {
    background-color: var(--background-dark);
    color: var(--text-light);
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) h2,
.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) h3 {
    color: var(--secondary-color);
}

.page-resources-shbet88-game-safety-responsible-gambling__section h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: var(--primary-color);
    position: relative;
    padding-bottom: 15px;
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) h2::after,
.page-resources-shbet88-game-safety-responsible-gambling__section h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--secondary-color);
    border-radius: 2px;
}

.page-resources-shbet88-game-safety-responsible-gambling__section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Section */
.page-resources-shbet88-game-safety-responsible-gambling__hero {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    background-color: var(--primary-color); /* Fallback */
    overflow: hidden; /* Ensure image doesn't overflow */
}

.page-resources-shbet88-game-safety-responsible-gambling__hero-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-resources-shbet88-game-safety-responsible-gambling__hero-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    filter: none; /* Ensure no color filters are applied */
}

.page-resources-shbet88-game-safety-responsible-gambling__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    color: var(--text-light);
}

.page-resources-shbet88-game-safety-responsible-gambling__hero-content h1 {
    font-size: 3.5em;
    color: var(--secondary-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-resources-shbet88-game-safety-responsible-gambling__hero-content p {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-shbet88-game-safety-responsible-gambling__cta-button,
.page-resources-shbet88-game-safety-responsible-gambling__read-more-button,
.page-resources-shbet88-game-safety-responsible-gambling__contact-button {
    display: inline-block;
    padding: 15px 40px;
    background: var(--secondary-color);
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.page-resources-shbet88-game-safety-responsible-gambling__cta-button:hover,
.page-resources-shbet88-game-safety-responsible-gambling__read-more-button:hover,
.page-resources-shbet88-game-safety-responsible-gambling__contact-button:hover {
    background: var(--accent-color);
    color: var(--text-light);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Grid for Security Measures */
.page-resources-shbet88-game-safety-responsible-gambling__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-shbet88-game-safety-responsible-gambling__card {
    background-color: var(--background-light);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-dark);
    height: 100%; /* Ensure cards are same height */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) .page-resources-shbet88-game-safety-responsible-gambling__card {
    background-color: var(--primary-color);
    color: var(--text-light);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-shbet88-game-safety-responsible-gambling__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-resources-shbet88-game-safety-responsible-gambling__card-image {
    width: 100%;
    max-width: 300px; /* Ensure images are not too small, minimum 200px */
    min-width: 200px;
    min-height: 200px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    filter: none; /* Ensure no color filters are applied */
}

.page-resources-shbet88-game-safety-responsible-gambling__card h3 {
    font-size: 1.5em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) .page-resources-shbet88-game-safety-responsible-gambling__card h3 {
    color: var(--secondary-color);
}

.page-resources-shbet88-game-safety-responsible-gambling__card p {
    font-size: 1em;
    color: var(--text-dark);
    text-align: left;
    flex-grow: 1; /* Allow paragraph to take up space */
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) .page-resources-shbet88-game-safety-responsible-gambling__card p {
    color: var(--text-light);
}

/* Responsible Gambling items */
.page-resources-shbet88-game-safety-responsible-gambling__responsible-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-shbet88-game-safety-responsible-gambling__item {
    background-color: var(--background-light);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-dark);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) .page-resources-shbet88-game-safety-responsible-gambling__item {
    background-color: var(--primary-color);
    color: var(--text-light);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-shbet88-game-safety-responsible-gambling__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-resources-shbet88-game-safety-responsible-gambling__item-icon {
    width: 200px; /* Minimum 200x200px as per requirement */
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
    filter: none; /* Ensure no color filters are applied */
}

.page-resources-shbet88-game-safety-responsible-gambling__item h3 {
    font-size: 1.4em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) .page-resources-shbet88-game-safety-responsible-gambling__item h3 {
    color: var(--secondary-color);
}

.page-resources-shbet88-game-safety-responsible-gambling__item p {
    font-size: 1em;
    color: var(--text-dark);
    text-align: left;
    flex-grow: 1;
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) .page-resources-shbet88-game-safety-responsible-gambling__item p {
    color: var(--text-light);
}

/* Transaction Features */
.page-resources-shbet88-game-safety-responsible-gambling__transaction-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-shbet88-game-safety-responsible-gambling__feature-item {
    background-color: var(--background-light);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-dark);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) .page-resources-shbet88-game-safety-responsible-gambling__feature-item {
    background-color: var(--primary-color);
    color: var(--text-light);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-shbet88-game-safety-responsible-gambling__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-resources-shbet88-game-safety-responsible-gambling__feature-icon {
    width: 200px; /* Minimum 200x200px as per requirement */
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
    filter: none; /* Ensure no color filters are applied */
}

.page-resources-shbet88-game-safety-responsible-gambling__feature-item h3 {
    font-size: 1.4em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) .page-resources-shbet88-game-safety-responsible-gambling__feature-item h3 {
    color: var(--secondary-color);
}

.page-resources-shbet88-game-safety-responsible-gambling__feature-item p {
    font-size: 1em;
    color: var(--text-dark);
    text-align: left;
    flex-grow: 1;
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) .page-resources-shbet88-game-safety-responsible-gambling__feature-item p {
    color: var(--text-light);
}

/* FAQ Section */
.page-resources-shbet88-game-safety-responsible-gambling__faq-list {
    margin-top: 40px;
    text-align: left;
}

/* FAQ default state - answer hidden */
.faq-item {
    margin-bottom: 15px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    background: var(--background-light);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: var(--primary-color);
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) .faq-question {
    background-color: var(--primary-color);
    border-color: var(--secondary-color);
    color: var(--text-light);
}

.faq-question:hover {
    background: #f5f5f5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) .faq-question:hover {
    background-color: #1A2E47; /* Darker shade of primary */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.faq-question h3 {
    font-size: 1.25em;
    margin: 0;
    color: inherit; /* Inherit color from parent */
}

.faq-toggle {
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.3s ease;
    line-height: 1;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 25px;
    background: #fdfdfd;
    border-radius: 0 0 8px 8px;
    color: var(--text-dark);
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) .faq-answer {
    background-color: #0A192F; /* Dark background for answers in dark sections */
    color: var(--text-light);
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
    max-height: 500px; /* Sufficient height for content */
    padding: 20px 25px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.page-resources-shbet88-game-safety-responsible-gambling__section:nth-of-type(even) .faq-item.active .faq-answer {
    border-color: var(--secondary-color);
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

/* Copyright section */
.page-resources-shbet88-game-safety-responsible-gambling__copyright p {
    font-size: 0.9em;
    color: var(--text-dark);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-shbet88-game-safety-responsible-gambling__hero-content h1 {
        font-size: 2.8em;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__hero-content p {
        font-size: 1.1em;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__section h2 {
        font-size: 2em;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__card,
    .page-resources-shbet88-game-safety-responsible-gambling__item,
    .page-resources-shbet88-game-safety-responsible-gambling__feature-item {
        padding: 25px;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__card h3,
    .page-resources-shbet88-game-safety-responsible-gambling__item h3,
    .page-resources-shbet88-game-safety-responsible-gambling__feature-item h3 {
        font-size: 1.3em;
    }
}

@media (max-width: 768px) {
    .page-resources-shbet88-game-safety-responsible-gambling__hero {
        padding: 60px 15px;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__hero-image {
        margin-bottom: 30px;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__hero-content h1 {
        font-size: 2.2em;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__hero-content p {
        font-size: 1em;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__cta-button,
    .page-resources-shbet88-game-safety-responsible-gambling__read-more-button,
    .page-resources-shbet88-game-safety-responsible-gambling__contact-button {
        padding: 12px 30px;
        font-size: 1em;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__section {
        padding: 40px 0;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__section h2 {
        font-size: 1.8em;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__grid,
    .page-resources-shbet88-game-safety-responsible-gambling__responsible-grid,
    .page-resources-shbet88-game-safety-responsible-gambling__transaction-features {
        grid-template-columns: 1fr;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__card,
    .page-resources-shbet88-game-safety-responsible-gambling__item,
    .page-resources-shbet88-game-safety-responsible-gambling__feature-item {
        padding: 20px;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__card h3,
    .page-resources-shbet88-game-safety-responsible-gambling__item h3,
    .page-resources-shbet88-game-safety-responsible-gambling__feature-item h3 {
        font-size: 1.2em;
    }
    .faq-question {
        padding: 15px 20px;
        flex-direction: row; /* Keep row for better icon alignment */
        align-items: center;
    }
    .faq-question h3 {
        font-size: 1.1em;
    }
    .faq-toggle {
        font-size: 20px;
    }
    .faq-answer {
        padding: 0 20px;
    }
    .faq-item.active .faq-answer {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-shbet88-game-safety-responsible-gambling__hero-content h1 {
        font-size: 1.8em;
    }
    .page-resources-shbet88-game-safety-responsible-gambling__section h2 {
        font-size: 1.6em;
    }
}