.klh3-trip-single {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px 60px;
    background-color: #fbfbfb;
}
.klh3-trip-hero {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    align-items: flex-start;
}
.klh3-trip-image {
    width: 100%;
}
.klh3-trip-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.2);
    object-fit: contain;
}
.klh3-trip-image-description {
    margin-top: 12px;
    font-size: var(--klh3-font-base);
    line-height: 1.6;
    color: var(--klh3-color-gold);
}
.klh3-trip-card {
    background: #ffffff;
    border: 2px solid var(--klh3-color-gold);
    border-radius: 15px;
    padding: 0;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.klh3-trip-card,
.klh3-trip-card * {
    font-size: var(--klh3-font-base);
}
.klh3-trip-card-header {
    padding: 16px 20px 0 20px;
    border-bottom: none;
    margin: 0;
}
.klh3-trip-subtitle {
    margin: 0;
    font-size: var(--klh3-font-title);
    font-weight: 700;
    color: var(--klh3-color-gold);
}
.klh3-trip-card-body {
    border-top: 1px solid #ecd9a0;
    padding: 16px 20px 20px 20px;
    margin: 0;
}
.klh3-seat-overlay {
    position: relative;
}
.klh3-trip-card-body h2 {
    margin: 0 0 16px 0;
    font-size: var(--klh3-font-subtitle);
    font-weight: 700;
    color: var(--klh3-color-gold);
}
.klh3-trip-stock {
    margin: 6px 20px 10px 20px;
    padding: 0;
}
.klh3-stock-notice {
    display: block;
    font-weight: 700;
    color: var(--klh3-color-gold);
    font-size: var(--klh3-font-base);
    margin: 0;
}
.klh3-trip-status {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 14px;
    border-radius: 999px;
    border: 1px solid #f6c27b;
    font-size: var(--klh3-font-base);
    color: var(--klh3-color-gold);
    background: #fff;
}
.klh3-passenger {
    background: #fbfbfb;
    border: 1px solid #f2c57c;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}
.klh3-passenger label {
    color: var(--klh3-color-gold);
    font-weight: 700;
}
.klh3-passenger textarea::placeholder {
    color: var(--klh3-color-gold);
    opacity: 0.7;
}
.klh3-passenger select,
.klh3-passenger input[type="text"],
.klh3-passenger input[type="number"],
.klh3-passenger textarea {
    color: var(--klh3-color-gold);
    border: 1px solid var(--klh3-color-gold);
    border-radius: 10px;
    background-color: #ffffff;
}
.klh3-passenger input[type="text"]:focus,
.klh3-passenger input[type="number"]:focus,
.klh3-passenger select:focus,
.klh3-passenger textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(168, 129, 0, 0.25);
    background-color: #ffffff;
}
.klh3-passenger h3 {
    margin: 0 0 12px;
    color: var(--klh3-color-gold);
    font-size: var(--klh3-font-subtitle);
    font-weight: 400;
}
.klh3-field {
    margin-bottom: 12px;
    min-width: 0;
}
.klh3-field-heading {
    display: block;
    font-weight: 700;
    color: var(--klh3-color-gold);
    margin-bottom: 6px;
}
.klh3-field label {
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}
.klh3-addons-field .klh3-field-heading {
    margin-bottom: 10px;
}
.klh3-addons-wrapper {
    border: 1px solid #f2c57c;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
}
.klh3-addon-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: var(--klh3-color-gold);
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
}
.klh3-addon-line {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    flex-wrap: wrap;
    min-width: 0;
}
.klh3-addon-name {
    font-weight: 600;
}
.klh3-addon-price {
    font-weight: 600;
    color: var(--klh3-color-gold);
    white-space: nowrap;
}
.klh3-addon-description {
    font-weight: 400;
    color: var(--klh3-color-gold);
    font-size: var(--klh3-font-base);
    line-height: 1.4;
    display: block;
    margin-left: 0;
    padding-left: 28px;
    text-indent: 0;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}
.klh3-addon-description p,
.klh3-addon-description span,
.klh3-addon-description strong,
.klh3-addon-description em,
.klh3-addon-description a {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    color: inherit !important;
}
.klh3-addon-description p {
    margin: 0 !important;
}
.klh3-addon-description-note {
    font-style: normal !important;
    font-size: var(--klh3-font-base) !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
}
.klh3-addons-wrapper .klh3-addon-row + .klh3-addon-row {
    border-top: 1px solid #f6e3b8;
    padding-top: 10px;
    margin-top: 6px;
}
.klh3-addon-single {
    padding-top: 4px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.klh3-addon-single .klh3-addon-row {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.klh3-addon-row input[type="checkbox"],
.klh3-addon-checkbox {
    margin: 0;
    flex-shrink: 0;
    width: auto;
    display: inline-block;
}
.klh3-field input,
.klh3-field select,
.klh3-field textarea {
    width: 100%;
    border: 1px solid #e0a33a;
    border-radius: 10px;
    padding: 8px;
    background: #fff;
}
.klh3-passenger-extra-textarea {
    min-height: calc(3 * 1.4em + 16px + 2px);
    max-height: calc(3 * 1.4em + 16px + 2px);
    overflow-y: auto;
    resize: vertical;
}
.klh3-passenger-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}
.klh3-passenger-actions .klh3-btn,
.klh3-trip-single .klh3-btn,
.klh3-trip-single .single_add_to_cart_button {
    border-radius: 10px;
}
#klh3-add-passenger {
    border-radius: 10px;
    box-shadow: none;
    padding: 8px 18px;
    line-height: 1.4;
}
#klh3-remove-passenger {
    border-radius: 10px;
    padding: 6px 12px;
}
.klh3-remove {
    font-weight: 600;
}
.single_add_to_cart_button.klh3-submit {
    width: 100%;
    background: var(--klh3-color-orange);
    border: none;
    font-size: var(--klh3-font-subtitle);
    padding: 14px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.single_add_to_cart_button.klh3-submit:hover {
    background: #ffffff;
    color: var(--klh3-color-orange);
    border: 1px solid var(--klh3-color-orange);
}
.klh3-trip-content {
    margin-top: 40px;
    font-size: var(--klh3-font-base);
    line-height: 1.6;
    color: var(--klh3-color-gold);
}
.klh3-trip-content p,
.klh3-trip-content li,
.klh3-trip-content span,
.klh3-trip-content strong {
    color: var(--klh3-color-gold);
}
.klh3-trip-content h1,
.klh3-trip-content h2,
.klh3-trip-content h3,
.klh3-trip-content strong {
    color: var(--klh3-color-gold);
}
.klh3-trip-content p {
    margin: 0 0 16px 0;
}
.klh3-trip-content h2,
.klh3-trip-content h3 {
    margin: 24px 0 10px 0;
}
.klh3-section-top h2:first-of-type {
    font-size: var(--klh3-font-title);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.klh3-trip-text-main {
    font-size: var(--klh3-font-subtitle);
    font-weight: 700;
    color: var(--klh3-color-gold);
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
}
.klh3-section,
.klh3-section-top,
.klh3-section-route,
.klh3-section-bottom,
.klh3-section-description {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0 0 24px 0 !important;
    padding-top: 0 !important;
}
.klh3-section::before,
.klh3-section-top::before,
.klh3-section-bottom::before,
.klh3-section-route::before,
.klh3-section::after,
.klh3-section-top::after,
.klh3-section-bottom::after,
.klh3-section-route::after {
    display: none !important;
    content: none !important;
}
.klh3-stop-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.klh3-stop-list li {
    padding: 4px 0;
    border-bottom: none;
}
.klh3-stop-link {
    color: var(--klh3-color-gold);
    text-decoration: none;
    transition: color 0.15s ease;
}
.klh3-stop-link:hover,
.klh3-stop-link:focus {
    color: var(--klh3-color-orange);
    text-decoration: underline;
}
.klh3-route-note {
    margin-bottom: 10px;
    color: var(--klh3-color-gold);
}
.klh3-route-heading {
    margin: 24px 0 10px 0;
    padding: 0;
    font-size: var(--klh3-font-subtitle);
    color: var(--klh3-color-gold);
}
.klh3-route-heading-main {
    font-weight: 700;
}
.klh3-route-heading-note {
    font-weight: 400;
    margin-left: 4px;
}
.klh3-seat-modal {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 215, 128, 0.08), rgba(0, 0, 0, 0.7) 55%), rgba(0, 0, 0, 0.65);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.klh3-seat-modal.is-open,
.klh3-seat-modal.is-open {
    display: flex;
}
.klh3-seat-modal__content {
    background: #fff;
    padding: 20px;
    max-width: 960px;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
    position: relative;
    border-radius: 14px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}
.klh3-seat-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}
.klh3-seat-modal__eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: var(--klh3-font-base);
    color: var(--klh3-color-gold);
}
.klh3-seat-modal__title {
    margin: 2px 0 4px 0;
    color: var(--klh3-color-gold);
    font-size: var(--klh3-font-title);
    font-weight: 700;
}
.klh3-seat-modal__lead {
    margin: 0 0 6px 0;
    color: var(--klh3-color-gold);
}
.klh3-seat-modal__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 0;
}
.klh3-seat-modal__actions .klh3-add {
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    border: 1px solid var(--klh3-color-orange);
    background: var(--klh3-color-orange);
    color: #fff;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.klh3-seat-modal__actions .klh3-remove {
    padding: 8px 18px;
    border-radius: 10px;
    border: 2px solid var(--klh3-color-gold);
    color: var(--klh3-color-gold);
    background: #fff;
    font-weight: 700;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.klh3-seat-modal__actions .klh3-add:hover {
    background: #fff;
    color: var(--klh3-color-gold);
    border-color: var(--klh3-color-gold);
}
.klh3-seat-modal__actions .klh3-remove:hover {
    background: var(--klh3-color-gold);
    color: #fff;
    border-color: var(--klh3-color-gold);
}
.klh3-seat-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.klh3-seat-deck-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
}
.klh3-seat-deck-frame {
    border: 1px solid rgba(196, 163, 84, 0.45);
    border-radius: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.25);
}
.klh3-seat-deck-rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.klh3-seat-deck-head {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    min-height: 96px; /* ~2 x tavallinen paikkarivi */
    color: #a88100;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 12px;
}
.klh3-seat-deck-head--upper {
    min-height: 40px;
    margin-bottom: 0;
}
.klh3-seat-deck-head__driver {
    grid-column: 1 / span 2;
    text-align: center;
}
.klh3-seat-deck-head__row {
    grid-column: 3;
    text-align: center;
    opacity: 0.5;
    align-self: end;
    transform: translateY(12px);
}
.klh3-seat-deck-head__door {
    grid-column: 4 / span 2;
    text-align: center;
}
.klh3-seat-deck-head--upper .klh3-seat-deck-head__row {
    grid-column: 3;
    align-self: end;
    transform: translateY(6px);
}
.klh3-seat-row {
    position: relative;
    display: grid;
    /* 5 yhtäsuuruista kolumnia: 1–2 vasen, 3 käytävä, 4–5 oikea */
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}
.klh3-seat-row-label {
    font-size: var(--klh3-font-base);
    color: var(--klh3-color-gold);
    text-align: center;
    min-width: 40px;
}
.klh3-seat-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.klh3-seat-cell--block .klh3-seat-slot,
.klh3-seat-block .klh3-seat-slot {
    width: 100%;
}
.klh3-seat-cell--empty {
    text-align: center;
    color: var(--klh3-color-gold);
}
.klh3-seat-slot {
    border-radius: 8px;
    border: 1px solid #e6c07a;
    padding: 8px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    color: var(--klh3-color-gold);
    background: #fff;
    transition: all 0.15s ease;
}
.klh3-seat-slot:hover {
    box-shadow: 0 0 0 2px rgba(245, 132, 8, 0.15);
}
.klh3-seat-slot.klh3-seat-selected {
    background: var(--klh3-color-orange);
    color: #fff;
    border-color: var(--klh3-color-orange);
}
.klh3-seat-slot.klh3-seat-reserved {
    background: #f3f3f3;
    color: #8a8a8a;
    border-color: #d7d7d7;
    text-decoration: line-through;
}
.klh3-seat-slot.klh3-seat-block {
    background: #fafafa;
    color: #777;
    border-style: dashed;
}
.klh3-seat-slot.klh3-seat-block {
    border-style: solid;
    background: #fff;
    color: var(--klh3-color-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.klh3-seat-block-label {
    color: #777;
}
.klh3-seat-empty {
    color: var(--klh3-color-gold);
    font-weight: 700;
    text-align: center;
    padding: 10px 6px;
}
.klh3-seat-legend {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0 4px;
    color: var(--klh3-color-gold);
    font-size: var(--klh3-font-base);
    flex-wrap: wrap;
}
.klh3-seat-dot {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid transparent;
    margin-right: 4px;
}
.klh3-seat-dot.is-free {
    background: #fff;
    border-color: #e6c07a;
}
.klh3-seat-dot.is-selected {
    background: var(--klh3-color-orange);
    border-color: var(--klh3-color-orange);
}
.klh3-seat-dot.is-reserved {
    background: #f3f3f3;
    border-color: #d7d7d7;
}
.klh3-seat-modal__close .button-link {
    color: var(--klh3-color-gold);
}
.klh3-seat-selection .klh3-field {
    margin-bottom: 10px;
}
body.klh3-seat-modal-open {
    overflow: hidden;
}
.klh3-seat-vehicle {
    position: relative;
    padding: 14px 16px 12px;
    border-radius: 18px;
    background: linear-gradient(180deg, var(--klh3-color-bg-soft) 0%, #fff 100%);
    border: 2px solid #e6c07a;
    overflow: hidden;
}
.klh3-seat-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}
.klh3-seat-media {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.klh3-seat-media-item {
    margin: 0;
    border: 1px solid #d8b870;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.klh3-seat-media-item img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
}
.klh3-seat-media__placeholder {
    background: #fff;
    border: 1px dashed #d8b870;
    border-radius: 10px;
    min-height: 90px;
}
.klh3-seat-frontcap,
.klh3-seat-backcap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 8px;
    color: #a88100;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.klh3-seat-frontcap {
    margin-bottom: 12px;
    min-height: 120px;
}
.klh3-seat-frontcap__left,
.klh3-seat-frontcap__mid,
.klh3-seat-frontcap__right,
.klh3-seat-backcap__left,
.klh3-seat-backcap__right {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    opacity: 0.5;
}
.klh3-seat-frontcap__mid {
    align-self: end;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 4px;
}
.klh3-seat-body {
    position: relative;
    padding: 6px 0 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.klh3-seat-row {
    position: relative;
    display: grid;
    /* 5 yhtäsuuruista kolumnia: 1–2 vasen, 3 käytävä, 4–5 oikea */
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.klh3-seat-row-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 700;
    color: #a88100;
    opacity: 0.5;
    pointer-events: none;
}

.klh3-seat-row--back .klh3-seat-row-label,
.klh3-seat-row--no-aisle .klh3-seat-row-label {
    display: none;
}
.klh3-seat-row--spacer {
    min-height: 44px;
}

.klh3-seat-cell--span-2 {
    grid-column: span 2;
}

.klh3-seat-row-cells,
.klh3-seat-gap {
    display: block;
    height: auto;
}

.klh3-seat-backcap {
    display: none;
}
.klh3-seat-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
    padding-left: 38%;
}
.klh3-section-bottom strong:first-child,
.klh3-section-bottom h2:first-child,
.klh3-section-bottom h3:first-child,
.klh3-section-bottom p strong:first-child {
    display: block;
    font-size: var(--klh3-font-subtitle);
    font-weight: 700;
    margin: 0 0 10px 0 !important;
    color: var(--klh3-color-gold);
}
.klh3-section-bottom p:first-of-type {
    margin: 24px 0 10px 0;
}
.klh3-app-shell--trip .pswp {
    /* Hide WooCommerce Photoswipe overlay in KLH3 trip context to prevent stray UI buttons at the bottom of the page */
    display: none !important;
}
@media (max-width: 600px) {
    .klh3-trip-form,
    .klh3-trip-image img {
        width: 100%;
    }
}
/* Seat assignment full-page experience (code-link flow) */
.klh3-seat-assignment-page .klh3-seat-modal.klh3-seat-modal--overlay {
    position: relative;
    inset: auto;
    z-index: auto;
    background: transparent;
    overflow: visible;
    padding: 0;
    display: block;
}


.klh3-seat-modal--overlay .klh3-seat-modal__content {
    width: min(1400px, 100%);
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 1.5rem;
    background: #fff;
    box-sizing: border-box;
}

.klh3-seat-assignment-page {
    width: 100%;
    box-sizing: border-box;
}

.klh3-seat-assignment-page .klh3-seat-modal--overlay {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}


.klh3-seat-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
    width: 100%;
    min-width: 0;
}

.klh3-seat-page-left {
    position: relative;
    top: auto;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.klh3-seat-page-right {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.klh3-seat-vehicle-gallery {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
}

.klh3-seat-vehicle-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    background: #fff;
    border: 1px solid #dbc08a;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8f702d;
    font-weight: 700;
    line-height: 0;
    margin: 0;
}

.klh3-seat-vehicle-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.klh3-seat-modal--overlay .klh3-seat-selection select[name^="seat_choice["] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.klh3-seat-wizard-state {
    margin-top: 0.75rem;
}

.klh3-seat-wizard-label {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.klh3-seat-trip-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.klh3-seat-modal--overlay .klh3-seat-modal__eyebrow,
.klh3-seat-modal--overlay .klh3-seat-modal__lead,
.klh3-seat-modal--overlay .klh3-seat-wizard-passengers,
.klh3-seat-modal--overlay .klh3-seat-selection {
    display: none !important;
}

.klh3-seat-modal--overlay .klh3-seat-modal__actions {
    margin-top: 1rem;
}

.klh3-seat-assignment-page .woocommerce-error,
.klh3-seat-assignment-page .woocommerce-message {
    margin: 0 0 1rem 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #d9bf89;
    padding: 0.75rem 1rem;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    line-height: 1.35;
    display: block;
    max-width: 72ch;
}

.klh3-seat-assignment-page .woocommerce-error {
    margin-left: auto;
    margin-right: auto;
}

.klh3-seat-assignment-page .woocommerce-error {
    background: #fff2f1;
    color: #8d2a22;
    border-color: #d78b84;
}

.klh3-seat-assignment-page .woocommerce-message {
    background: #eef8ed;
    color: #25613a;
    border-color: #9cc59d;
}

.klh3-seat-modal--overlay .klh3-btn[disabled],
.klh3-seat-modal--overlay .klh3-btn.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.klh3-seat-slot.klh3-seat-reserved {
    background: #e3e3e3 !important;
    border-color: #c4c4c4 !important;
    color: #9a9a9a !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

.klh3-seat-slot.klh3-seat-selected {
    background: #e38d33 !important;
    border-color: #e38d33 !important;
    color: #fff !important;
}

.klh3-seat-wizard-passengers {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.klh3-seat-passenger-chip {
    border: 1px solid #d9bf89;
    background: #fff8ea;
    color: #8f702d;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    font-size: 0.85rem;
}

.klh3-seat-passenger-chip.is-active {
    background: #e38d33;
    border-color: #e38d33;
    color: #fff;
}

.klh3-seat-passenger-chip.is-done {
    border-color: #8faa68;
}

@media (max-width: 980px) {
    .klh3-seat-page-layout {
        grid-template-columns: 1fr;
    }
    .klh3-seat-page-left {
        position: static;
    }
    .klh3-seat-vehicle-media {
        aspect-ratio: 16 / 9;
    }
}
