/* style/blog-mostbet-online-sports-betting-strategy.css */

/* General Styles */
.page-blog-mostbet-online-sports-betting-strategy {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Text Main */
    background: #F5F7FA; /* Background */
}

.page-blog-mostbet-online-sports-betting-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-mostbet-online-sports-betting-strategy__section {
    padding: 40px 0;
}

.page-blog-mostbet-online-sports-betting-strategy__section-title {
    font-size: 36px;
    font-weight: 700;
    color: #E53935; /* Main Brand Color */
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

.page-blog-mostbet-online-sports-betting-strategy__description {
    font-size: 18px;
    color: #333333;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}

.page-blog-mostbet-online-sports-betting-strategy__content-area {
    background: #FFFFFF; /* Card BG */
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #E0E0E0; /* Border */
}

.page-blog-mostbet-online-sports-betting-strategy__article-body h3 {
    font-size: 24px;
    color: #E53935; /* Main Brand Color */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-blog-mostbet-online-sports-betting-strategy__article-body p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333333;
}

.page-blog-mostbet-online-sports-betting-strategy__article-figure {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Hero Section */
.page-blog-mostbet-online-sports-betting-strategy__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, assuming body has --header-offset */
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    background-color: #E53935; /* Fallback for image */
}

.page-blog-mostbet-online-sports-betting-strategy__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-mostbet-online-sports-betting-strategy__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Default to cover for desktop */
    display: block;
}

.page-blog-mostbet-online-sports-betting-strategy__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
    border-radius: 8px;
    margin-top: 50px; /* Separate from top of hero section */
}

.page-blog-mostbet-online-sports-betting-strategy__main-title {
    font-size: clamp(32px, 5vw, 48px); /* Using clamp for H1 font size */
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-blog-mostbet-online-sports-betting-strategy__hero-content .page-blog-mostbet-online-sports-betting-strategy__description {
    color: #f0f0f0;
    font-size: 19px;
    margin-bottom: 40px;
    max-width: 700px;
}

/* CTA Buttons */
.page-blog-mostbet-online-sports-betting-strategy__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    width: 100%; /* Button container width */
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-mostbet-online-sports-betting-strategy__btn-primary,
.page-blog-mostbet-online-sports-betting-strategy__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    max-width: 100%; /* Button max-width */
    box-sizing: border-box;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    text-align: center;
}

.page-blog-mostbet-online-sports-betting-strategy__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Button gradient */
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 10px rgba(229, 57, 53, 0.4);
}

.page-blog-mostbet-online-sports-betting-strategy__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(229, 57, 53, 0.6);
}

.page-blog-mostbet-online-sports-betting-strategy__btn-secondary {
    background: #ffffff;
    color: #E53935;
    border: 2px solid #E53935;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-mostbet-online-sports-betting-strategy__btn-secondary:hover {
    background: #E53935;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(229, 57, 53, 0.6);
}

/* Dark Background Section (for bottom CTA) */
.page-blog-mostbet-online-sports-betting-strategy__dark-bg {
    background: #E53935;
    color: #ffffff;
    padding: 60px 20px;
    border-radius: 8px;
    text-align: center;
}

.page-blog-mostbet-online-sports-betting-strategy__dark-bg .page-blog-mostbet-online-sports-betting-strategy__section-title {
    color: #ffffff;
    margin-bottom: 20px;
}

.page-blog-mostbet-online-sports-betting-strategy__dark-bg .page-blog-mostbet-online-sports-betting-strategy__description {
    color: #f0f0f0;
    margin-bottom: 40px;
}

/* FAQ Section */
.page-blog-mostbet-online-sports-betting-strategy__faq-list {
    max-width: 800px;
    margin: 0 auto;
}

details.page-blog-mostbet-online-sports-betting-strategy__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #E0E0E0; /* Border */
  overflow: hidden;
  background: #FFFFFF; /* Card BG */
}
details.page-blog-mostbet-online-sports-betting-strategy__faq-item summary.page-blog-mostbet-online-sports-betting-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #333333; /* Text Main */
}
details.page-blog-mostbet-online-sports-betting-strategy__faq-item summary.page-blog-mostbet-online-sports-betting-strategy__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-mostbet-online-sports-betting-strategy__faq-item summary.page-blog-mostbet-online-sports-betting-strategy__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-mostbet-online-sports-betting-strategy__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333; /* Text Main */
}
.page-blog-mostbet-online-sports-betting-strategy__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E53935; /* Main Brand Color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-mostbet-online-sports-betting-strategy__faq-item .page-blog-mostbet-online-sports-betting-strategy__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #333333; /* Text Main */
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-mostbet-online-sports-betting-strategy__hero-content {
        margin-top: 30px;
        padding: 30px 20px;
    }

    .page-blog-mostbet-online-sports-betting-strategy__main-title {
        font-size: clamp(28px, 4.5vw, 42px);
    }

    .page-blog-mostbet-online-sports-betting-strategy__hero-content .page-blog-mostbet-online-sports-betting-strategy__description {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .page-blog-mostbet-online-sports-betting-strategy__btn-primary,
    .page-blog-mostbet-online-sports-betting-strategy__btn-secondary {
        padding: 12px 25px;
        font-size: 17px;
    }

    .page-blog-mostbet-online-sports-betting-strategy__section-title {
        font-size: 32px;
    }

    .page-blog-mostbet-online-sports-betting-strategy__article-body h3 {
        font-size: 22px;
    }

    .page-blog-mostbet-online-sports-betting-strategy__content-area {
        padding: 25px;
    }

    details.page-blog-mostbet-online-sports-betting-strategy__faq-item summary.page-blog-mostbet-online-sports-betting-strategy__faq-question {
        padding: 15px 18px;
    }
    .page-blog-mostbet-online-sports-betting-strategy__faq-qtext {
        font-size: 17px;
    }
    .page-blog-mostbet-online-sports-betting-strategy__faq-toggle {
        font-size: 22px;
    }
    details.page-blog-mostbet-online-sports-betting-strategy__faq-item .page-blog-mostbet-online-sports-betting-strategy__faq-answer {
        padding: 0 18px 18px;
    }
}


@media (max-width: 768px) {
    /* General Mobile Styles */
    .page-blog-mostbet-online-sports-betting-strategy {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-mostbet-online-sports-betting-strategy__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-mostbet-online-sports-betting-strategy__section {
        padding: 30px 0;
    }

    .page-blog-mostbet-online-sports-betting-strategy__section-title {
        font-size: 28px;
        margin-bottom: 25px;
        text-align: center;
    }

    .page-blog-mostbet-online-sports-betting-strategy__description {
        font-size: 16px;
        margin-bottom: 25px;
        text-align: center;
    }

    .page-blog-mostbet-online-sports-betting-strategy__content-area {
        padding: 20px;
    }

    .page-blog-mostbet-online-sports-betting-strategy__article-body h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .page-blog-mostbet-online-sports-betting-strategy__article-body p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    /* Hero Section Mobile */
    .page-blog-mostbet-online-sports-betting-strategy__hero-section {
        min-height: 400px;
        padding-top: 10px; /* Still small top padding */
    }

    .page-blog-mostbet-online-sports-betting-strategy__hero-image img {
        object-fit: contain !important; /* Must be contain for mobile */
        aspect-ratio: unset !important; /* Reset aspect ratio for object-fit: contain */
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-mostbet-online-sports-betting-strategy__hero-content {
        padding: 20px 15px;
        margin-top: 20px;
        max-width: 100%;
    }

    .page-blog-mostbet-online-sports-betting-strategy__main-title {
        font-size: clamp(24px, 7vw, 36px); /* Adjusted clamp for smaller screens */
        margin-bottom: 15px;
    }

    .page-blog-mostbet-online-sports-betting-strategy__hero-content .page-blog-mostbet-online-sports-betting-strategy__description {
        font-size: 15px;
        margin-bottom: 20px;
    }

    /* CTA Buttons Mobile */
    .page-blog-mostbet-online-sports-betting-strategy__cta-buttons {
        flex-direction: column; /* Stack buttons vertically */
        gap: 10px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-mostbet-online-sports-betting-strategy__btn-primary,
    .page-blog-mostbet-online-sports-betting-strategy__btn-secondary {
        padding: 12px 15px;
        font-size: 16px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    /* Images in Content Area Mobile */
    .page-blog-mostbet-online-sports-betting-strategy img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-blog-mostbet-online-sports-betting-strategy__article-figure {
        margin: 15px auto;
    }

    /* Dark Background Section Mobile */
    .page-blog-mostbet-online-sports-betting-strategy__dark-bg {
        padding: 40px 15px;
    }

    /* FAQ Section Mobile */
    details.page-blog-mostbet-online-sports-betting-strategy__faq-item summary.page-blog-mostbet-online-sports-betting-strategy__faq-question { padding: 15px; }
    .page-blog-mostbet-online-sports-betting-strategy__faq-qtext { font-size: 15px; }
    .page-blog-mostbet-online-sports-betting-strategy__faq-toggle { font-size: 20px; }
    details.page-blog-mostbet-online-sports-betting-strategy__faq-item .page-blog-mostbet-online-sports-betting-strategy__faq-answer {
        padding: 0 15px 15px;
    }
}