.fbs-prints {
    display: none;
}

.fbs-layout-field {
    margin-top: 28px !important;
}

.fbs-layout-help {
    color: #b9b9c1;
    font-size: 14px;
    font-weight: 400;
    margin: 7px 0 15px;
}

.fbs-layout-simple {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 18px;
    background: #17171b;
    border: 1px solid #34343b;
    border-radius: 14px;
}

.fbs-field-note {
    display: block;
    margin-top: 7px;
    color: #9e9ea7;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

.fbs-live-price {
    margin-top: 24px;
}

.fbs-action-note {
    display: none;
    width: max-content;
    max-width: 100%;
    margin-top: 10px;
    padding: 6px 10px;
    color: #fff;
    background: #ec008c;
    border-radius: 999px;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.fbs-action-note.active {
    display: block;
}

.fbs-price-lines {
    margin: 14px 0;
    padding: 10px 0;
    border-top: 1px solid #36363d;
    border-bottom: 1px solid #36363d;
}

.fbs-price-lines > div,
.fbs-price-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 7px 0;
}

.fbs-price-lines span,
.fbs-price-total span {
    color: #c5c5cc;
}

.fbs-price-lines b {
    color: #fff;
    text-align: right;
}

.fbs-price-discount-row {
    display: none !important;
    color: #8fe5b6;
}

.fbs-price-discount-row.active {
    display: flex !important;
}

.fbs-price-coupon-row {
    display: none !important;
}

.fbs-price-coupon-row.active {
    display: flex !important;
}

.fbs-price-coupon-row b,
.fbs-price-coupon-row span {
    color: #8fe5b6;
}

.fbs-price-discount-row b,
.fbs-price-discount-row span {
    color: #8fe5b6;
}

.fbs-coupon {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 10px;
    margin-top: 18px;
}

.fbs-check-coupon {
    min-height: 48px;
    border: 1px solid #ec008c;
    border-radius: 10px;
    padding: 10px 17px;
    color: #fff;
    background: #281020;
    font-weight: 800;
    cursor: pointer;
}

.fbs-check-coupon:disabled {
    opacity: .6;
    cursor: wait;
}

.fbs-coupon-message {
    grid-column: 1 / -1;
    display: none;
    margin-top: 2px;
    font-weight: 700;
}

.fbs-coupon-message.success,
.fbs-coupon-message.error {
    display: block;
}

.fbs-coupon-message.success {
    color: #8fe5b6;
}

.fbs-coupon-message.error {
    color: #ff9eaa;
}

@media (max-width: 560px) {
    .fbs-coupon {
        grid-template-columns: 1fr;
    }

    .fbs-check-coupon {
        width: 100%;
    }
}

/* Einbindung in die eigenständige Frankys Fotobox App */
.booking-modal-card:has(.booking-form-wrap .fbs-wrap) {
    width: min(1050px, calc(100% - 20px)) !important;
    max-height: 96vh !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 24px !important;
}

.booking-modal-card:has(.booking-form-wrap .fbs-wrap) .booking-modal-head {
    display: none !important;
}

.booking-modal-card:has(.booking-form-wrap .fbs-wrap) > .modal-close {
    z-index: 6 !important;
    top: 10px !important;
    right: 15px !important;
    color: #fff !important;
}

.booking-form-wrap .fbs-wrap {
    margin: 0 !important;
    max-width: none !important;
}

.booking-form-wrap .fbs-form label,
.booking-form-wrap .fbs-form legend {
    color: #f2f2f4 !important;
}

.booking-form-wrap .fbs-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.booking-form-wrap .fbs-form select,
.booking-form-wrap .fbs-form textarea {
    color: #fff !important;
    background: #202026 !important;
    border-color: #393940 !important;
}

.booking-form-wrap .fbs-form input:focus,
.booking-form-wrap .fbs-form select:focus,
.booking-form-wrap .fbs-form textarea:focus {
    background: #202026 !important;
    border-color: #ff3fad !important;
    box-shadow: 0 0 0 3px rgba(236, 0, 140, .15) !important;
}

.fbs-price-total {
    padding: 5px 0 11px;
}

.fbs-price-total b.fbs-price {
    color: #ff3fad;
    font-size: 25px;
    text-align: right;
}

@media (max-width: 480px) {
    .fbs-price-lines > div,
    .fbs-price-total {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .fbs-price-lines b,
    .fbs-price-total b.fbs-price {
        text-align: left;
    }
}

@media (max-width: 700px) {
    .fbs-layout-simple {
        grid-template-columns: 1fr;
    }
}

.fbs-layout-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.fbs-layout-card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    min-height: 145px;
    padding: 0;
    color: #fff !important;
    background: #1d1d22;
    border: 2px solid #34343b;
    border-radius: 13px;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.fbs-layout-card:hover {
    transform: translateY(-2px);
    border-color: #777780;
}

.fbs-layout-card:has(input:checked) {
    border-color: #ff3fad;
    box-shadow: 0 0 0 3px rgba(236, 0, 140, .18);
}

.fbs-layout-card input {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 20px;
    height: 20px;
    accent-color: #ec008c;
}

.fbs-layout-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #111;
}

.fbs-layout-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fbs-layout-name {
    display: block;
    padding: 11px 12px 13px;
    line-height: 1.3;
}

.fbs-layout-name small {
    display: block;
    margin-bottom: 4px;
    color: #ff3fad;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.fbs-layout-special {
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 145px;
    padding: 18px;
    text-align: center;
}

.fbs-layout-special > span {
    color: #ff3fad;
    font-size: 35px;
}

@media (max-width: 780px) {
    .fbs-layout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .fbs-layout-grid {
        grid-template-columns: 1fr;
    }
}

.fbs-layout-compact {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 18px;
    padding: 16px;
    background: #17171b;
    border: 1px solid #34343b;
    border-radius: 14px;
}

.fbs-layout-selected {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 145px;
    overflow: hidden;
    color: #9999a2;
    background: #0d0d0f;
    border: 1px dashed #44444c;
    border-radius: 10px;
    text-align: center;
}

.fbs-layout-selected img {
    display: none;
    width: 100%;
    height: 120px;
    object-fit: contain;
    background: #09090a;
}

.fbs-layout-selected strong {
    display: none;
    width: 100%;
    padding: 9px;
    color: #fff;
    font-size: 12px;
}

.fbs-layout-selected.has-selection img,
.fbs-layout-selected.has-selection strong {
    display: block;
}

.fbs-layout-selected.has-selection .fbs-layout-placeholder {
    display: none;
}

.fbs-layout-selected.text-selection img {
    display: none;
}

.fbs-layout-selected.text-selection strong {
    display: block;
    font-size: 15px;
}

.fbs-layout-controls {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
}

.fbs-open-layouts {
    border: 0;
    border-radius: 999px;
    padding: 13px 20px;
    color: #fff;
    background: linear-gradient(135deg, #ec008c, #ff3fad);
    font-weight: 800;
    cursor: pointer;
}

.fbs-layout-picker {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000002;
    padding: 20px;
}

.fbs-layout-picker.open {
    display: block;
}

.fbs-layout-picker-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    backdrop-filter: blur(7px);
}

.fbs-layout-picker-dialog {
    position: relative;
    z-index: 1;
    max-width: 1050px;
    max-height: calc(100vh - 40px);
    margin: 0 auto;
    overflow: auto;
    padding: 25px;
    color: #fff;
    background: #111114;
    border: 1px solid #34343b;
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .6);
}

.fbs-layout-picker-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.fbs-layout-picker-head small {
    color: #ff3fad;
    font-weight: 800;
    letter-spacing: .15em;
}

.fbs-layout-picker-head h4 {
    margin: 3px 0 0;
    color: #fff;
    font-size: 28px;
}

.fbs-layout-picker-close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #29292f;
    font-size: 28px;
    cursor: pointer;
}

.fbs-layout-filters {
    display: flex;
    gap: 8px;
    margin: 20px 0;
    overflow-x: auto;
    padding-bottom: 5px;
}

.fbs-layout-filters button {
    flex: 0 0 auto;
    border: 1px solid #414148;
    border-radius: 999px;
    padding: 9px 14px;
    color: #ddd;
    background: #202026;
    cursor: pointer;
}

.fbs-layout-filters button.active {
    color: #fff;
    background: #ec008c;
    border-color: #ec008c;
}

.fbs-layout-picker-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.fbs-layout-choice {
    overflow: hidden;
    padding: 0;
    color: #fff;
    background: #1d1d22;
    border: 2px solid #34343b;
    border-radius: 12px;
    cursor: pointer;
    text-align: left;
}

.fbs-layout-choice:hover,
.fbs-layout-choice.selected {
    border-color: #ff3fad;
}

.fbs-layout-choice img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #09090a;
}

.fbs-layout-choice span {
    display: block;
    padding: 10px 12px 13px;
}

.fbs-layout-choice small,
.fbs-layout-choice strong {
    display: block;
}

.fbs-layout-choice small {
    margin-bottom: 3px;
    color: #ff3fad;
    font-size: 9px;
    text-transform: uppercase;
}

.fbs-layout-choice[hidden] {
    display: none;
}

@media (max-width: 780px) {
    .fbs-layout-compact {
        grid-template-columns: 1fr;
    }

    .fbs-layout-selected {
        min-height: 110px;
    }

    .fbs-layout-picker-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .fbs-layout-picker {
        padding: 7px;
    }

    .fbs-layout-picker-dialog {
        max-height: calc(100vh - 14px);
        padding: 17px;
    }

    .fbs-layout-picker-grid {
        grid-template-columns: 1fr;
    }
}
