/* style/blog-safe-online-betting-tips.css */

/* Core styles for the page */
.page-blog-safe-online-betting-tips {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light body background */
    background-color: #f5f5f5; /* Light background for the main content area */
}

.page-blog-safe-online-betting-tips__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-blog-safe-online-betting-tips__hero-section {
    display: flex;
    flex-direction: column; /* Enforce image first, then text */
    align-items: center;
    text-align: center;
    background-color: #B71C1C; /* Background color from custom palette */
    padding-bottom: 40px;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-blog-safe-online-betting-tips__hero-image-wrapper {
    width: 100%;
    max-width: 1920px; /* Matches hero image width */
    overflow: hidden;
}

.page-blog-safe-online-betting-tips__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Default for desktop, will change to contain for mobile */
}

.page-blog-safe-online-betting-tips__hero-content {
    padding: 20px;
    max-width: 800px;
    color: #FFF5E1; /* Text Main from custom palette */
}

.page-blog-safe-online-betting-tips__main-title {
    font-size: clamp(2em, 3.5vw, 3em); /* Responsive font size */
    font-weight: bold;
    margin-bottom: 15px;
    color: #FFD86A; /* Gold-like color for title */
    line-height: 1.2;
}

.page-blog-safe-online-betting-tips__subtitle {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #FFF5E1;
}

.page-blog-safe-online-betting-tips__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
    width: 100%; /* Ensure container takes full width for wrapping */
    max-width: 400px; /* Limit max width for button group */
    margin: 0 auto;
}

.page-blog-safe-online-betting-tips__btn-primary,
.page-blog-safe-online-betting-tips__btn-secondary,
.page-blog-safe-online-betting-tips__link-btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Allow long words to break */
    min-width: 150px; /* Ensure buttons are not too small */
}

.page-blog-safe-online-betting-tips__btn-primary {
    background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Custom button color */
    color: #7A0E0E; /* Deep Red for text on gold button */
    border: 2px solid transparent;
}

.page-blog-safe-online-betting-tips__btn-primary:hover {
    background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
    box-shadow: 0 0 10px #FFCC66; /* Glow effect */
}

.page-blog-safe-online-betting-tips__btn-secondary {
    background-color: transparent;
    color: #F4D34D; /* Gold text */
    border: 2px solid #F4D34D; /* Gold border */
}

.page-blog-safe-online-betting-tips__btn-secondary:hover {
    background-color: #F4D34D;
    color: #7A0E0E; /* Deep Red text on hover */
    box-shadow: 0 0 10px #FFCC66; /* Glow effect */
}

.page-blog-safe-online-betting-tips__link-btn {
    background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
    color: #7A0E0E;
    border: 2px solid transparent;
    padding: 8px 15px;
    font-size: 0.9em;
    margin-top: 20px;
}

.page-blog-safe-online-betting-tips__link-btn:hover {
    background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
    box-shadow: 0 0 8px #FFCC66;
}

/* General Section Styles */
.page-blog-safe-online-betting-tips__section-title {
    font-size: 2.2em;
    color: #C91F17; /* Main color */
    text-align: center;
    margin-bottom: 30px;
    padding-top: 40px;
    font-weight: bold;
}

.page-blog-safe-online-betting-tips__text-block {
    margin-bottom: 20px;
    font-size: 1.05em;
    color: #333333;
}

/* Grid for Principles and Advanced Tips */
.page-blog-safe-online-betting-tips__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-safe-online-betting-tips__card {
    background-color: #D32F2F; /* Card BG from custom palette */
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #FFF5E1; /* Text Main for card content */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-blog-safe-online-betting-tips__card-image {
    width: 100%;
    max-width: 400px; /* Max width for card images */
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    object-fit: cover;
    min-height: 200px; /* Enforce min image size */
    min-width: 200px;
}

.page-blog-safe-online-betting-tips__card-title {
    font-size: 1.5em;
    color: #FFD86A; /* Gold-like color for card title */
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-safe-online-betting-tips__card-text {
    font-size: 1em;
    color: #FFF5E1;
}

/* Dark Section Specific Styles */
.page-blog-safe-online-betting-tips__dark-section {
    background-color: #B71C1C; /* Background color from custom palette */
    color: #FFF5E1; /* Text Main for dark section content */
    padding-bottom: 60px;
}

.page-blog-safe-online-betting-tips__dark-section .page-blog-safe-online-betting-tips__section-title {
    color: #FFD86A; /* Gold-like color for title on dark background */
}

.page-blog-safe-online-betting-tips__dark-section .page-blog-safe-online-betting-tips__text-block {
    color: #FFF5E1;
}

/* Feature List (Tools Section) */
.page-blog-safe-online-betting-tips__feature-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-safe-online-betting-tips__feature-item {
    background-color: #D32F2F; /* Card BG from custom palette */
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #FFF5E1;
}

.page-blog-safe-online-betting-tips__feature-icon {
    display: block;
    margin: 0 auto 15px auto;
    width: 100px; /* Fixed size for icons */
    height: 100px;
    line-height: 100px;
    font-size: 3em;
    color: #FFCC66; /* Glow color for icons */
    /* Ensure icon image fits */
}
.page-blog-safe-online-betting-tips__feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    min-width: 200px; /* Enforce min image size for icons as well */
    min-height: 200px;
}

.page-blog-safe-online-betting-tips__feature-title {
    font-size: 1.4em;
    color: #FFD86A;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-safe-online-betting-tips__feature-description {
    font-size: 0.95em;
    color: #FFF5E1;
}

/* FAQ Section */
.page-blog-safe-online-betting-tips__faq-list {
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.page-blog-safe-online-betting-tips__faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-top: none;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.page-blog-safe-online-betting-tips__faq-item[open] {
    border-color: #C91F17;
}


.page-blog-safe-online-betting-tips__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-size: 1.1em;
    font-weight: bold;
    color: #C91F17; /* Main color for question */
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
    list-style: none; /* Hide default marker */
}
.page-blog-safe-online-betting-tips__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for webkit browsers */
}