/* style/blog-f1680-giftcode-terms.css */
:root {
    --primary-color: #113B7A;
    --secondary-color: #1D5FD1;
    --button-gradient: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
    --card-bg: #10233F;
    --text-main: #F3F8FF;
    --text-secondary: #AFC4E8;
    --border-color: #244D84;
    --glow-color: #4FA8FF;
    --gold-color: #F2C14E;
    --divider-color: #1B3357;
    --deep-navy: #08162B;
}

.page-blog-f1680-giftcode-terms {
    color: var(--text-main); /* Body background is dark, so use light text */
    background-color: var(--deep-navy);
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

.page-blog-f1680-giftcode-terms__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, header offset handled by body */
    background-color: var(--deep-navy);
}

.page-blog-f1680-giftcode-terms__hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-blog-f1680-giftcode-terms__hero-image {
    width: 100%;
    margin-bottom: 30px;
}

.page-blog-f1680-giftcode-terms__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-f1680-giftcode-terms__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.page-blog-f1680-giftcode-terms__main-title {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: var(--gold-color);
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.page-blog-f1680-giftcode-terms__description {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.page-blog-f1680-giftcode-terms__cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: var(--button-gradient);
    color: var(--text-main);
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: none;
}

.page-blog-f1680-giftcode-terms__cta-button:hover {
    opacity: 0.9;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-f1680-giftcode-terms__cta-button--large {
    padding: 18px 50px;
    font-size: 20px;
}

.page-blog-f1680-giftcode-terms__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: var(--deep-navy);
    border-radius: 10px;
}

.page-blog-f1680-giftcode-terms__article {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
    margin-bottom: 40px;
}

.page-blog-f1680-giftcode-terms__section-title {
    font-size: 32px;
    color: var(--gold-color);
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.3;
}

.page-blog-f1680-giftcode-terms__article p {
    font-size: 17px;
    color: var(--text-secondary);
    margin-bottom: 15px;
}

.page-blog-f1680-giftcode-terms__list,
.page-blog-f1680-giftcode-terms__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--text-secondary);
}

.page-blog-f1680-giftcode-terms__ordered-list {
    list-style-type: decimal;
}

.page-blog-f1680-giftcode-terms__list li,
.page-blog-f1680-giftcode-terms__ordered-list li {
    margin-bottom: 10px;
    font-size: 16px;
}

.page-blog-f1680-giftcode-terms__list strong,
.page-blog-f1680-giftcode-terms__ordered-list strong {
    color: var(--text-main);
}

.page-blog-f1680-giftcode-terms__sub-list {
    list-style-type: circle;
    margin-left: 20px;
    margin-top: 5px;
    color: var(--text-secondary);
}

.page-blog-f1680-giftcode-terms__image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-f1680-giftcode-terms__cta-section {
    text-align: center;
    background-color: var(--deep-navy);
    padding: 40px 20px;
    border-radius: 8px;
    margin-top: 40px;
    border: 1px solid var(--border-color);
}

.page-blog-f1680-giftcode-terms__cta-section p {
    font-size: 20px;
    color: var(--text-main);
    margin-bottom: 25px;
}

.page-blog-f1680-giftcode-terms__faq-section {
    margin-top: 40px;
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
}

.page-blog-f1680-giftcode-terms__faq-section .page-blog-f1680-giftcode-terms__section-title {
    color: var(--gold-color);
    margin-top: 0;
    margin-bottom: 30px;
}

details.page-blog-f1680-giftcode-terms__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    background: var(--deep-navy);
}

details.page-blog-f1680-giftcode-terms__faq-item summary.page-blog-f1680-giftcode-terms__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;
}

details.page-blog-f1680-giftcode-terms__faq-item summary.page-blog-f1680-giftcode-terms__faq-question::-webkit-details-marker {
    display: none;
}

details.page-blog-f1680-giftcode-terms__faq-item summary.page-blog-f1680-giftcode-terms__faq-question:hover {
    background: rgba(var(--primary-color), 0.5);
}

.page-blog-f1680-giftcode-terms__faq-qtext {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: var(--text-main);
}

.page-blog-f1680-giftcode-terms__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: var(--text-secondary);
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    text-align: center;
}

details.page-blog-f1680-giftcode-terms__faq-item .page-blog-f1680-giftcode-terms__faq-answer {
    padding: 0 20px 20px;
    background: var(--card-bg);
    border-radius: 0 0 5px 5px;
    color: var(--text-secondary);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .page-blog-f1680-giftcode-terms {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-f1680-giftcode-terms__hero-section {
        padding-top: 10px !important;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-f1680-giftcode-terms__hero-image img {
        border-radius: 4px;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-f1680-giftcode-terms__main-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .page-blog-f1680-giftcode-terms__description {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .page-blog-f1680-giftcode-terms__cta-button {
        padding: 12px 30px;
        font-size: 16px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-f1680-giftcode-terms__cta-button--large {
        padding: 15px 40px;
        font-size: 18px;
    }

    .page-blog-f1680-giftcode-terms__content-area {
        padding: 20px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-f1680-giftcode-terms__article {
        padding: 20px;
        margin-bottom: 30px;
    }

    .page-blog-f1680-giftcode-terms__section-title {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .page-blog-f1680-giftcode-terms__article p {
        font-size: 16px;
    }

    .page-blog-f1680-giftcode-terms__list,
    .page-blog-f1680-giftcode-terms__ordered-list {
        margin-left: 20px;
    }

    .page-blog-f1680-giftcode-terms__list li,
    .page-blog-f1680-giftcode-terms__ordered-list li {
        font-size: 15px;
    }

    .page-blog-f1680-giftcode-terms__image {
        margin: 20px auto;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-f1680-giftcode-terms__cta-section {
        padding: 30px 15px;
    }

    .page-blog-f1680-giftcode-terms__cta-section p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .page-blog-f1680-giftcode-terms__faq-section {
        padding: 20px;
    }

    details.page-blog-f1680-giftcode-terms__faq-item summary.page-blog-f1680-giftcode-terms__faq-question {
        padding: 15px;
    }

    .page-blog-f1680-giftcode-terms__faq-qtext {
        font-size: 15px;
    }

    .page-blog-f1680-giftcode-terms__faq-toggle {
        font-size: 20px;
        width: 24px;
        height: 24px;
    }

    details.page-blog-f1680-giftcode-terms__faq-item .page-blog-f1680-giftcode-terms__faq-answer {
        padding: 0 15px 15px;
    }

    /* Ensure all images and their containers are responsive */
    .page-blog-f1680-giftcode-terms img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
    }

    .page-blog-f1680-giftcode-terms__hero-section,
    .page-blog-f1680-giftcode-terms__content-area,
    .page-blog-f1680-giftcode-terms__article,
    .page-blog-f1680-giftcode-terms__cta-section,
    .page-blog-f1680-giftcode-terms__faq-section,
    .page-blog-f1680-giftcode-terms__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-f1680-giftcode-terms__hero-section { padding-left: 0; padding-right: 0; }
    .page-blog-f1680-giftcode-terms__hero-container { padding-left: 15px; padding-right: 15px; }
}