/* style/resources-s888-casino-deposit-withdrawal-guide.css */

/* Base styles for the page content */
.page-resources-s888-casino-deposit-withdrawal-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #ffffff; /* Assuming body background is light */
}

/* Container for consistent content width */
.page-resources-s888-casino-deposit-withdrawal-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-resources-s888-casino-deposit-withdrawal-guide__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #26A9E0; /* Primary brand color for hero background */
    color: #ffffff;
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
    min-height: 500px;
    overflow: hidden; /* Prevent image overflow */
}

.page-resources-s888-casino-deposit-withdrawal-guide__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-bottom: 30px;
}

.page-resources-s888-casino-deposit-withdrawal-guide__hero-title {
    font-size: 3em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.page-resources-s888-casino-deposit-withdrawal-guide__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.page-resources-s888-casino-deposit-withdrawal-guide__hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-resources-s888-casino-deposit-withdrawal-guide__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-resources-s888-casino-deposit-withdrawal-guide__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2; /* Subtle overlay for background image */
}

/* Section General Styles */
.page-resources-s888-casino-deposit-withdrawal-guide__section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-resources-s888-casino-deposit-withdrawal-guide__section:nth-of-type(even) {
    background-color: #f9f9f9; /* Subtle alternating background for readability */
}

.page-resources-s888-casino-deposit-withdrawal-guide__dark-section {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-resources-s888-casino-deposit-withdrawal-guide__dark-section .page-resources-s888-casino-deposit-withdrawal-guide__section-title,
.page-resources-s888-casino-deposit-withdrawal-guide__dark-section .page-resources-s888-casino-deposit-withdrawal-guide__content-subtitle {
    color: #ffffff;
}

.page-resources-s888-casino-deposit-withdrawal-guide__dark-section .page-resources-s888-casino-deposit-withdrawal-guide__link {
    color: #ffffff; /* Ensure link color is visible on dark background */
    text-decoration: underline;
}

.page-resources-s888-casino-deposit-withdrawal-guide__section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
    color: #26A9E0;
}

.page-resources-s888-casino-deposit-withdrawal-guide__content-block {
    margin-bottom: 40px;
}

.page-resources-s888-casino-deposit-withdrawal-guide__content-subtitle {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #26A9E0;
}

.page-resources-s888-casino-deposit-withdrawal-guide__text {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.page-resources-s888-casino-deposit-withdrawal-guide__ordered-list,
.page-resources-s888-casino-deposit-withdrawal-guide__unordered-list {
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 15px;
}

.page-resources-s888-casino-deposit-withdrawal-guide__ordered-list li,
.page-resources-s888-casino-deposit-withdrawal-guide__unordered-list li {
    font-size: 1.1em;
    margin-bottom: 8px;
}

.page-resources-s888-casino-deposit-withdrawal-guide__link {
    color: #26A9E0;
    text-decoration: none;
    font-weight: bold;
}

.page-resources-s888-casino-deposit-withdrawal-guide__link:hover {
    text-decoration: underline;
}

/* Buttons */
.page-resources-s888-casino-deposit-withdrawal-guide__btn-primary,
.page-resources-s888-casino-deposit-withdrawal-guide__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Allow long words to break */
    text-align: center;
    max-width: 100%; /* Ensure responsiveness */
}

.page-resources-s888-casino-deposit-withdrawal-guide__btn-primary {
    background-color: #EA7C07; /* Login/Action color */
    color: #ffffff;
    border: 2px solid #EA7C07;
}

.page-resources-s888-casino-deposit-withdrawal-guide__btn-primary:hover {
    background-color: #d16b06;
    border-color: #d16b06;
}

.page-resources-s888-casino-deposit-withdrawal-guide__btn-secondary {
    background-color: transparent;
    color: #ffffff; /* White text for hero section */
    border: 2px solid #ffffff;
}

.page-resources-s888-casino-deposit-withdrawal-guide__btn-secondary:hover {
    background-color: #ffffff;
    color: #26A9E0;
}

/* For buttons outside hero or on light backgrounds */
.page-resources-s888-casino-deposit-withdrawal-guide__btn-primary.page-resources-s888-casino-deposit-withdrawal-guide__btn-center {
    display: block;
    margin: 40px auto 20px auto;
    max-width: 300px;
}
.page-resources-s888-casino-deposit-withdrawal-guide__btn-secondary.page-resources-s888-casino-deposit-withdrawal-guide__btn-center {
    display: block;
    margin: 40px auto 20px auto;
    max-width: 300px;
    background-color: transparent;
    color: #26A9E0;
    border-color: #26A9E0;
}
.page-resources-s888-casino-deposit-withdrawal-guide__btn-secondary.page-resources-s888-casino-deposit-withdrawal-guide__btn-center:hover {
    background-color: #26A9E0;
    color: #ffffff;
}

/* Method Cards */
.page-resources-s888-casino-deposit-withdrawal-guide__method-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-resources-s888-casino-deposit-withdrawal-guide__method-card:hover {
    transform: translateY(-5px);
}

.page-resources-s888-casino-deposit-withdrawal-guide__card-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 20px;
}

.page-resources-s888-casino-deposit-withdrawal-guide__card-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px; /* Enforce min size for content images */
    min-height: 200px;
    object-fit: cover;
}