/* ==========================================================================
   LP Content Blocks Shared Styles
   Shared between Frontend (style.css) and Admin Editor (content-box.css)
   Last Refactored: 2026-01-08
   ========================================================================== */

.lp-content-block,
.lp-fixed-footer {
    width: 100%;
    box-sizing: border-box;
}

.lp-fixed-footer--two {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.lp-fixed-footer--three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.lp-content-block>a {
    display: block;
}

.lp-content-block .lp-content-image {
    width: 100%;
    height: auto;
    display: block;
}

.bks-freelayout-container {
    position: relative;
    width: 450px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    text-size-adjust: 100%;
    height: var(--bks-freelayout-height, 600px);
    min-height: var(--bks-freelayout-height, 600px);
    transform-origin: top left;
}

/* 公開ページ: FreeLayout座標原点を左上に固定（編集画面と一致させる） */
body.lp-page .lp-container .bks-freelayout-container {
    margin-left: 0;
    margin-right: 0;
}

.lp-content-block.lp-freelayout-block {
    position: relative;
    min-height: var(--bks-freelayout-height, 600px);
}

.lp-content-block.lp-freelayout-block .lp-freelayout-stage {
    position: relative;
    width: 100%;
    min-height: var(--bks-freelayout-height, 600px);
    height: var(--bks-freelayout-height, 600px);
    overflow: hidden;
}

/* エディタ（ビルダー）内ではMoveableのハンドル等が消えないように overflow: visible を維持 */
.wp-admin .lp-content-block.lp-freelayout-block .lp-freelayout-stage {
    overflow: visible;
}

.bks-freelayout-element {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    /* center から flex-start に変更: 上揃えにする */
    justify-content: center;
    transform-origin: 50% 50%;
    /* 左上基準ではなく、縦横中央でtransform(回転)するように修正 */
}

/* WordPress Admin CSS縺九ｉ縺ｮpadding邯呎価繧堤┌蜉ｹ蛹・*/
.bks-freelayout-element h1,
.bks-freelayout-element h2,
.bks-freelayout-element h3,
.bks-freelayout-element h4,
.bks-freelayout-element h5,
.bks-freelayout-element p {
    padding: 0 !important;
    margin: 0 !important;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/* #poststuff 縺ｨ .postbox 驟堺ｸ九・迚ｹ蛻･縺ｪ繧ｻ繝ｬ繧ｯ繧ｿ繧剃ｸ頑嶌縺・*/
#poststuff .bks-freelayout-element h2,
#poststuff .bks-freelayout-element h3,
.postbox .bks-freelayout-element h2,
.wrap .bks-freelayout-element h1,
.wrap .bks-freelayout-element h2 {
    padding: 0 !important;
    margin: 0 !important;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.bks-text-content {
    box-sizing: border-box;
    letter-spacing: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    text-rendering: inherit;
}

.lp-footer-menu {
    background: var(--menu-bg, #ffffff);
    padding-top: var(--menu-pt, 0px);
    padding-right: var(--menu-pr, 0px);
    padding-bottom: var(--menu-pb, 0px);
    padding-left: var(--menu-pl, 0px);
    margin-top: var(--menu-mt, 0px);
    margin-right: var(--menu-mr, auto);
    margin-bottom: var(--menu-mb, 0px);
    margin-left: var(--menu-ml, auto);
    width: 450px;
    max-width: 100%;
    position: relative;
    z-index: 2;
    line-height: 1.6;
    box-sizing: border-box;
}

@media screen and (min-width: 451px) {
    .lp-footer-menu {
        width: 450px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}

.lp-footer-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: var(--menu-text, #ffffff);
    font-size: var(--menu-fs, 16px);
}

.lp-footer-menu__item {
    margin: 0;
    padding: 0;
}

.lp-footer-menu__link {
    display: block;
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: var(--menu-text, #ffffff);
}

.lp-footer-menu .lp-footer-menu__link {
    line-height: 1.6;
}

.lp-footer-menu__link:hover {
    opacity: 0.7;
}

.lp-header-menu {
    background: var(--menu-bg, #ffffff);
    padding-top: var(--menu-pt, 0px);
    padding-right: var(--menu-pr, 0px);
    padding-bottom: var(--menu-pb, 0px);
    padding-left: var(--menu-pl, 0px);
    margin-top: var(--menu-mt, 0px);
    margin-right: var(--menu-mr, auto);
    margin-bottom: var(--menu-mb, 0px);
    margin-left: var(--menu-ml, auto);
    width: 450px;
    max-width: 100%;
    position: relative;
    z-index: 2;
    line-height: 1.6;
    box-sizing: border-box;
}

@media screen and (min-width: 451px) {
    .lp-header-menu {
        width: 450px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}

.lp-header-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: var(--menu-text, #ffffff);
    font-size: var(--menu-fs, 16px);
}

.lp-header-menu__item {
    margin: 0;
    padding: 0;
}

.lp-header-menu__link {
    display: block;
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: var(--menu-text, #ffffff);
}

.lp-header-menu .lp-header-menu__link {
    line-height: 1.6;
}

.lp-header-menu__link:hover {
    opacity: 0.7;
}

/* =========================================================================
   SECTION 1: TEXT BLOCK STYLES
   ========================================================================= */
.lp-content-block.lp-text-block {
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    box-sizing: border-box;
    /* min-height: 200px; Removed per user request */
}

.lp-content-block.lp-text-block a {
    display: inline;
    line-height: inherit;
}

.lp-content-block.lp-text-block .lp-text-content img {
    max-width: 100%;
    height: auto;
}

.lp-content-block.lp-text-block .lp-text-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lp-content-block.lp-text-block .lp-text-content img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.lp-content-block.lp-text-block .lp-text-content img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.lp-content-block.lp-text-block .lp-text-content .wp-caption {
    max-width: 100%;
}

.lp-content-block.lp-text-block .lp-text-content .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.lp-marker-span {
    background: linear-gradient(transparent var(--marker-thick, 60%), var(--marker-color, #ffff00) var(--marker-thick, 60%));
    padding-bottom: 2px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.lp-content-block.lp-text-block .lp-text-content p {
    margin-top: 0;
    margin-bottom: 0;
}

/* Typography Unification: Standard Headings for Text Block */
.lp-content-block.lp-text-block .lp-text-content h1,
.lp-content-block.lp-text-block .lp-text-content h2,
.lp-content-block.lp-text-block .lp-text-content h3,
.lp-content-block.lp-text-block .lp-text-content h4,
.lp-content-block.lp-text-block .lp-text-content h5,
.lp-content-block.lp-text-block .lp-text-content h6 {
    font-weight: bold;
    line-height: 1.4;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.lp-content-block.lp-text-block .lp-text-content h1 {
    font-size: 2em;
}

.lp-content-block.lp-text-block .lp-text-content h2 {
    font-size: 1.5em;
}

.lp-content-block.lp-text-block .lp-text-content h3 {
    font-size: 1.17em;
}

.lp-content-block.lp-text-block .lp-text-content h4 {
    font-size: 1em;
}

.lp-content-block.lp-text-block .lp-text-content h5 {
    font-size: 0.83em;
}

.lp-content-block.lp-text-block .lp-text-content h6 {
    font-size: 0.67em;
}



.lp-content-block.lp-review-block .lp-review-image-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    border-radius: 12px;
}

.lp-content-block.lp-review-block .lp-review-image-slot-plus {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.65);
}

/* Lists */
.lp-content-block.lp-text-block .lp-text-content ul,
.lp-content-block.lp-text-block .lp-text-content ol {
    margin: 0 0 1em 1.5em;
    padding: 0;
    list-style-position: outside;
}

.lp-content-block.lp-text-block .lp-text-content li {
    margin-bottom: 0.2em;
}

/* =========================================================================
   SECTION 2: BALLOON BLOCK STYLES
   ========================================================================= */
.lp-balloon-block {
    line-height: 1.6;
}

/* Balloon wrapper */
.lp-balloon-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* Left position (default) - class is on wrapper */
.lp-balloon-wrapper.lp-balloon--left {
    flex-direction: row;
}

/* Right position - class is on wrapper */
.lp-balloon-wrapper.lp-balloon--right {
    flex-direction: row-reverse;
}

/* Avatar column */
.lp-balloon-avatar-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 4px;
}

/* Avatar image */
.lp-balloon-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background: #f0f0f0;
}

/* Empty avatar placeholder */
.lp-balloon-avatar--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0e0e0;
    color: #888;
}

.lp-balloon-avatar--empty .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

/* Name below avatar */
.lp-balloon-name {
    font-size: 11px;
    color: #666;
    text-align: center;
    max-width: 60px;
    word-break: break-all;
    line-height: 1.2;
}

/* Speech bubble */
.lp-balloon-bubble {
    position: relative;
    background: #fff;
    border: 2px solid #cccccc;
    border-radius: 12px;
    padding: 12px 15px;
    flex: 1;
    min-width: 0;
    word-break: break-all;
    overflow-wrap: anywhere;
}

/* Bubble arrow (left position) */
.lp-balloon-wrapper.lp-balloon--left .lp-balloon-bubble::before,
.lp-balloon-wrapper.lp-balloon--left .lp-balloon-bubble::after {
    content: '';
    position: absolute;
    top: 12px;
    left: -12px;
    border: 6px solid transparent;
    border-right: 12px solid var(--bubble-border-color, #cccccc);
    border-left: none;
}

.lp-balloon-wrapper.lp-balloon--left .lp-balloon-bubble::after {
    left: -8px;
    border-right-color: var(--bubble-bg-color, #ffffff);
}

/* Bubble arrow (right position) */
.lp-balloon-wrapper.lp-balloon--right .lp-balloon-bubble::before,
.lp-balloon-wrapper.lp-balloon--right .lp-balloon-bubble::after {
    content: '';
    position: absolute;
    top: 12px;
    right: -12px;
    left: auto;
    border: 6px solid transparent;
    border-left: 12px solid var(--bubble-border-color, #cccccc);
    border-right: none;
}

.lp-balloon-wrapper.lp-balloon--right .lp-balloon-bubble::after {
    right: -8px;
    border-left-color: var(--bubble-bg-color, #ffffff);
}

/* Bubble text */
.lp-balloon-text {
    font-size: 16px;
    line-height: 1.6;
}

.lp-balloon-text p {
    margin-top: 0;
    margin-bottom: 1em;
}

.lp-balloon-text p:last-child {
    margin-bottom: 0;
}

/* =========================================================================
   SECTION 3: REVIEW BLOCK STYLES
   ========================================================================= */

/* Review Heading (隕句・縺・ */
.lp-review-heading {
    margin: 0;
    padding-top: var(--review-heading-pt, 0px);
    padding-right: var(--review-heading-pr, 0px);
    padding-bottom: var(--review-heading-pb, 10px);
    padding-left: var(--review-heading-pl, 0px);
    font-weight: var(--review-heading-fw, bold);
    text-align: var(--review-heading-align, center);
    font-size: var(--review-heading-fs, 24px);
    line-height: 1.4;
}

/* Review Container Wrapper */
.lp-review-block {
    box-sizing: border-box;
    background: var(--review-bg, transparent);
    padding-top: var(--review-pt, 20px);
    padding-right: var(--review-pr, 0px);
    padding-bottom: var(--review-pb, 20px);
    padding-left: var(--review-pl, 0px);
    margin-top: var(--review-mt, 0px);
    margin-right: var(--review-mr, 0px);
    margin-bottom: var(--review-mb, 0px);
    margin-left: var(--review-ml, 0px);
    line-height: 1.6;
    /* Reset line-height from style.css's 0 */
}

.lp-review-block a {
    line-height: inherit;
}

.lp-review-block.lp-review-layout-slider .swiper {
    overflow: hidden;
}

.lp-review-block.lp-review-layout-slider .swiper-wrapper {
    align-items: flex-start;
}

.lp-review-block.lp-review-layout-slider .swiper-slide {
    height: auto;
}

.lp-review-block.lp-review-layout-slider .swiper-scrollbar {
    display: none;
}

.lp-review-block.lp-review-layout-slider .lp-review-slider-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.lp-review-block.lp-review-layout-slider .lp-review-slider-indicator .swiper-pagination {
    position: static;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: auto;
}

.lp-review-block.lp-review-layout-slider .lp-review-slider-indicator .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    opacity: 1;
    margin: 0;
}

.lp-review-block.lp-review-layout-slider .lp-review-slider-indicator .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.85);
}

.lp-review-x-icon-heart {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    fill: #f91880;
}

.lp-review-x-icon-reply {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    fill: #1d9bf0;
}

/* 2-Column Grid Layout (Applicable when selecting 'List' layout with '2 Columns') */
.lp-review-layout-list.lp-review-columns-2 .lp-review-items-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Amazon Style */
/* Amazon Style */
.lp-review-amazon-container {
    padding: 12px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    text-align: left;
    border-radius: 4px;
    word-break: break-all;
}

.lp-review-amazon-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 4px;
}

.lp-review-amazon-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #f0f0f1;
}

.lp-review-amazon-name {
    font-size: 13px;
    color: #0f1111;
    font-weight: 400;
}

.lp-review-amazon-rating {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    line-height: 1;
}

.lp-review-amazon-rating .dashicons {
    font-family: "dashicons";
    font-size: 18px;
    width: 17px;
    height: 18px;
    line-height: 1;
    display: inline-block;
}

.lp-review-amazon-rating .dashicons-star-filled {
    color: #ff6200;
}

.lp-review-amazon-rating .dashicons-star-filled:before {
    content: "\f155";
}

.lp-review-amazon-rating .dashicons-star-empty {
    color: #ddd;
}

.lp-review-amazon-rating .dashicons-star-empty:before {
    content: "\f154";
}

.lp-review-amazon-title {
    font-weight: 700;
    margin-left: 0;
    font-size: 16px;
    color: #0f1111;
}

.lp-review-amazon-date {
    font-size: 14px;
    color: #565959;
}

.lp-review-amazon-content {
    line-height: 1.5;
    color: #0f1111;
    overflow-wrap: break-word;
    word-break: break-all;
}

.lp-review-amazon-helpful {
    font-size: 13px;
    color: #565959;
    margin: 8px 0 4px;
}

/* 2-Column Overrides for Amazon Style */
.lp-review-columns-2 .lp-review-amazon-container {
    padding: 8px;
}

.lp-review-columns-2 .lp-review-amazon-header {
    margin-bottom: 4px;
}

.lp-review-columns-2 .lp-review-amazon-avatar img {
    width: 34px;
    height: 34px;
}

.lp-review-columns-2 .lp-review-amazon-rating {
    margin-bottom: 8px;
}

.lp-review-columns-2 .lp-review-amazon-helpful {
    margin: 12px 0;
    font-size: 8px;
    line-height: 1.2;
}

/* Instagram Style */
.lp-review-instagram-container {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    /* Ensure header text doesn't collapse */
}

.lp-review-instagram-frame-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0;
}

.lp-review-instagram-header {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #efefef;
}

.lp-review-instagram-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
    background-color: #f0f0f1;
}

.lp-review-instagram-user-info {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 600;
    color: #262626;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
}

.lp-review-instagram-post-image {
    margin-bottom: 10px;
}

.lp-review-instagram-post-image img {
    width: 100%;
    height: auto;
    display: block;
}

.lp-review-instagram-date-header {
    font-size: 11px;
    color: #8e8e8e;
    font-weight: 400;
}

.lp-review-instagram-id {
    font-weight: 400;
    font-size: 12px;
    color: #8e8e8e;
}

.lp-review-instagram-more {
    color: #262626;
    font-weight: bold;
    letter-spacing: 2px;
    transform: rotate(90deg);
}

.lp-review-instagram-content {
    padding: 0 12px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #262626;
    overflow-wrap: break-word;
    word-break: break-all;
}

.lp-review-instagram-actions {
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-review-instagram-actions-left {
    display: flex;
    gap: 16px;
}

.lp-review-instagram-actions .lp-review-icon {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.lp-review-instagram-likes {
    padding: 6px 0px;
    font-weight: 600;
    font-size: 14px;
    color: #262626;
}

.lp-review-instagram-date {
    padding: 0 12px 18px;
    font-size: 14px;
    color: #8e8e8e;
    text-transform: uppercase;
}

/* X Style */
.lp-review-x-container {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 8px;
    border-radius: 12px;
    max-width: 100%;
    margin: 0 auto;
    gap: 12px;
    text-align: left;
    line-height: 1.6;
    /* Fix for X style disappearing/collapsing */
}

/* X Style Header */
.lp-review-x-header-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 12px;
}

.lp-review-x-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #f0f0f1;
}

.lp-review-x-user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
}

.lp-review-x-name {
    font-weight: 700;
    font-size: 15px;
    color: #0f1419;
}

.lp-review-x-id {
    color: #536471;
    font-size: 14px;
    font-weight: 400;
}

.lp-review-x-content {
    font-size: 15px;
    color: #0f1419;
    line-height: 1.5;
    white-space: pre-wrap;
    margin-bottom: 12px;
    overflow-wrap: break-word;
    word-break: break-all;
}

/* Override line-height for X review in editor */
.lp-content-block.lp-review-style-x {
    line-height: normal;
}

/* X Style Images Grid */
.lp-review-x-images {
    margin-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.lp-review-x-image-item {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.lp-review-x-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 100%;
}

.lp-review-x-image-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    cursor: pointer;
    z-index: 2;
}

.lp-review-x-images .lp-review-image-slot--empty,
.lp-review-x-images-add .lp-review-image-slot--empty {
    border: 1px dashed rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.65);
}

.lp-review-x-images-add {
    margin-top: 8px;
}

/* 1 Image */
.lp-review-x-images-count-1 {
    border: none;
    border-radius: 0;
}

.lp-review-x-images-count-1 .lp-review-x-image-item {
    border-radius: 16px;
    border: 1px solid #cfd9de;
}

.lp-review-x-images-count-1 .lp-review-x-image-item img {
    max-height: 500px;
    width: 100%;
}

/* 2 Images */
.lp-review-x-images-count-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    aspect-ratio: 2 / 1;
}

/* 3 Images */
.lp-review-x-images-count-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
    aspect-ratio: 16 / 9;
}

.lp-review-x-images-count-3 .item-1 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}

/* 4 Images */
.lp-review-x-images-count-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
    aspect-ratio: 16 / 9;
}

.lp-review-x-date {
    font-size: 15px;
    color: #536471;
    margin: 12px 0;
}

.lp-review-x-actions {
    border-top: 1px solid #eff3f4;
    padding-top: 12px;
    display: flex;
    gap: 24px;
    align-items: center;
}

.lp-review-x-action-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #536471;
    gap: 4px;
}

.lp-review-x-likes-count,
.lp-review-x-reply-text {
    font-weight: 400;
    color: #0f1419;
}

/* 2-Column Overrides for X Style */
.lp-review-columns-2 .lp-review-x-header-wrapper {
    margin-bottom: 0px;
}

.lp-review-columns-2 .lp-review-x-date {
    font-size: 12px;
    margin: 6px 0;
}

.lp-review-columns-2 .lp-review-x-images {
    margin-bottom: 6px;
}

.lp-review-columns-2 .lp-review-x-actions {
    padding-top: 6px;
}

/* -------------------------------------------------------------------------
   3.5 Card Type Style
   ------------------------------------------------------------------------- */

.lp-review-card-container {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 2px solid var(--review-card-border, #f08080);
    /* Added */
    /* margin-bottom handled by block layout */
}

.lp-review-card-image {
    text-align: center;
    padding-top: var(--review-card-img-pt, 10px);
    padding-right: var(--review-card-img-pr, 10px);
    padding-bottom: var(--review-card-img-pb, 10px);
    padding-left: var(--review-card-img-pl, 10px);
    /* Added */
}

.lp-review-card-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.lp-review-card-title-bar {
    width: 100%;
    box-sizing: border-box;
    line-height: 1.4;
    padding: 10px;
    background: var(--review-card-title-bg, #f08080);
    color: var(--review-card-title-color, #ffffff);
    font-size: var(--review-card-title-fs, 20px);
    font-weight: var(--review-card-title-fw, bold);
    /* Moved from inline */
    text-align: center;
    /* Moved from inline */
}

.lp-review-card-body {
    width: 100%;
    box-sizing: border-box;
}

.lp-review-card-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: var(--review-card-content-pt, 0px);
    padding-right: var(--review-card-content-pr, 20px);
    padding-bottom: var(--review-card-content-pb, 20px);
    padding-left: var(--review-card-content-pl, 20px);
    /* Moved from inline */
    line-height: 1.6;
    /* Moved from inline */
    font-size: 16px;
    /* Moved from inline */
}

.lp-review-card-text p {
    margin-top: 0;
    margin-bottom: 1em;
}

.lp-review-card-text *:last-child {
    margin-bottom: 0;
}

.lp-review-card-attention {
    line-height: 1.4;
    margin-top: 10px;
    /* Moved from inline */
    font-size: 12px;
    /* Moved from inline */
    color: #888;
    /* Moved from inline */
    text-align: right;
    /* Moved from inline */
}

/* ----------------------------------------------------
   Review List Layout (Vertical)
---------------------------------------------------- */
.lp-review-layout-list .lp-review-items-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ----------------------------------------------------
   Review Slider Layout
---------------------------------------------------- */
.lp-review-layout-slider .lp-review-items-container {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    /* Prevent vertical scrollbar */
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding-bottom: 20px;
    /* Scrollbar space */
    -webkit-overflow-scrolling: touch;
}

.lp-review-layout-slider .lp-review-items-container .lp-review-item {
    flex: 0 0 100%;
    /* Fixed width for consistency */
    scroll-snap-align: center;
    width: 100%;
    margin-bottom: 0;
    /* Ensure internal styles (borders, padding) render correctly within this width */
    height: auto;
    box-sizing: border-box;
    white-space: normal;
    /* Prevent text inheritance issues */
}

/* Ensure background and borders from specific styles are preserved */
.lp-review-layout-slider .lp-review-item>div {
    height: 100%;
    /* Match height for equal cards if needed */
}

@media (min-width: 768px) {
    .lp-review-layout-slider .lp-review-items-container .lp-review-item {
        flex: 0 0 100%;
        width: 100%;
    }
}

/* Hide scrollbar for cleaner look if desired, but native scroll is functional */
.lp-review-layout-slider .lp-review-items-container::-webkit-scrollbar {
    height: 6px;
}

.lp-review-layout-slider .lp-review-items-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.lp-review-layout-slider .lp-review-items-container::-webkit-scrollbar-track {
    background: transparent;
}

/* ----------------------------------------------------
   2-Column Layout Specific Adjustments
---------------------------------------------------- */

/* X Style 2-Column Overrides */
.lp-review-columns-2 .lp-review-x-content {
    font-size: 12px;
}

/* =================================================================================
   SECTION 8: SWIPER SAFETY STYLES (Fixed)
   ================================================================================= */
.lp-slider-block {
    position: relative;
    overflow: hidden;
}

.lp-slider-block .swiper {
    width: 100%;
}

.lp-slider-block .swiper-wrapper {
    display: flex;
    box-sizing: border-box !important;
}

.lp-slider-block .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0 !important;
    height: 100%;
    position: relative;
    box-sizing: border-box !important;
}

.lp-slider-image {
    width: 100%;
    height: auto;
    display: block;
}

.lp-slider-block .swiper-button-prev,
.lp-slider-block .swiper-button-next {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: background 0.3s ease;
}

.lp-slider-block .swiper-button-prev:hover,
.lp-slider-block .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.5);
}

.lp-slider-block .swiper-button-prev::after,
.lp-slider-block .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

/* =========================================================================
   SECTION 8: BUTTON BLOCK STYLES (Overrides)
   ========================================================================= */

/* Image Mode Reset: When an image is used, remove standard button appereance */
.lp-btn-wrapper.lp-btn-image-mode {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.lp-btn-wrapper.lp-btn-image-mode .lp-btn {
    padding: 0 !important;
    display: block;
    /* Ensure it wraps the image */
    line-height: 0;
    /* Remove potential space below image */
}

/* Ensure image mode removes microcopy gap if hidden */
.lp-btn-wrapper.lp-btn-image-mode .lp-btn-microcopy {
    display: none;
}

.lp-review-columns-2 .lp-review-x-avatar img {
    width: 40px;
    height: 40px;
}

.lp-review-columns-2 .lp-review-x-name {
    font-size: 11px;
}

.lp-review-columns-2 .lp-review-x-id {
    font-size: 11px;
}

.lp-review-columns-2 .lp-review-instagram-more .dashicons {
    font-size: 14px;
}

.lp-review-columns-2 .lp-review-x-header-wrapper {
    gap: 8px;
}

/* Instagram Style 2-Column Overrides */
.lp-review-columns-2 .lp-review-instagram-avatar img {
    width: 40px;
    height: 40px;
}

.lp-review-columns-2 .lp-review-instagram-user-info {
    font-size: 11px;
}

.lp-review-columns-2 .lp-review-instagram-content {
    font-size: 12px;
}

.lp-review-columns-2 .lp-review-instagram-actions .lp-review-icon {
    width: 16px;
    height: 16px;
}

.lp-review-columns-2 .lp-review-instagram-actions {
    padding: 8px 12px;
}

.lp-review-columns-2 .lp-review-instagram-actions-left {
    gap: 6px;
}

.lp-review-columns-2 .lp-review-instagram-likes {
    font-size: 12px;
}

.lp-review-columns-2 .lp-review-instagram-date {
    font-size: 11px;
}

/* Amazon Style 2-Column Overrides */
.lp-review-columns-2 .lp-review-amazon-container {
    font-size: 12px;
}

.lp-review-columns-2 .lp-review-amazon-avatar img {
    width: 40px;
    height: 40px;
}

.lp-review-columns-2 .lp-review-amazon-rating .dashicons {
    font-size: 14px;
    width: 16px;
    height: 16px;
}

.lp-review-columns-2 .lp-review-amazon-meta {
    font-size: 11px;
}

.lp-review-columns-2 .lp-review-amazon-title {
    font-size: 12px;
}

.lp-review-columns-2 .lp-review-amazon-date {
    font-size: 11px;
}

/* Force 2-column layout on mobile (max-width: 767px) ONLY for List Layout */

/* =========================================================================
   SECTION 4: Q&A BLOCK STYLES
   ========================================================================= */
.lp-qa-block {
    box-sizing: border-box;
}

.lp-qa-heading {
    text-align: center;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
}

.lp-qa-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lp-qa-item {
    display: flex;
    flex-direction: column;
}

.lp-qa-q {
    position: relative;
    padding: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.6;
    transition: background-color 0.2s;
}

.lp-qa-accordion .lp-qa-q {
    cursor: pointer;
}

.lp-qa-q-mark {
    font-size: inherit;
    line-height: 1.6;
    font-weight: inherit;
    font-family: inherit;
    flex: 0 0 auto;
}

.lp-qa-q-text {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.6;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.lp-qa-a {
    padding: 15px;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    min-width: 0;
}

.lp-qa-a-inner {
    display: flex;
    gap: 10px;
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
}

.lp-qa-a-mark {
    font-size: inherit;
    line-height: 1.6;
    font-weight: inherit;
    font-family: inherit;
    flex: 0 0 auto;
}

.lp-qa-a-text {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.6;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Accordion Specifics */
.lp-qa-accordion .lp-qa-a {
    display: none;
}

.lp-qa-accordion .lp-qa-item.active .lp-qa-a {
    display: flex;
    /* Or block depending on structure, flex handles mark nicely */
}

/* Toggle Icon (+/-) */
.lp-qa-toggle-icon {
    margin-left: auto;
    width: 14px;
    height: 14px;
    position: relative;
    flex-shrink: 0;
    align-self: center;
}

.lp-qa-toggle-icon::before,
.lp-qa-toggle-icon::after {
    content: '';
    position: absolute;
    background-color: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lp-qa-toggle-icon::before {
    width: 14px;
    height: 2px;
}

.lp-qa-toggle-icon::after {
    width: 2px;
    height: 14px;
    transition: transform 0.3s ease;
}

.lp-qa-item.active .lp-qa-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* =========================================================================
   SECTION 5: BUTTON BLOCK STYLES
   ========================================================================== */

/* -------------------------------------------------------------------------
   5.1 Base Button Structure
   ------------------------------------------------------------------------- */
.lp-button-block {
    box-sizing: border-box;
    line-height: 1.6;
}

.lp-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.lp-btn-wrapper.has-microcopy-bg {
    gap: 10px;
}

/* Microcopy (荳企Κ繝・く繧ｹ繝・ */
.lp-btn-microcopy {
    font-size: var(--microcopy-font-size, 14px);
    color: var(--microcopy-color, #000000);
    text-align: center;
    padding: 4px;
    /* Minimal padding for plain text */
    max-width: 90%;
    display: inline-block;
    /* Always show */
}

/* Balloon Styles (Applied only when bg exists) */
.lp-btn-wrapper.has-microcopy-bg .lp-btn-microcopy {
    background-color: var(--microcopy-bg-color, transparent);
    padding: 14px 36px;
    border-radius: 2px;
    position: relative;
}

/* Arrow (Only when bg exists) */
.lp-btn-wrapper.has-microcopy-bg .lp-btn-microcopy::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: var(--microcopy-bg-color, transparent) transparent transparent transparent;
}

/* Button Container */
.lp-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Base Button Element */
.lp-btn {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none !important;
    border-bottom: none !important;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
    cursor: pointer;
    width: var(--btn-width, 80%);
    padding: var(--btn-padding, 18px 20px);
    border-radius: var(--btn-border-radius, 6px);
}

/* Main Text */
.lp-btn-main-text {
    font-size: var(--btn-main-font-size, 18px);
    color: var(--btn-main-color, #ffffff);
    font-weight: bold;
    line-height: 1.3;
}

/* Sub Text */
.lp-btn-sub-text {
    font-size: var(--btn-sub-font-size, 14px);
    color: var(--btn-sub-color, #ffffff);
    opacity: 0.9;
    line-height: 1.6;
    font-weight: 800;
}

/* -------------------------------------------------------------------------
   5.2 Button Presets
   ------------------------------------------------------------------------- */

/* 1. Dynamic Gradient (Green Base) */
.lp-btn-preset-dynamic-gradient {
    background: linear-gradient(to bottom,
            var(--btn-gradient-start, #33cc33),
            var(--btn-gradient-end, #007700));
    color: var(--btn-text-color, #FFEB3B);
    border: solid 2px var(--btn-border-color, #ffffff);
    border-radius: 100px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.lp-btn-preset-dynamic-gradient:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}


/* -------------------------------------------------------------------------
   5.3 Button Animations
   ------------------------------------------------------------------------- */

/* Flash Animation (繧ｭ繝ｩ繝・→蜈峨ｋ) */
@keyframes btn-flash {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    }
}

.lp-btn-anim-flash {
    animation: btn-flash var(--anim-duration, 2s) ease-in-out infinite;
}

/* Shake Animation (謠ｺ繧後ｋ) */
@keyframes btn-shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}

.lp-btn-anim-shake {
    animation: btn-shake var(--anim-duration, 0.5s) ease-in-out infinite;
}

/* Bounce Animation (蠑ｾ繧) */
@keyframes btn-bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.lp-btn-anim-bounce {
    animation: btn-bounce var(--anim-duration, 1s) ease-in-out infinite;
}

/* Pulse Animation (諡｡螟ｧ邵ｮ蟆・ */
@keyframes btn-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.lp-btn-anim-pulse {
    animation: btn-pulse var(--anim-duration, 1.5s) ease-in-out infinite;
}

/* Shine Animation (Left to Right Diagonal) */
@keyframes btn-shine {
    0% {
        left: -100%;
        opacity: 0;
    }

    1% {
        opacity: 0.8;
    }

    40% {
        left: 200%;
        opacity: 0.8;
    }

    100% {
        left: 200%;
        opacity: 0;
    }
}

.lp-btn-anim-shine {
    position: relative;
    overflow: hidden !important;
}

.lp-btn-anim-shine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    z-index: 10;
    pointer-events: none;
    animation: btn-shine var(--anim-duration, 3s) infinite;
    mix-blend-mode: overlay;
    /* Optional: adds vibrancy depending on bg color, or remove if too subtle on dark */
}

/* Floating Balloon Animation (縺ｵ繧上・繧・ */
@keyframes float-balloon {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* Animation Speed Modifiers */
.lp-btn-anim-speed-slow {
    --anim-duration: 3s;
}

.lp-btn-anim-speed-normal {
    --anim-duration: 1.5s;
}

.lp-btn-anim-speed-fast {
    --anim-duration: 0.8s;
}

/* =========================================================================
   SECTION 6: SLIDER / REVIEW MARQUEE UTILS
   ========================================================================= */
.lp-swiper-marquee .swiper-wrapper {
    transition-timing-function: linear !important;
}

.lp-swiper-center .swiper-slide {
    width: 80%;
}

/* =========================================================================
   SECTION 7: VIDEO BLOCK STYLES (Frontend)
   ========================================================================= */

.lp-video-block {
    line-height: 0;
    box-sizing: border-box;
}

.lp-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    overflow: hidden;
}

.lp-video-container video,
.lp-video-container iframe,
.lp-video-container .lp-video-poster-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.lp-video-container .lp-video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-video-play-btn {
    width: 68px;
    height: 48px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
}

.lp-video-play-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.05);
}

.lp-video-play-btn svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

/* YouTube Play Button */
.lp-video-play-btn-youtube {
    background: transparent;
}

.lp-video-play-btn-youtube svg {
    width: 68px;
    height: 48px;
}

/* Video2 Play Overlay (Unified Structure) */
.lp-video-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
    pointer-events: none;
}

.lp-video-poster-wrapper:hover .lp-video-play-overlay {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.05);
}

.lp-play-icon {
    color: #fff;
    font-size: 24px;
}

.lp-youtube-play {
    background: transparent;
}

.lp-youtube-play:hover {
    background: transparent;
}

.lp-youtube-icon {
    width: 68px;
    height: 48px;
}

.lp-yt-bg {
    transition: fill 0.2s;
}

.lp-video-poster-wrapper:hover .lp-yt-bg {
    fill: #cc0000;
}

/* TikTok Container */
.lp-video-tiktok-container {
    padding-bottom: 0;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.lp-video-tiktok-container blockquote {
    margin: 0 auto;
}

/* =========================================================================
   SECTION 10: HEADING BLOCK STYLES 
   MOVED TO assets/css/modules/heading.css
   ========================================================================= */

/* =========================================================================
   SECTION 9: Q&A SEMANTIC RESET (For dl, dt, dd structure)
   ========================================================================= */
.lp-qa-list dl,
dl.lp-qa-list {
    margin: 0;
    padding: 0;
}

.lp-qa-item dt,
.lp-qa-item dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    appearance: none;
    -webkit-appearance: none;
}

/* Force override browser default margin-inline-start for dd */
.lp-qa-item dd {
    margin-inline-start: 0 !important;
}

/* =========================================================================
   SECTION 11: FORM BLOCK STYLES (WPForms / Contact Form 7)
   ========================================================================= */

/* --- Container --- */
.wpcf7,
.lp-shortcode-preview {
    margin-bottom: 24px;
}

/* --- CF7 Form structure (spacing between <p> groups) --- */
.wpcf7 p {
    margin-bottom: 24px;
}

/* --- Labels (CF7 uses <label> inside <p>) --- */
.wpcf7 label {
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: var(--bks-text-color, #202124);
    margin-bottom: 6px;
    line-height: 1.6;
}

/* --- Input Fields (CF7: .wpcf7-form-control, WPForms: inside .wpforms-field) --- */
.wpcf7-form-control:not(.wpcf7-submit):not([type="hidden"]):not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(.wpcf7-radio),
.lp-shortcode-preview input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="hidden"]),
.lp-shortcode-preview textarea,
.lp-shortcode-preview select {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 16px !important;
    border: 1.5px solid var(--bks-border-color, #dadce0) !important;
    border-radius: var(--bks-border-radius, 8px) !important;
    font-size: 16px !important;
    /* 16px prevents iOS auto-zoom */
    background-color: #fff !important;
    color: var(--bks-text-color, #202124) !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    line-height: 1.5 !important;
}

/* Focus State */
.wpcf7-form-control:not(.wpcf7-submit):focus,
.lp-shortcode-preview input:focus,
.lp-shortcode-preview textarea:focus,
.lp-shortcode-preview select:focus {
    border-color: #4285F4 !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, 0.12) !important;
    background-color: #fff !important;
}

/* --- Submit Button (Premium Gradient) --- */
/* Extreme Specificity & Variable Hijack (Guaranteed Victory) */
/* Baseline for all environments (Editor & Frontend) */
[class*="lp-shortcode-preview"] .wpcf7-submit,
[class*="lp-shortcode-preview"] .wpforms-submit,
[class*="lp-shortcode-preview"] button[type="submit"],
[class*="lp-shortcode-preview"] input[type="submit"] {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 56px !important;
    padding: 16px 24px !important;

    /* Variable Overrides */
    color: var(--btn-text-color, #ffffff) !important;
    border-radius: var(--btn-border-radius, 50px) !important;

    /* Background & Gradient Handling (Modern Support) */
    background: var(--btn-bg-color, #4285F4) !important;
    background-clip: padding-box !important;

    border: none !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 32px !important;
    box-shadow: 0 4px 14px 0 rgba(66, 133, 244, 0.39) !important;
    text-align: center !important;
    line-height: normal !important;
    font-family: inherit !important;
}

/* --- Submit Button Hover/Active States --- */
.wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(66, 133, 244, 0.45) !important;
    filter: brightness(1.1);
}

.wpcf7-submit:active {
    transform: translateY(1px);
}