/* style/resources-how-to-choose-reliable-betting-platform.css */

/* Base styles for the page content */
.page-resources-how-to-choose-reliable-betting-platform {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: #0a0a0a; /* Inherited from body, but explicitly set for clarity */
}

/* Hero Section */
.page-resources-how-to-choose-reliable-betting-platform__hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    padding-top: 0; /* Assuming shared.css handles body padding-top */
}

.page-resources-how-to-choose-reliable-betting-platform__hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    filter: brightness(0.5); /* Dim video for text readability */
    cursor: pointer; /* Indicate it's clickable */
}

.page-resources-how-to-choose-reliable-betting-platform__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
    z-index: 2;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
    padding: 20px;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-how-to-choose-reliable-betting-platform__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-choose-reliable-betting-platform__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

/* General Section Styling */
.page-resources-how-to-choose-reliable-betting-platform__content-section {
    padding: 60px 20px;
    background-color: #ffffff; /* Light background for content sections */
    color: #333333; /* Dark text for light background */
}

.page-resources-how-to-choose-reliable-betting-platform__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-how-to-choose-reliable-betting-platform__section-title {
    font-size: 2.5em;
    color: #26A9E0; /* Brand primary color for titles */
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 15px;
}

.page-resources-how-to-choose-reliable-betting-platform__sub-title {
    font-size: 1.8em;
    color: #26A9E0; /* Brand primary color for sub-titles */
    margin-top: 40px;
    margin-bottom: 15px;
}

.page-resources-how-to-choose-reliable-betting-platform__paragraph {
    margin-bottom: 20px;
    font-size: 1.1em;
}

.page-resources-how-to-choose-reliable-betting-platform__paragraph a,
.page-resources-how-to-choose-reliable-betting-platform__list-item a {
    color: #26A9E0; /* Links in content */
    text-decoration: underline;
}

.page-resources-how-to-choose-reliable-betting-platform__paragraph a:hover,
.page-resources-how-to-choose-reliable-betting-platform__list-item a:hover {
    color: #1a7bb5; /* Darker blue on hover */
}

.page-resources-how-to-choose-reliable-betting-platform__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-resources-how-to-choose-reliable-betting-platform__ordered-list {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-resources-how-to-choose-reliable-betting-platform__list-item {
    margin-bottom: 10px;
    font-size: 1.1em;
}

/* Image styles */
.page-resources-how-to-choose-reliable-betting-platform__image-full-width {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-reliable-betting-platform__image-centered {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}