/* style/blog-how-to-access-898bet-safely.css */

/* Custom Color Variables */
:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --card-b-g: #11271B;
    --background: #08160F;
    --text-main: #F2FFF6;
    --text-secondary: #A7D9B8;
    --border: #2E7A4E;
    --glow: #57E38D;
    --gold: #F2C14E;
    --divider: #1E3A2A;
    --deep-green: #0A4B2C;
}

/* General Page Styling */
.page-blog-how-to-access-898bet-safely {
    font-family: Arial, sans-serif;
    color: var(--text-main); /* #F2FFF6 */
    background-color: var(--background); /* #08160F */
    line-height: 1.6;
}

.page-blog-how-to-access-898bet-safely__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-how-to-access-898bet-safely__section {
    padding: 60px 0;
    text-align: center;
}

.page-blog-how-to-access-898bet-safely__section-title {
    font-size: 2.5em;
    color: var(--text-main); /* #F2FFF6 */
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-blog-how-to-access-898bet-safely__sub-title {
    font-size: 1.8em;
    color: var(--gold); /* #F2C14E */
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-access-898bet-safely__text-block {
    font-size: 1.1em;
    color: var(--text-secondary); /* #A7D9B8 */
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-how-to-access-898bet-safely__highlight {
    color: var(--glow); /* #57E38D */
    font-weight: bold;
}

/* Hero Section */
.page-blog-how-to-access-898bet-safely__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: var(--deep-green); /* #0A4B2C */
    display: flex;
    flex-direction: column; /* Ensure image is above content */
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-blog-how-to-access-898bet-safely__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-how-to-access-898bet-safely__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-width: 1200px; /* Adjust based on typical display width */
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-access-898bet-safely__hero-content {
    max-width: 900px;
    margin: 40px auto 60px auto;
    padding: 0 20px;
    text-align: center;
    z-index: 1;
}

.page-blog-how-to-access-898bet-safely__main-title {
    font-size: clamp(2.2em, 4vw, 3.5em); /* Use clamp for H1 font-size */
    color: var(--text-main); /* #F2FFF6 */
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-access-898bet-safely__description {
    font-size: 1.2em;
    color: var(--text-secondary); /* #A7D9B8 */
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Buttons */
.page-blog-how-to-access-898bet-safely__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-blog-how-to-access-898bet-safely__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 180px;
    box-sizing: border-box;
    border: 2px solid transparent;
    cursor: pointer;
}

.page-blog-how-to-access-898bet-safely__cta-button--primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: var(--text-main); /* #F2FFF6 */
    box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-how-to-access-898bet-safely__cta-button--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-how-to-access-898bet-safely__cta-button--secondary {
    background: transparent;
    color: var(--glow); /* #57E38D */
    border-color: var(--glow); /* #57E38D */
}

.page-blog-how-to-access-898bet-safely__cta-button--secondary:hover {
    background: rgba(87, 227, 141, 0.1);
    transform: translateY(-3px);
}

/* Content Images */
.page-blog-how-to-access-898bet-safely__image-content {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px; /* Minimum size requirement */
}

/* Lists */
.page-blog-how-to-access-898bet-safely__list,
.page-blog-how-to-access-898bet-safely__ordered-list {
    list-style: none;
    padding: 0;
    margin: 20px auto;
    max-width: 900px;
    text-align: left;
}

.page-blog-how-to-access-898bet-safely__list-item {
    background-color: var(--card-b-g); /* #11271B */
    border: 1px solid var(--border); /* #2E7A4E */
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 10px;
    color: var(--text-main); /* #F2FFF6 */
    font-size: 1.05em;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.page-blog-how-to-access-898bet-safely__list-item::before {
    content: '✓';
    color: var(--glow); /* #57E38D */
    font-weight: bold;
    flex-shrink: 0;
}

.page-blog-how-to-access-898bet-safely__ordered-list .page-blog-how-to-access-898bet-safely__list-item {
    counter-increment: list-counter;
    position: relative;
    padding-left: 40px;
}