.lv-page--seo-head-studio .lv-form {
    display: block;
}

#labvaxe_seo_head_studio_meta .inside {
    padding: 12px;
    background:
        radial-gradient(circle at 8% 0%, rgba(110, 168, 254, 0.16) 0%, rgba(110, 168, 254, 0) 36%),
        linear-gradient(180deg, #f9fbff 0%, #f3f6fb 58%, #eef2f8 100%);
    border-top: 1px solid #c4cfdf;
}

#labvaxe_seo_head_studio_meta .lv-content {
    display: block;
}

#labvaxe_seo_head_studio_meta .lv-section {
    background: linear-gradient(180deg, #f7faff 0%, #f1f5fb 100%);
    border: 1px solid #cfd9ea;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
}

#labvaxe_seo_head_studio_meta .lv-card {
    margin: 0;
    padding: 16px;
    background: linear-gradient(180deg, #eef5ff 0%, #f7faff 48%, #ffffff 100%);
    border: 1px solid #cfd9ea;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

#labvaxe_seo_head_studio_meta .lv-card-title {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.35;
    color: #1d2327;
}

.lv-page--seo-head-studio .lv-field,
#labvaxe_seo_head_studio_meta .lv-field {
    margin-bottom: 16px;
}

.lv-page--seo-head-studio .lv-field:last-child,
#labvaxe_seo_head_studio_meta .lv-field:last-child {
    margin-bottom: 0;
}

.lv-page--seo-head-studio .lv-field-label,
#labvaxe_seo_head_studio_meta .lv-field-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #1d2327;
}

.lv-page--seo-head-studio .lv-field input.regular-text,
.lv-page--seo-head-studio .lv-field input[type="number"],
.lv-page--seo-head-studio .lv-field textarea,
.lv-page--seo-head-studio .lv-field select,
#labvaxe_seo_head_studio_meta .lv-field input.regular-text,
#labvaxe_seo_head_studio_meta .lv-field input[type="number"],
#labvaxe_seo_head_studio_meta .lv-field textarea,
#labvaxe_seo_head_studio_meta .lv-field select {
    width: 100%;
    max-width: 100%;
    border-color: #8c8f94;
    background: #fff;
}

.lv-page--seo-head-studio .lv-note,
#labvaxe_seo_head_studio_meta .lv-note {
    display: block;
    margin-top: 8px;
    color: #50575e;
    font-size: 13px;
    white-space: pre-line;
}

.lv-page--seo-head-studio .lv-checkbox,
#labvaxe_seo_head_studio_meta .lv-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lv-page--seo-head-studio .lv-checkbox-row,
#labvaxe_seo_head_studio_meta .lv-checkbox-row {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lv-page--seo-head-studio .lv-help,
#labvaxe_seo_head_studio_meta .lv-help {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #8c8f94;
    border-radius: 999px;
    background: #f6f7f7;
    color: #1d2327;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    cursor: help;
}

.lv-page--seo-head-studio .lv-help__icon,
#labvaxe_seo_head_studio_meta .lv-help__icon {
    display: block;
    line-height: 1;
}

.lv-page--seo-head-studio .lv-help:focus-visible,
#labvaxe_seo_head_studio_meta .lv-help:focus-visible {
    outline: 2px solid #72aee6;
    outline-offset: 2px;
}

.lv-page--seo-head-studio .lv-help__tooltip,
#labvaxe_seo_head_studio_meta .lv-help__tooltip {
    position: absolute;
    left: 0;
    right: auto;
    top: calc(100% + 8px);
    transform: none;
    width: min(320px, 70vw);
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccd0d4;
    background: #fff;
    color: #1d2327;
    font-size: 12px;
    line-height: 1.45;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
    white-space: pre-line;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-top: 0;
}

.lv-page--seo-head-studio .lv-help:hover .lv-help__tooltip,
.lv-page--seo-head-studio .lv-help:focus .lv-help__tooltip,
#labvaxe_seo_head_studio_meta .lv-help:hover .lv-help__tooltip,
#labvaxe_seo_head_studio_meta .lv-help:focus .lv-help__tooltip {
    opacity: 1;
    visibility: visible;
}

.lv-page--seo-head-studio .lv-tab-radio,
#labvaxe_seo_head_studio_meta .lv-tab-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.lv-page--seo-head-studio .lv-tabpanels > .lv-tabpanel,
#labvaxe_seo_head_studio_meta .lv-tabpanels > .lv-tabpanel {
    display: none;
}

.lv-page--seo-head-studio .lv-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    justify-content: center;
}

#labvaxe_seo_head_studio_meta .lv-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    justify-content: flex-start;
    margin-top: 0;
}

.lv-page--seo-head-studio .lv-tab,
#labvaxe_seo_head_studio_meta .lv-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #41556b;
    border-radius: 999px;
    background: linear-gradient(180deg, #27394d 0%, #213247 52%, #1a2a3c 100%);
    color: #eaf0f6;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 -1px 0 rgba(0, 0, 0, 0.22),
        0 1px 2px rgba(0, 0, 0, 0.22);
    transition: background-color 0.14s ease, border-color 0.14s ease, color 0.14s ease, box-shadow 0.14s ease;
}

.lv-page--seo-head-studio .lv-tab:hover,
#labvaxe_seo_head_studio_meta .lv-tab:hover {
    border-color: #5a7791;
    background: linear-gradient(180deg, #31485f 0%, #2a4056 52%, #22374b 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2),
        0 2px 4px rgba(0, 0, 0, 0.22);
}

.lv-page--seo-head-studio .lv-tab:focus-visible,
#labvaxe_seo_head_studio_meta .lv-tab:focus-visible {
    outline: 2px solid #9ed0f5;
    outline-offset: 2px;
}

#lv-studio-tab-overview:checked + .lv-tab,
#lv-studio-tab-identity:checked + .lv-tab,
#lv-studio-tab-og-twitter:checked + .lv-tab,
#lv-studio-tab-tracking:checked + .lv-tab,
#lv-studio-tab-hreflang:checked + .lv-tab,
#lv-meta-tab-seo:checked + .lv-tab,
#lv-meta-tab-og:checked + .lv-tab,
#lv-meta-tab-schema:checked + .lv-tab {
    background: linear-gradient(180deg, #78b8e6 0%, #569ed3 52%, #3b87c2 100%);
    border-color: #4b93c8;
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 0 0 1px rgba(158, 208, 245, 0.42),
        0 3px 8px rgba(34, 113, 177, 0.28);
}

#lv-studio-tab-overview:checked + .lv-tab:hover,
#lv-studio-tab-identity:checked + .lv-tab:hover,
#lv-studio-tab-og-twitter:checked + .lv-tab:hover,
#lv-studio-tab-tracking:checked + .lv-tab:hover,
#lv-studio-tab-hreflang:checked + .lv-tab:hover,
#lv-meta-tab-seo:checked + .lv-tab:hover,
#lv-meta-tab-og:checked + .lv-tab:hover,
#lv-meta-tab-schema:checked + .lv-tab:hover {
    background: linear-gradient(180deg, #86c2eb 0%, #64aadb 52%, #4792ca 100%);
    border-color: #5ba2d6;
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.44),
        0 0 0 1px rgba(158, 208, 245, 0.5),
        0 4px 10px rgba(34, 113, 177, 0.3);
}

#lv-studio-tab-overview:checked ~ .lv-tabpanels [data-panel="lv-studio-overview"],
#lv-studio-tab-identity:checked ~ .lv-tabpanels [data-panel="lv-studio-identity"],
#lv-studio-tab-og-twitter:checked ~ .lv-tabpanels [data-panel="lv-studio-og-twitter"],
#lv-studio-tab-tracking:checked ~ .lv-tabpanels [data-panel="lv-studio-tracking"],
#lv-studio-tab-hreflang:checked ~ .lv-tabpanels [data-panel="lv-studio-hreflang"],
#lv-meta-tab-seo:checked ~ .lv-tabpanels [data-panel="lv-tab-seo"],
#lv-meta-tab-og:checked ~ .lv-tabpanels [data-panel="lv-tab-og"],
#lv-meta-tab-schema:checked ~ .lv-tabpanels [data-panel="lv-tab-schema"] {
    display: block;
}

.lv-page--seo-head-studio .lv-actions {
    text-align: center;
}

.lv-page--seo-head-studio .lv-actions .button.button-primary {
    min-height: 40px;
    padding: 0 18px;
    border-radius: 8px;
    border-color: #4b93c8;
    background: linear-gradient(180deg, #86c2eb 0%, #64aadb 52%, #4792ca 100%);
    box-shadow: 0 2px 6px rgba(34, 113, 177, 0.24);
    font-weight: 600;
    letter-spacing: 0.01em;
}

.lv-page--seo-head-studio .lv-actions .button.button-primary:hover,
.lv-page--seo-head-studio .lv-actions .button.button-primary:focus {
    border-color: #5ba2d6;
    background: linear-gradient(180deg, #97ccf0 0%, #76b9e4 52%, #59a1d4 100%);
}

.lv-page--seo-head-studio .lv-actions .button.button-primary:focus-visible {
    outline: 2px solid #9ed0f5;
    outline-offset: 2px;
}

#labvaxe_seo_head_studio_meta .lv-tabpanels {
    flex-basis: 100%;
    width: 100%;
    min-width: 0;
    order: 2;
    margin-top: 12px;
}

#labvaxe_seo_head_studio_meta .lv-tabpanel {
    margin-top: 0;
}
