/*
Theme Name: Marukyo LP
Theme URI: https://marukyo-toyama.co.jp/
Description: 株式会社丸協の求人ランディングページ専用テーマ。
Author: Antigravity
Version: 1.0.0
Text Domain: marukyo-lp
*/

.gold-glow-text {
    text-shadow: 0 0 25px rgba(251, 191, 36, 0.25);
}

/* CF7 Form Custom Helpers */
.cf7-textarea-height {
    min-height: 200px;
}

.cf7-custom-radio .wpcf7-list-item {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
    display: inline-flex;
    align-items: center;
}


/* Adjustments for narrow screens (<= 400px) */
@media (max-width: 400px) {

    /* Content Position - Revert to pt-28 (7rem) as requested */
    .hero-content-container {
        padding-top: 7rem !important;
    }

    /* Hero Heading */
    .hero-anim-2 {
        line-height: 1.2 !important;
    }

    /* Hero Description */
    .hero-anim-3 p {
        font-size: 0.875rem !important;
        line-height: 1.6 !important;
    }

    /* Hero Buttons */
    .hero-anim-4 a {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
        font-size: 0.95rem !important;
    }

    /* Benefit Labels */
    .benefit-label-adjust {
        font-size: 0.75rem !important;
        padding: 0.5rem 1rem !important;
    }
}