
        .page-promotions-limited-time-promos {
            font-family: 'Arial', sans-serif;
            color: #333333;
            line-height: 1.6;
        }

        .page-promotions-limited-time-promos__hero-section {
            background-color: #f0f8ff;
            padding: 10px 20px 60px;
            text-align: center;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .page-promotions-limited-time-promos__hero-image-wrapper {
            width: 100%;
            max-width: 1200px;
            margin-bottom: 30px;
        }

        .page-promotions-limited-time-promos__hero-image {
            width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            display: block;
        }

        .page-promotions-limited-time-promos__main-title {
            font-size: clamp(2.2rem, 5vw, 3.5rem);
            color: #2563eb;
            margin-bottom: 15px;
            font-weight: 700;
            line-height: 1.2;
            max-width: 900px;
        }

        .page-promotions-limited-time-promos__tagline {
            font-size: clamp(1rem, 2.5vw, 1.3rem);
            color: #64748b;
            margin-bottom: 30px;
            max-width: 800px;
        }

        .page-promotions-limited-time-promos__cta-button {
            display: inline-block;
            background-color: #2563eb;
            color: #ffffff;
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1rem;
            transition: background-color 0.3s ease, transform 0.3s ease;
            box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
            max-width: 100%;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
        }

        .page-promotions-limited-time-promos__cta-button:hover {
            background-color: #1e40af;
            transform: translateY(-2px);
        }

        .page-promotions-limited-time-promos__section {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            box-sizing: border-box;
        }

        .page-promotions-limited-time-promos__section--gray {
            background-color: #f9f9f9;
        }

        .page-promotions-limited-time-promos__section-title {
            font-size: clamp(1.8rem, 4vw, 2.8rem);
            color: #2563eb;
            margin-bottom: 40px;
            font-weight: 700;
        }

        .page-promotions-limited-time-promos__grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 30px;
        }

        .page-promotions-limited-time-promos__card {
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
            padding: 30px;
            text-align: left;
            transition: transform 0.3s ease;
            border: 1px solid #e0e0e0;
            color: #333333;
            display: flex;
            flex-direction: column;
            height: 100%;
            box-sizing: border-box;
        }

        .page-promotions-limited-time-promos__card:hover {
            transform: translateY(-5px);
        }

        .page-promotions-limited-time-promos__card-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 20px;
            display: block;
        }

        .page-promotions-limited-time-promos__card-title {
            font-size: 1.5rem;
            color: #2563eb;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .page-promotions-limited-time-promos__card-description {
            font-size: 1rem;
            color: #555555;
            flex-grow: 1;
            margin-bottom: 20px;
        }

        .page-promotions-limited-time-promos__card-link {
            display: inline-block;
            color: #2563eb;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
            max-width: 100%;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
        }

        .page-promotions-limited-time-promos__card-link:hover {
            color: #1e40af;
            text-decoration: underline;
        }

        .page-promotions-limited-time-promos__list {
            list-style: none;
            padding: 0;
            margin-top: 20px;
            text-align: left;
        }

        .page-promotions-limited-time-promos__list-item {
            font-size: 1.1rem;
            margin-bottom: 15px;
            padding-left: 30px;
            position: relative;
            color: #444444;
            box-sizing: border-box;
        }

        .page-promotions-limited-time-promos__list-item::before {
            content: '✓';
            color: #2563eb;
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .page-promotions-limited-time-promos__faq-section {
            background-color: #f0f8ff;
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
            box-sizing: border-box;
        }

        .page-promotions-limited-time-promos__faq-item {
            background-color: #ffffff;
            border-radius: 8px;
            margin-bottom: 15px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            border: 1px solid #e0e0e0;
        }

        .page-promotions-limited-time-promos__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 25px;
            font-size: 1.2rem;
            font-weight: 600;
            color: #2563eb;
            cursor: pointer;
            user-select: none;
            transition: background-color 0.3s ease;
        }

        .page-promotions-limited-time-promos__faq-question:hover {
            background-color: #e6f0ff;
        }

        .page-promotions-limited-time-promos__faq-question h3 {
            margin: 0;
            flex-grow: 1;
            pointer-events: none; /* Prevent h3 from blocking click event */
        }

        .page-promotions-limited-time-promos__faq-toggle {
            font-size: 1.8rem;
            line-height: 1;
            color: #64748b;
            margin-left: 15px;
            pointer-events: none; /* Prevent toggle from blocking click event */
            transition: transform 0.3s ease;
        }

        .page-promotions-limited-time-promos__faq-item.active .page-promotions-limited-time-promos__faq-toggle {
            transform: rotate(45deg);
        }

        .page-promotions-limited-time-promos__faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 25px;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
            font-size: 1rem;
            color: #555555;
            opacity: 0;
        }

        .page-promotions-limited-time-promos__faq-item.active .page-promotions-limited-time-promos__faq-answer {
            max-height: 2000px !important; /* Sufficiently large to show content */
            padding: 20px 25px !important;
            opacity: 1;
        }

        .page-promotions-limited-time-promos__content-area {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
            box-sizing: border-box;
            text-align: left;
        }

        .page-promotions-limited-time-promos__content-area h2 {
            font-size: 2.2rem;
            color: #2563eb;
            margin-bottom: 25px;
            font-weight: 700;
        }

        .page-promotions-limited-time-promos__content-area h3 {
            font-size: 1.8rem;
            color: #64748b;
            margin-top: 35px;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .page-promotions-limited-time-promos__content-area p {
            margin-bottom: 15px;
            font-size: 1rem;
            color: #444444;
        }

        .page-promotions-limited-time-promos__content-area ul {
            list-style: disc;
            padding-left: 25px;
            margin-bottom: 20px;
        }

        .page-promotions-limited-time-promos__content-area ul li {
            margin-bottom: 10px;
            color: #444444;
        }

        .page-promotions-limited-time-promos__link {
            color: #2563eb;
            text-decoration: none;
            font-weight: 600;
        }

        .page-promotions-limited-time-promos__link:hover {
            text-decoration: underline;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .page-promotions-limited-time-promos__hero-section {
                padding: 10px 15px 40px;
            }

            .page-promotions-limited-time-promos__hero-image-wrapper {
                margin-bottom: 20px;
            }

            .page-promotions-limited-time-promos__main-title {
                font-size: 2rem;
            }

            .page-promotions-limited-time-promos__tagline {
                font-size: 1rem;
            }

            .page-promotions-limited-time-promos__cta-button {
                padding: 12px 25px;
                font-size: 1rem;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
                padding-left: 15px;
                padding-right: 15px;
            }

            .page-promotions-limited-time-promos__section,
            .page-promotions-limited-time-promos__faq-section,
            .page-promotions-limited-time-promos__content-area {
                padding: 40px 15px;
            }

            .page-promotions-limited-time-promos__section-title {
                font-size: 2rem;
            }

            .page-promotions-limited-time-promos__grid {
                grid-template-columns: 1fr;
            }

            .page-promotions-limited-time-promos__card {
                padding: 20px;
            }

            .page-promotions-limited-time-promos__card-image {
                height: 180px;
            }

            .page-promotions-limited-time-promos__card-title {
                font-size: 1.3rem;
            }

            .page-promotions-limited-time-promos__card-description {
                font-size: 0.95rem;
            }

            .page-promotions-limited-time-promos__list-item {
                font-size: 1rem;
                padding-left: 25px;
                word-wrap: break-word !important;
                overflow-wrap: break-word !important;
                word-break: break-word !important;
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
            .page-promotions-limited-time-promos__content-area ul {
                padding-left: 20px;
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }

            .page-promotions-limited-time-promos__faq-question {
                padding: 15px 20px;
                font-size: 1.1rem;
            }

            .page-promotions-limited-time-promos__faq-answer {
                padding: 0 20px;
            }

            .page-promotions-limited-time-promos__faq-item.active .page-promotions-limited-time-promos__faq-answer {
                padding: 15px 20px !important;
            }

            .page-promotions-limited-time-promos img {
                max-width: 100% !important;
                height: auto !important;
                display: block !important;
            }

            .page-promotions-limited-time-promos__hero-image-wrapper,
            .page-promotions-limited-time-promos__card,
            .page-promotions-limited-time-promos__section,
            .page-promotions-limited-time-promos__faq-section,
            .page-promotions-limited-time-promos__content-area {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
                overflow: hidden !important;
            }
        }
    