.elementor-7229 .elementor-element.elementor-element-99fb32e{--display:flex;}.elementor-7229 .elementor-element.elementor-element-a529702 .jet-form-builder__label{text-align:left;}.elementor-7229 .elementor-element.elementor-element-a529702 .jet-form-builder__desc{text-align:left;}.elementor-7229 .elementor-element.elementor-element-a529702 .jet-form-builder__fields-group{gap:0.7em 0.7em;}.elementor-7229 .elementor-element.elementor-element-a529702 .jet-form-builder__field-wrap.checkradio-wrap span{gap:8px;}.elementor-7229 .elementor-element.elementor-element-a529702 .jet-form-builder input{color-scheme:normal;}.elementor-7229 .elementor-element.elementor-element-a529702 .jet-form-builder-repeater__row-remove{align-self:flex-start;}.elementor-7229 .elementor-element.elementor-element-a529702 .jet-form-builder__action-button{transition:all 0.3s;}.elementor-7229 .elementor-element.elementor-element-a529702 .jet-form-builder__next-page-wrap{text-align:left;}.elementor-7229 .elementor-element.elementor-element-a529702 .jet-form-builder-message--success{text-align:center;}.elementor-7229 .elementor-element.elementor-element-a529702 .jet-form-builder-message--error{text-align:center;}#jet-popup-7229 .jet-popup__container{width:900px;}#jet-popup-7229 .jet-popup__inner{justify-content:center;align-items:center;}#jet-popup-7229 .jet-popup__container-inner{justify-content:center;background-color:#131218;border-radius:16px 16px 16px 16px;}#jet-popup-7229 .jet-popup__container-overlay{border-radius:16px 16px 16px 16px;}/* Start custom CSS for container, class: .elementor-element-99fb32e *//* =============================================================
   VF FORM — GLOBAL POPUP STYLES
   Wrapper nad JetForm + summary: .vf-form
   Opcjonalnie grupa switcherów: .vf-switcher-grid
   ============================================================= */

.vf-form {
    --vf-red: #E8262C;
    --vf-red-soft: rgba(232, 38, 44, .1);
    --vf-text: #fff;
    --vf-muted: #9BA7C0;
    --vf-line: rgba(255, 255, 255, .08);
    --vf-card: rgba(255, 255, 255, .025);
    --vf-field: rgba(255, 255, 255, .035);
    --vf-radius: 10px;

    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.vf-form,
.vf-form * {
    box-sizing: border-box !important;
}

.vf-form .jet-form-builder,
.vf-form form.jet-form-builder,
.vf-form .jet-form-builder__form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

/* ─── Hidden ──────────────────────────────────────────────── */

.vf-form .jet-form-builder-row.field-type-hidden-field,
.vf-form input[type="hidden"] {
    display: none !important;
}

/* ─── Base ────────────────────────────────────────────────── */

.vf-form .jet-form-builder-row {
    width: 100% !important;
    margin-bottom: 14px !important;
}

.vf-form .jet-form-builder__label {
    display: block !important;
    margin: 0 0 7px !important;
    color: var(--vf-muted) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: .55px !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

/* ─── Fields ──────────────────────────────────────────────── */

.vf-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.vf-form textarea,
.vf-form select {
    width: 100% !important;
    min-height: 48px !important;
    padding: 12px 16px !important;
    color: var(--vf-text) !important;
    background: var(--vf-field) !important;
    border: 1px solid var(--vf-line) !important;
    border-radius: var(--vf-radius) !important;
    box-shadow: none !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 14px !important;
    outline: none !important;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

.vf-form textarea {
    min-height: 100px !important;
    resize: vertical !important;
}

.vf-form input:focus,
.vf-form textarea:focus,
.vf-form select:focus {
    border-color: var(--vf-red) !important;
    background: rgba(255, 255, 255, .055) !important;
    box-shadow: 0 0 0 3px var(--vf-red-soft) !important;
}

.vf-form select {
    padding-right: 42px !important;
    color-scheme: dark !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%239BA7C0" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 12px) center !important;
}

.vf-form select option {
    background: #161616 !important;
    color: #fff !important;
}

.vf-form input[type="date"] {
    color-scheme: dark !important;
    cursor: pointer !important;
}

.vf-form input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer !important;
    filter: drop-shadow(0 0 2px rgba(232, 38, 44, .45)) !important;
}

/* ─── Headings ────────────────────────────────────────────── */

.vf-form .jet-form-builder__heading {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin: 0 0 14px !important;
}

.vf-form .jet-form-builder__heading::after {
    content: "" !important;
    display: block !important;
    width: 30px !important;
    height: 2px !important;
    margin: 12px auto 0 !important;
    background: var(--vf-red) !important;
    border-radius: 999px !important;
}

.vf-form .jet-form-builder__heading-desc {
    max-width: 450px !important;
    margin: 0 auto 34px !important;
    color: rgba(255, 255, 255, .45) !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    text-align: center !important;
}

/* ─── Switcher Grid ───────────────────────────────────────── */

/* Automatycznie łapie grupę, jeśli switchery są w wp-block-group */
.vf-form .wp-block-group.is-layout-flex:has(.field-type-switcher),
.vf-form .vf-switcher-grid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 0 14px !important;
}

.vf-form .wp-block-group.is-layout-flex:has(.field-type-switcher) > .jet-form-builder-row,
.vf-form .vf-switcher-grid > .jet-form-builder-row {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: initial !important;
}

/* Sam switcher */
.vf-form .field-type-switcher {
    min-height: 50px !important;
    padding: 11px 13px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    background: rgba(255, 255, 255, .02) !important;
    border: 1px solid rgba(255, 255, 255, .06) !important;
    border-radius: var(--vf-radius) !important;
}

.vf-form .field-type-switcher .jet-form-builder__label {
    margin: 0 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.vf-form .field-type-switcher .jet-form-builder__field-wrap {
    width: auto !important;
    min-width: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.vf-form .field-type-switcher input[type="checkbox"],
.vf-form .field-type-switcher input[type="checkbox"][role="switch"] {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    background: rgba(255, 255, 255, .1) !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    transition: background .18s ease, border-color .18s ease !important;
}

.vf-form .field-type-switcher input[type="checkbox"]::before,
.vf-form .field-type-switcher input[type="checkbox"][role="switch"]::before {
    content: "" !important;
    position: absolute !important;
    top: 2px !important;
    left: 3px !important;
    width: 18px !important;
    height: 18px !important;
    background: #fff !important;
    border-radius: 50% !important;
    opacity: .92 !important;
    transition: transform .18s ease !important;
}

.vf-form .field-type-switcher input[type="checkbox"]:checked,
.vf-form .field-type-switcher input[type="checkbox"][role="switch"]:checked {
    background: var(--vf-red) !important;
    border-color: var(--vf-red) !important;
}

.vf-form .field-type-switcher input[type="checkbox"]:checked::before,
.vf-form .field-type-switcher input[type="checkbox"][role="switch"]:checked::before {
    transform: translateX(20px) !important;
}

/* ─── Summary ─────────────────────────────────────────────── */

.vf-form .pkm-order-summary {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vf-form .order-summary-row,
.vf-form .pkm-order-total-box {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    background: var(--vf-card) !important;
    border: 1px solid rgba(255, 255, 255, .065) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

.vf-form .order-summary-row {
    min-height: 56px !important;
    padding: 13px 18px !important;
    margin-bottom: 8px !important;
    border-radius: 9px !important;
    color: rgba(255, 255, 255, .72) !important;
    font-size: 13px !important;
}

.vf-form .summary-label-wrap {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    flex-wrap: wrap !important;
}

.vf-form .summary-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 22px !important;
    padding: 3px 8px !important;
    color: var(--vf-muted) !important;
    background: rgba(255, 255, 255, .06) !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    border-radius: 6px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .45px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.vf-form .summary-value {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.vf-form .pkm-summary-express-row,
.vf-form .pkm-summary-shorts-row {
    display: none !important;
}

.vf-form .pkm-summary-express-row.is-visible,
.vf-form .pkm-summary-shorts-row.is-visible {
    display: flex !important;
}

/* ─── Individual Prices ───────────────────────────────────── */

.vf-form .pkm-summary-custom-price-badge,
.vf-form .pkm-summary-shorts-custom-price-badge,
.vf-form .pkm-summary-regular-price,
.vf-form .pkm-summary-shorts-regular-price {
    display: none !important;
}

.vf-form .has-custom-price .pkm-summary-custom-price-badge,
.vf-form .has-custom-price .pkm-summary-shorts-custom-price-badge {
    display: inline-flex !important;
    color: var(--vf-red) !important;
    background: rgba(232, 38, 44, .08) !important;
    border-color: rgba(232, 38, 44, .25) !important;
}

.vf-form .pkm-summary-base-row.has-custom-price .pkm-summary-regular-price,
.vf-form .pkm-summary-shorts-row.has-custom-price .pkm-summary-shorts-regular-price {
    display: inline-block !important;
    color: rgba(255, 255, 255, .35) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-decoration: line-through !important;
    white-space: nowrap !important;
}

.vf-form .pkm-summary-shorts-value,
.vf-form .pkm-summary-shorts-current-price {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

/* ─── Total ───────────────────────────────────────────────── */

.vf-form .pkm-order-total-box {
    height: 72px !important;
    padding: 0 22px !important;
    margin: 18px 0 26px !important;
    border-left: 4px solid var(--vf-red) !important;
    border-radius: 4px 12px 12px 4px !important;
}

.vf-form .pkm-order-total-label {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    opacity: .82 !important;
}

.vf-form .pkm-order-total-value {
    color: var(--vf-red) !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -.5px !important;
    text-align: right !important;
}

.vf-form label[for*="calculated"],
.vf-form .jet-form-builder__calculated-field-val::after {
    display: none !important;
}

/* ─── Wallet / Messages ───────────────────────────────────── */

.vf-form .vf-wallet-error-box,
.vf-form .jet-form-builder-message--error {
    padding: 14px 16px !important;
    margin: 16px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: #fff !important;
    background: rgba(232, 38, 44, .08) !important;
    border: 1px solid var(--vf-red) !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.vf-form .vf-wallet-icon {
    font-size: 22px !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
}

.vf-form .vf-wallet-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.vf-form .vf-wallet-text strong {
    color: var(--vf-red) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .5px !important;
    text-transform: uppercase !important;
}

.vf-form .vf-wallet-text span {
    color: rgba(255, 255, 255, .8) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

.vf-form .jet-form-builder-messages-wrap:empty,
.vf-form .jet-form-builder-message--success {
    display: none !important;
}

.vf-form .jet-form-builder__field-wrap.has-error input,
.vf-form .jet-form-builder__field-wrap.has-error textarea {
    border-color: var(--vf-red) !important;
    box-shadow: 0 0 0 3px var(--vf-red-soft) !important;
}

.vf-form .jet-form-builder__error-message {
    margin-top: 6px !important;
    color: var(--vf-red) !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: .5px !important;
    text-transform: uppercase !important;
}

/* ─── BUTTONY ─────────────────────────────────────────────── */

/* Flex-kontener przycisków */
.vf-form .wp-block-group.is-layout-flex {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 16px !important;
    margin-top: 10px !important;
    width: 100% !important;
}

.vf-form .wp-block-group.is-layout-flex > .jet-form-builder-row {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vf-form .wp-block-group.is-layout-flex > .jet-form-builder-row:only-child {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Wrappery buttonów */
.vf-form .jet-form-builder__action-button-wrapper,
.vf-form .jet-form-builder__submit-wrap,
.vf-form .jet-form-builder__next-page-wrap {
    width: 100% !important;
    display: block !important;
}

/* Bazowe style buttonów */
.vf-form .jet-form-builder__action-button,
.vf-form .jet-form-builder__next-page,
.vf-form .jet-form-builder__prev-page,
.vf-form .jet-form-builder__submit,
.vf-form button[type="submit"],
.vf-form .wp-block-button__link {
    width: 100% !important;
    height: 52px !important;
    border-radius: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    cursor: pointer !important;
    transition: .2s ease !important;
}

/* Lewy button */
.vf-form .wp-block-group.is-layout-flex > .jet-form-builder-row:first-child:not(:only-child) button {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, .2) !important;
    color: rgba(255, 255, 255, .6) !important;
}

.vf-form .wp-block-group.is-layout-flex > .jet-form-builder-row:first-child:not(:only-child) button:hover {
    border-color: #fff !important;
    color: #fff !important;
}

/* Prawy / jedyny button */
.vf-form .wp-block-group.is-layout-flex > .jet-form-builder-row:last-child button,
.vf-form .wp-block-group.is-layout-flex > .jet-form-builder-row:only-child button {
    background: #E8262C !important;
    border: 1px solid #E8262C !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(232, 38, 44, .25) !important;
}

.vf-form .wp-block-group.is-layout-flex > .jet-form-builder-row:last-child button:hover,
.vf-form .wp-block-group.is-layout-flex > .jet-form-builder-row:only-child button:hover {
    background: #ff333a !important;
    transform: translateY(-2px);
}

/* Button wp-block-button, jeśli wystąpi */
.vf-form .wp-block-group.is-layout-flex > .wp-block-button {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vf-form .wp-block-button__link {
    width: 100% !important;
    height: 52px !important;
    border-radius: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    cursor: pointer !important;
    transition: .2s ease !important;
    background: #E8262C !important;
    border: 1px solid #E8262C !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(232, 38, 44, .25) !important;
    text-decoration: none !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
}

.vf-form .wp-block-button__link:hover {
    background: #ff333a !important;
    border-color: #ff333a !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
}


/* ─── Loading ─────────────────────────────────────────────── */

.vf-form .jet-form-builder__submit.is-loading,
.vf-form .jet-form-builder__action-button.is-loading {
    color: transparent !important;
    position: relative !important;
    pointer-events: none !important;
}

.vf-form .jet-form-builder__submit.is-loading::after,
.vf-form .jet-form-builder__action-button.is-loading::after {
    content: "" !important;
    position: absolute !important;
    inset: 50% auto auto 50% !important;
    width: 22px !important;
    height: 22px !important;
    margin: -11px 0 0 -11px !important;
    border: 3px solid rgba(255, 255, 255, .25) !important;
    border-top-color: #fff !important;
    border-radius: 50% !important;
    animation: vfSpin .65s linear infinite !important;
}

@keyframes vfSpin {
    to { transform: rotate(360deg); }
}

/* ─── Upload ──────────────────────────────────────────────── */

.vf-form .jet-form-builder-file-upload,
.vf-form .jet-form-builder-file-upload__content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.vf-form .jet-form-builder-file-upload__input {
    width: 100% !important;
    min-height: 82px !important;
    padding: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    color: var(--vf-muted) !important;
    background: rgba(255, 255, 255, .02) !important;
    border: 1px dashed rgba(255, 255, 255, .16) !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
}

.vf-form .jet-form-builder-file-upload__input:hover {
    background: rgba(232, 38, 44, .06) !important;
    border-color: var(--vf-red) !important;
    box-shadow: 0 0 0 3px rgba(232, 38, 44, .1) !important;
}

.vf-form input[type="file"]::file-.elementor-7229 .elementor-element.elementor-element-99fb32e-button {
    margin: 0 0 8px !important;
    padding: 7px 13px !important;
    color: var(--vf-red) !important;
    background: rgba(255, 255, 255, .04) !important;
    border: 1px solid var(--vf-red) !important;
    border-radius: 8px !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}

.vf-form .jet-form-builder-file-upload__message {
    margin: 0 !important;
    color: var(--vf-muted) !important;
    font-size: 10px !important;
    text-align: center !important;
}

.vf-form .jet-form-builder-file-upload__files {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 10px !important;
    padding: 0 !important;
}

.vf-form .jet-form-builder-file-upload__file {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: rgba(255, 255, 255, .04) !important;
    border: 1px solid rgba(255, 255, 255, .06) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.vf-form .jet-form-builder-file-upload__file-preview,
.vf-form .jet-form-builder-file-upload__file img {
    display: none !important;
}

.vf-form .jet-form-builder-file-upload__file-name {
    max-width: 80% !important;
    color: var(--vf-muted) !important;
    font-size: 10px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.vf-form .jet-form-builder-file-upload__file-remove {
    flex-shrink: 0 !important;
    margin-left: 8px !important;
    color: #ff4d4d !important;
    font-size: 12px !important;
    cursor: pointer !important;
}

/* ─── Repeater ────────────────────────────────────────────── */

.vf-form .jet-form-builder-repeater {
    margin-top: 8px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.vf-form .jet-form-builder-repeater__rows,
.vf-form .jet-form-builder-repeater__items,
.vf-form .jet-form-builder-repeater__content,
.vf-form .jet-form-builder-repeater > .jet-form-builder-repeater__row-list {
    max-width: 100% !important;
    padding: 4px 2px 10px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
}

.vf-form .jet-form-builder-repeater__row,
.vf-form .jet-form-builder-repeater__new {
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    scroll-snap-align: start !important;
}

.vf-form .jet-form-builder-repeater__row {
    position: relative !important;
    background: rgba(255, 255, 255, .02) !important;
    border: 1px solid rgba(255, 255, 255, .06) !important;
}

.vf-form .jet-form-builder-repeater__row * {
    min-width: 0 !important;
}

.vf-form .jet-form-builder-repeater__new {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    color: var(--vf-muted) !important;
    background: rgba(255, 255, 255, .02) !important;
    border: 1px dashed rgba(255, 255, 255, .16) !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}

.vf-form .jet-form-builder-repeater__new::before {
    content: "+" !important;
    font-size: 17px !important;
    line-height: 1 !important;
}

.vf-form .jet-form-builder-repeater__new:hover {
    color: var(--vf-red) !important;
    background: rgba(232, 38, 44, .06) !important;
    border-color: var(--vf-red) !important;
}

.vf-form .jet-form-builder-repeater__remove {
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
    width: 26px !important;
    height: 26px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--vf-muted) !important;
    background: rgba(255, 255, 255, .04) !important;
    border: 1px solid rgba(255, 255, 255, .06) !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.vf-form .jet-form-builder-repeater__remove:hover {
    color: #ff4d4d !important;
    background: rgba(255, 0, 0, .12) !important;
    border-color: rgba(255, 0, 0, .25) !important;
}

/* ─── Termin Hint ─────────────────────────────────────────── */

.vf-form .termin-hint {
    display: block !important;
    margin: 6px 0 12px !important;
    color: var(--vf-red) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .5px !important;
    text-transform: uppercase !important;
}

/* =============================================================
   Responsive / Popup Fit
   ============================================================= */

@media (max-width: 1599px), (max-height: 900px) {
    .jet-popup:has(.vf-form) .jet-popup__container {
        width: min(92vw, 1180px) !important;
        max-width: 92vw !important;
        max-height: 92vh !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .jet-popup:has(.vf-form) .jet-popup__container-content {
        width: 100% !important;
        max-height: 92vh !important;
        overflow: hidden !important;
    }

    .vf-form {
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
    }

    .vf-form .jet-form-builder {
        max-height: calc(92vh - 118px) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding-right: 6px !important;
        scrollbar-gutter: stable !important;
    }

    .vf-form .jet-form-builder::-webkit-scrollbar {
        width: 9px !important;
    }

    .vf-form .jet-form-builder::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, .05) !important;
        border-radius: 999px !important;
    }

    .vf-form .jet-form-builder::-webkit-scrollbar-thumb {
        background: rgba(232, 38, 44, .55) !important;
        border-radius: 999px !important;
    }

    .vf-form .jet-form-builder-row {
        margin-bottom: 10px !important;
    }

    .vf-form .jet-form-builder__label {
        font-size: 10px !important;
        margin-bottom: 5px !important;
    }

    .vf-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
    .vf-form textarea,
    .vf-form select {
        min-height: 42px !important;
        padding: 10px 12px !important;
        font-size: 13px !important;
        border-radius: 9px !important;
    }

    .vf-form textarea {
        min-height: 86px !important;
    }

    .vf-form .field-type-switcher {
        min-height: 48px !important;
        padding: 10px 12px !important;
    }

    .vf-form .order-summary-row {
        min-height: 50px !important;
        padding: 11px 14px !important;
        font-size: 12px !important;
    }

    .vf-form .summary-badge {
        min-height: 20px !important;
        padding: 3px 7px !important;
        font-size: 9px !important;
    }

    .vf-form .pkm-order-total-box {
        height: 56px !important;
        padding: 0 16px !important;
        margin: 12px 0 18px !important;
    }

    .vf-form .pkm-order-total-label {
        font-size: 10px !important;
    }

    .vf-form .pkm-order-total-value {
        font-size: 22px !important;
    }

    .vf-form .jet-form-builder__action-button,
    .vf-form .jet-form-builder__next-page,
    .vf-form .jet-form-builder__prev-page,
    .vf-form .jet-form-builder__submit,
    .vf-form button[type="submit"],
    .vf-form .wp-block-button__link {
        height: 44px !important;
        font-size: 11px !important;
    }

    .vf-form .jet-form-builder-file-upload__input {
        min-height: 68px !important;
        padding: 10px !important;
    }

    .vf-form .jet-form-builder-file-upload__files {
        grid-template-columns: 1fr !important;
    }

    .vf-form .jet-form-builder-repeater__row,
    .vf-form .jet-form-builder-repeater__new {
        width: 205px !important;
        min-width: 205px !important;
        max-width: 205px !important;
        padding: 8px !important;
    }
}

@media (max-width: 1366px), (max-height: 820px) {
    .jet-popup:has(.vf-form) .jet-popup__container {
        width: min(94vw, 1080px) !important;
        max-height: 94vh !important;
    }

    .jet-popup:has(.vf-form) .jet-popup__container-content {
        max-height: 94vh !important;
    }

    .vf-form .jet-form-builder {
        max-height: calc(94vh - 102px) !important;
        padding-right: 4px !important;
    }

    .vf-form .jet-form-builder-row {
        margin-bottom: 8px !important;
    }

    .vf-form .jet-form-builder__label {
        font-size: 9px !important;
        margin-bottom: 4px !important;
    }

    .vf-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
    .vf-form textarea,
    .vf-form select {
        min-height: 38px !important;
        padding: 8px 11px !important;
        font-size: 12px !important;
    }

    .vf-form textarea {
        min-height: 76px !important;
    }

    .vf-form .jet-form-builder__heading {
        font-size: 11px !important;
        margin-bottom: 10px !important;
    }

    .vf-form .jet-form-builder__heading::after {
        margin-top: 8px !important;
    }

    .vf-form .jet-form-builder__heading-desc {
        margin-bottom: 14px !important;
        font-size: 10px !important;
    }

    .vf-form .field-type-switcher {
        min-height: 44px !important;
        padding: 9px 11px !important;
    }

    .vf-form .order-summary-row {
        min-height: 46px !important;
        padding: 10px 12px !important;
        font-size: 11px !important;
    }

    .vf-form .pkm-order-total-box {
        height: 50px !important;
        padding: 0 14px !important;
        margin: 10px 0 14px !important;
    }

    .vf-form .pkm-order-total-label {
        font-size: 9px !important;
    }

    .vf-form .pkm-order-total-value {
        font-size: 19px !important;
    }

    .vf-form .jet-form-builder__action-button,
    .vf-form .jet-form-builder__next-page,
    .vf-form .jet-form-builder__prev-page,
    .vf-form .jet-form-builder__submit,
    .vf-form button[type="submit"],
    .vf-form .wp-block-button__link {
        height: 40px !important;
        font-size: 10px !important;
    }

    .vf-form .jet-form-builder-repeater__row,
    .vf-form .jet-form-builder-repeater__new {
        width: 188px !important;
        min-width: 188px !important;
        max-width: 188px !important;
    }
}

@media (max-width: 900px) {
    .vf-form .wp-block-group.is-layout-flex:has(.field-type-switcher),
    .vf-form .vf-switcher-grid {
        grid-template-columns: 1fr !important;
    }

    .vf-form .wp-block-group.is-layout-flex:not(:has(.field-type-switcher)) {
        flex-wrap: wrap !important;
    }

    .vf-form .wp-block-group.is-layout-flex:not(:has(.field-type-switcher)) > .jet-form-builder-row,
    .vf-form .wp-block-group.is-layout-flex:not(:has(.field-type-switcher)) > .wp-block-button {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .vf-form .order-summary-row,
    .vf-form .pkm-order-total-box {
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .vf-form .summary-value,
    .vf-form .pkm-order-total-value {
        margin-left: auto !important;
    }
}

@media (max-height: 720px) {
    .vf-form .jet-form-builder {
        max-height: calc(96vh - 88px) !important;
    }
}/* End custom CSS */