/* style/resources-how-to-play-safely-and-efficiently-on-kubet-88.css */

/* Base styles for the page content */
.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .hero-section {
    background: linear-gradient(135deg, #CC0000, #FFD700);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .hero-section .back-link {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .hero-section .back-link:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 h1 {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .intro-text {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #eee;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .btn {
    display: inline-block;
    background-color: #FFD700; /* Auxiliary color */
    color: #CC0000; /* Primary color for text */
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .btn:hover {
    background-color: #e6c200; /* Darker shade of auxiliary for hover */
    color: #a30000; /* Darker shade of primary for hover */
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .hero-btn {
    margin-top: 20px;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .content-section {
    padding: 40px 0;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .article-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .table-of-contents {
    flex: 0 0 280px; /* Fixed width for TOC */
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 20px; /* Adjust as needed */
    z-index: 100;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .table-of-contents h2 {
    font-size: 1.5em;
    color: #CC0000; /* Primary color */
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #FFD700; /* Auxiliary color */
    padding-bottom: 10px;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .table-of-contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .table-of-contents li {
    margin-bottom: 10px;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .table-of-contents a {
    color: #555;
    text-decoration: none;
    font-size: 1.05em;
    transition: color 0.3s ease;
    display: block;
    padding: 5px 0;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .table-of-contents a:hover {
    color: #CC0000; /* Primary color */
    font-weight: bold;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .main-article-content {
    flex: 1;
    max-width: 800px; /* Content width for readability */
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 h2 {
    font-size: 2em;
    color: #CC0000; /* Primary color */
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 h3 {
    font-size: 1.5em;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 p {
    margin-bottom: 1em;
    font-size: 1.05em;
    color: #444;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 ul,
.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 ol {
    margin-bottom: 1em;
    padding-left: 25px;
    color: #444;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 li {
    margin-bottom: 0.5em;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 blockquote {
    background-color: #fff9e6; /* Lighter shade of auxiliary */
    border-left: 5px solid #FFD700; /* Auxiliary color */
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    color: #555;
    border-radius: 4px;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .article-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .cta-btn,
.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .final-cta-btn {
    margin-top: 25px;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .conclusion-section {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px dashed #ddd;
    text-align: center;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .conclusion-section h2 {
    color: #CC0000;
    font-size: 2.2em;
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .back-to-resources-link {
    display: block;
    text-align: center;
    margin-top: 40px;
    font-size: 1.1em;
    color: #CC0000; /* Primary color */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .back-to-resources-link:hover {
    color: #a30000; /* Darker primary */
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .article-container {
        flex-direction: column;
    }

    .page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .table-of-contents {
        flex: none;
        width: 100%;
        margin-bottom: 30px;
        position: static;
        top: auto;
    }

    .page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .main-article-content {
        padding: 25px;
        max-width: 100%;
    }

    .page-resources-how-to-play-safely-and-efficiently-on-kubet-88 h1 {
        font-size: 2.2em;
    }

    .page-resources-how-to-play-safely-and-efficiently-on-kubet-88 h2 {
        font-size: 1.8em;
    }

    .page-resources-how-to-play-safely-and-efficiently-on-kubet-88 h3 {
        font-size: 1.3em;
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .hero-section {
        padding: 60px 0;
    }

    .page-resources-how-to-play-safely-and-efficiently-on-kubet-88 h1 {
        font-size: 1.8em;
    }

    .page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .intro-text {
        font-size: 1em;
    }

    .page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .main-article-content {
        padding: 20px;
    }

    .page-resources-how-to-play-safely-and-efficiently-on-kubet-88 .hero-section .back-link {
        top: 15px;
        left: 15px;
        font-size: 0.9em;
    }
}