/*
Theme Name: VacationPlaces
Theme URI: https://vacationplaces.jp
Author: Atlas TDC LLC
Author URI: https://atlastdc.com
Description: A block theme for VacationPlaces — an independent vacation ownership information platform for the Japanese market. Built with the Insight · Advice · Access design language.
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vacationplaces
Tags: full-site-editing, block-themes, custom-colors, custom-logo, editor-style, featured-images, wide-blocks, one-column, two-columns, three-columns, news, magazine, blog
*/
/* Newsletter Form Fix — Override Block Theme */
.vp-newsletter-form__input {
    width: 100% !important;
    max-width: 360px !important;
    padding: 12px 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    background-color: #fff !important;
    color: #333 !important;
    box-sizing: border-box !important;
}

.vp-newsletter-form__btn {
    background-color: #E8734A !important;
    color: #fff !important;
    padding: 14px 32px !important;
    border: none !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    cursor: pointer !important;
}

.vp-newsletter-form__btn:hover {
    background-color: #d4623c !important;
}

.vp-newsletter-form__row {
    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.vp-newsletter-form__consent {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    max-width: 400px !important;
    margin: 16px auto 0 !important;
    font-size: 0.8rem !important;
}