/* style/blog-slot-fishing-promotions-strategy.css */

/* --- Base Styles & Variables (from Custom Colors) --- */
:root {
    --page-blog-slot-fishing-promotions-strategy__primary-color: #11A84E;
    --page-blog-slot-fishing-promotions-strategy__secondary-color: #22C768;
    --page-blog-slot-fishing-promotions-strategy__button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --page-blog-slot-fishing-promotions-strategy__card-bg: #11271B;
    --page-blog-slot-fishing-promotions-strategy__background: #08160F;
    --page-blog-slot-fishing-promotions-strategy__text-main: #F2FFF6;
    --page-blog-slot-fishing-promotions-strategy__text-secondary: #A7D9B8;
    --page-blog-slot-fishing-promotions-strategy__border-color: #2E7A4E;
    --page-blog-slot-fishing-promotions-strategy__glow-color: #57E38D;
    --page-blog-slot-fishing-promotions-strategy__gold-color: #F2C14E;
    --page-blog-slot-fishing-promotions-strategy__divider-color: #1E3A2A;
    --page-blog-slot-fishing-promotions-strategy__deep-green: #0A4B2C;
}

.page-blog-slot-fishing-promotions-strategy {
    font-family: Arial, sans-serif;
    color: var(--page-blog-slot-fishing-promotions-strategy__text-main); /* Default text color for the page */
    background-color: var(--page-blog-slot-fishing-promotions-strategy__background); /* Default background */
    line-height: 1.6;
    padding-top: 0; /* body already handles padding-top */
}

/* --- Section Layouts --- */
.page-blog-slot-fishing-promotions-strategy__section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.page-blog-slot-fishing-promotions-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-slot-fishing-promotions-strategy__section-title {
    font-size: 2.5rem;
    color: var(--page-blog-slot-fishing-promotions-strategy__text-main);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.02em;
}