.dznrf-shell,
.dznrf-shell * {
    box-sizing: border-box;
}

.dznrf-shell {
    --dznrf-primary: #d8102a;
    --dznrf-accent: #0b0b0f;
    --dznrf-border: #eeeeee;
    --dznrf-muted: #565d6b;
    --dznrf-card-shadow: 0 18px 45px rgba(12, 25, 45, .08);
    container-type: inline-size;
    position: relative;
    width: 100%;
    max-width: 1488px;
    margin: 0 auto;
    color: var(--dznrf-accent);
    font-family: Poppins, Inter, "Segoe UI", Arial, sans-serif;
}

.dznrf-shell .dznrf-tabs {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    width: min(532px, 100%);
    min-height: 80px;
    padding: 0 63px;
    overflow-x: auto;
    scrollbar-width: none;
    background: #fff;
    border: 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 8px 24px rgba(12, 25, 45, .04);
}

.dznrf-shell .dznrf-tabs::-webkit-scrollbar {
    display: none;
}

.dznrf-shell .dznrf-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: max-content;
    min-height: 80px;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: transparent;
    color: #545861;
    box-shadow: none;
    font: inherit;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
}

.dznrf-shell .dznrf-tab:hover,
.dznrf-shell .dznrf-tab:focus,
.dznrf-shell .dznrf-tab.is-active {
    background: transparent;
    color: #000;
}

.dznrf-shell .dznrf-tab.is-active {
    border-bottom-color: #000;
}

.dznrf-shell .dznrf-form {
    position: relative;
    width: 100%;
    min-height: 238px;
    margin: 0;
    padding: 56px 62px 56px;
    background: #fff;
    border: 0;
    border-radius: 0 14px 14px 14px;
    box-shadow: var(--dznrf-card-shadow);
}

.dznrf-shell .dznrf-panel[hidden] {
    display: none;
}

.dznrf-shell .dznrf-roundtrip-fields[hidden],
.dznrf-shell .dznrf-field[hidden] {
    display: none;
}

.dznrf-shell .dznrf-roundtrip-fields:not([hidden]) {
    display: block;
}

.dznrf-shell .dznrf-grid {
    position: static;
    display: flex;
    align-items: center;
    gap: 28px;
    width: 100%;
}

.dznrf-shell .dznrf-field {
    min-width: 0;
    min-height: 124px;
}

.dznrf-shell .dznrf-field--wide {
    flex: 1 1 330px;
    min-width: 220px;
}

.dznrf-shell .dznrf-field--medium {
    flex: 0 1 255px;
    min-width: 190px;
}

.dznrf-shell .dznrf-panel--roundtrip-active .dznrf-field--wide {
    flex-basis: 280px;
}

.dznrf-shell .dznrf-panel--roundtrip-active .dznrf-field--medium {
    flex-basis: 190px;
    min-width: 168px;
}

.dznrf-shell .dznrf-panel--roundtrip-active .dznrf-field--roundtrip {
    flex: 0 1 250px;
    min-width: 220px;
}

.dznrf-shell .dznrf-field--roundtrip .dznrf-input-card {
    padding-right: 16px;
    padding-left: 16px;
}

.dznrf-shell .dznrf-roundtrip-card {
    align-items: center;
    gap: 12px;
    overflow: hidden;
    padding: 22px 16px;
}

.dznrf-shell .dznrf-roundtrip-card .dznrf-icon {
    flex-basis: 26px;
}

.dznrf-shell .dznrf-roundtrip-date-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex: 1;
    min-width: 0;
}

.dznrf-shell .dznrf-roundtrip-date-grid::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 50%;
    width: 1px;
    background: var(--dznrf-border);
    transform: translateX(-.5px);
}

.dznrf-shell .dznrf-roundtrip-date-item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
    padding: 0 12px;
    margin: 0;
}

.dznrf-shell .dznrf-roundtrip-date-item .dznrf-field-title {
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dznrf-shell .dznrf-roundtrip-input-wrap {
    position: relative;
    display: block;
    min-width: 0;
}

.dznrf-shell .dznrf-roundtrip-value {
    display: block;
    min-height: 18px;
    overflow: hidden;
    color: var(--dznrf-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dznrf-shell .dznrf-roundtrip-value.is-filled {
    color: #000;
    font-weight: 700;
}

.dznrf-shell .dznrf-roundtrip-input-wrap input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dznrf-shell .dznrf-roundtrip-input-wrap input::-webkit-calendar-picker-indicator {
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
}

.dznrf-shell .dznrf-field--compact {
    flex: 0 0 113px;
}

.dznrf-shell .dznrf-field--select.dznrf-field--compact {
    flex-basis: 120px;
}

.dznrf-shell .dznrf-field--full {
    flex: 1 1 100%;
}

.dznrf-shell .dznrf-input-card,
.dznrf-shell .dznrf-toggle-card {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 124px;
    margin: 0;
    background: #fff;
    border: 1px solid var(--dznrf-border);
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(12, 25, 45, .025);
    transition: border-color .18s ease, box-shadow .18s ease;
}

.dznrf-shell .dznrf-input-card {
    align-items: center;
    gap: 3px;
    padding: 24px 19px;
}

.dznrf-shell .dznrf-toggle-card {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
    padding: 19px 10px 13px;
    text-align: center;
}

.dznrf-shell .dznrf-field--toggle.dznrf-field--compact .dznrf-field-title {
    max-width: 100%;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dznrf-shell .dznrf-input-card:focus-within,
.dznrf-shell .dznrf-toggle-card:focus-within {
    border-color: var(--dznrf-primary);
    box-shadow: 0 0 0 3px rgba(216, 16, 42, .14);
}

.dznrf-shell .dznrf-field.has-error .dznrf-input-card,
.dznrf-shell .dznrf-field.has-error .dznrf-toggle-card {
    border-color: var(--dznrf-primary);
    box-shadow: 0 0 0 3px rgba(216, 16, 42, .16);
}

.dznrf-shell .dznrf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    color: #111;
}

.dznrf-shell .dznrf-svg {
    display: block;
    width: 28px;
    height: 28px;
    color: currentColor;
    fill: none;
}

.dznrf-shell .dznrf-svg--pin-green,
.dznrf-shell .dznrf-svg--pin-blue {
    width: 38px;
    height: 38px;
}

.dznrf-shell .dznrf-input-content {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
}

.dznrf-shell .dznrf-field-title {
    display: block;
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: none;
}

.dznrf-shell .dznrf-required {
    color: var(--dznrf-primary);
}

.dznrf-shell .dznrf-field-hint {
    display: block;
    color: #008b3a;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}

.dznrf-shell .dznrf-input-card input,
.dznrf-shell .dznrf-input-card select,
.dznrf-shell .dznrf-input-card textarea {
    width: 100%;
    min-width: 0;
    min-height: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #3b4050;
    font: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-overflow: ellipsis;
}

.dznrf-shell .dznrf-input-card input {
    overflow: hidden;
    white-space: nowrap;
}

.dznrf-shell .dznrf-input-card select {
    overflow: hidden;
    padding-right: 23px;
    color: #000;
    background-image: linear-gradient(45deg, transparent 50%, #8f96a3 50%), linear-gradient(135deg, #8f96a3 50%, transparent 50%);
    background-position: calc(100% - 12px) 50%, calc(100% - 7px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    appearance: none;
}

.dznrf-shell .dznrf-field--select.dznrf-field--compact .dznrf-input-card {
    justify-content: center;
    gap: 0;
    padding: 18px 10px;
    text-align: center;
}

.dznrf-shell .dznrf-field--select.dznrf-field--compact .dznrf-icon {
    display: none;
}

.dznrf-shell .dznrf-field--select.dznrf-field--compact .dznrf-input-content {
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
}

.dznrf-shell .dznrf-field--select.dznrf-field--compact .dznrf-field-title {
    max-width: 96px;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.dznrf-shell .dznrf-field--select.dznrf-field--compact select {
    max-width: 100%;
    padding-right: 18px;
    background-position: calc(100% - 10px) 50%, calc(100% - 5px) 50%;
    text-align: center;
    text-align-last: center;
}

.dznrf-shell .dznrf-input-card textarea {
    resize: vertical;
}

.dznrf-shell .dznrf-input-card input::placeholder,
.dznrf-shell .dznrf-input-card textarea::placeholder {
    color: var(--dznrf-muted);
    opacity: 1;
}

.dznrf-shell .dznrf-input-card input[type="date"],
.dznrf-shell .dznrf-input-card input[type="time"],
.dznrf-shell .dznrf-input-card input[type="datetime-local"] {
    cursor: text;
}

.dznrf-shell .dznrf-input-card input[type="date"]::-webkit-calendar-picker-indicator,
.dznrf-shell .dznrf-input-card input[type="time"]::-webkit-calendar-picker-indicator,
.dznrf-shell .dznrf-input-card input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    display: block;
    opacity: .82;
    cursor: pointer;
}

.dznrf-shell .dznrf-toggle-wrap {
    position: relative;
    display: inline-flex;
}

.dznrf-shell .dznrf-toggle-wrap input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.dznrf-shell .dznrf-toggle-ui {
    position: relative;
    display: inline-flex;
    width: 86px;
    height: 48px;
    border-radius: 999px;
    background: #dedede;
    transition: background .18s ease;
}

.dznrf-shell .dznrf-toggle-ui::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 9px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(12, 25, 45, .08);
    transition: transform .18s ease;
}

.dznrf-shell .dznrf-toggle-wrap input:checked + .dznrf-toggle-ui {
    background: var(--dznrf-primary);
}

.dznrf-shell .dznrf-toggle-wrap input:checked + .dznrf-toggle-ui::after {
    transform: translateX(36px);
}

.dznrf-shell .dznrf-swap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    margin: 0 -45px;
    padding: 0;
    border: 1px solid var(--dznrf-border);
    border-radius: 50%;
    background: #fff;
    color: #777;
    box-shadow: 0 7px 18px rgba(12, 25, 45, .07);
    cursor: pointer;
    z-index: 2;
    appearance: none;
}

.dznrf-shell .dznrf-swap:hover,
.dznrf-shell .dznrf-swap:focus {
    background: #fff;
    color: #555;
}

.dznrf-shell .dznrf-swap .dznrf-svg {
    width: 24px;
    height: 24px;
}

.dznrf-shell .dznrf-submit {
    position: absolute;
    right: 62px;
    bottom: -54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 158px;
    min-width: 158px;
    min-height: 86px;
    margin: 0;
    padding: 18px 22px;
    border: 0;
    border-radius: 10px;
    background: var(--dznrf-primary);
    color: #fff;
    box-shadow: 0 14px 30px rgba(216, 16, 42, .22);
    font: inherit;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    transition: transform .18s ease, filter .18s ease;
}

.dznrf-shell .dznrf-submit:hover,
.dznrf-shell .dznrf-submit:focus {
    background: var(--dznrf-primary);
    color: #fff;
    filter: brightness(.96);
    transform: translateY(-1px);
}

.dznrf-shell .dznrf-submit .dznrf-svg {
    width: 34px;
    height: 34px;
}

.dznrf-shell .dznrf-feedback {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff2f4;
    color: #9c0d22;
    font-size: 14px;
    font-weight: 700;
}

@container (max-width: 1040px) {
    .dznrf-tabs {
        width: 100%;
        padding-right: 28px;
        padding-left: 28px;
    }

    .dznrf-form {
        min-height: 0;
        padding: 28px 28px 102px;
    }

    .dznrf-grid {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .dznrf-field--wide {
        flex-basis: calc(50% - 42px);
    }

    .dznrf-field--medium {
        flex: 1 1 220px;
    }

    .dznrf-panel--roundtrip-active .dznrf-field--wide,
    .dznrf-panel--roundtrip-active .dznrf-field--medium,
    .dznrf-panel--roundtrip-active .dznrf-field--roundtrip {
        flex-basis: calc(50% - 18px);
        min-width: 0;
    }

    .dznrf-field--compact {
        flex: 0 0 120px;
    }

    .dznrf-field--select.dznrf-field--compact {
        flex-basis: 128px;
    }

    .dznrf-submit {
        right: 28px;
        bottom: 22px;
    }
}

@container (max-width: 680px) {
    .dznrf-tabs {
        display: flex;
        width: 100%;
        min-height: 56px;
        gap: 20px;
        padding: 0 24px;
        border-radius: 8px 8px 0 0;
        box-shadow: none;
    }

    .dznrf-tab {
        min-height: 56px;
        font-size: 14px;
    }

    .dznrf-tab .dznrf-svg {
        width: 20px;
        height: 20px;
    }

    .dznrf-form {
        min-height: 0;
        padding: 12px;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 8px 24px rgba(12, 25, 45, .06);
    }

    .dznrf-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        align-items: stretch;
    }

    .dznrf-field,
    .dznrf-field--wide,
    .dznrf-field--medium,
    .dznrf-field--roundtrip,
    .dznrf-field--full {
        grid-column: 1 / -1;
        min-height: 84px;
    }

    .dznrf-field--compact {
        grid-column: span 1;
        min-width: 0;
        min-height: 90px;
    }

    .dznrf-input-card,
    .dznrf-toggle-card {
        min-height: 84px;
        border-radius: 8px;
        box-shadow: none;
    }

    .dznrf-input-card {
        gap: 12px;
        padding: 18px 14px;
    }

    .dznrf-toggle-card {
        gap: 8px;
        padding: 12px 8px;
    }

    .dznrf-roundtrip-card {
        gap: 10px;
        padding: 16px 12px;
    }

    .dznrf-roundtrip-date-item {
        padding: 0 10px;
    }

    .dznrf-roundtrip-date-item .dznrf-field-title {
        font-size: 12px;
    }

    .dznrf-roundtrip-value {
        font-size: 11px;
    }

    .dznrf-field--select.dznrf-field--compact .dznrf-input-card {
        padding: 12px 6px;
    }

    .dznrf-field--select.dznrf-field--compact .dznrf-input-content {
        gap: 12px;
    }

    .dznrf-field--select.dznrf-field--compact select {
        padding-right: 15px;
        background-position: calc(100% - 8px) 50%, calc(100% - 4px) 50%;
    }

    .dznrf-icon {
        flex-basis: 28px;
    }

    .dznrf-svg,
    .dznrf-svg--pin-green,
    .dznrf-svg--pin-blue {
        width: 28px;
        height: 28px;
    }

    .dznrf-field-title {
        font-size: 12px;
    }

    .dznrf-input-card input,
    .dznrf-input-card textarea {
        font-size: 12px;
    }

    .dznrf-input-card select {
        font-size: 15px;
    }

    .dznrf-toggle-ui {
        width: 54px;
        height: 32px;
    }

    .dznrf-toggle-ui::after {
        top: 6px;
        left: 6px;
        width: 20px;
        height: 20px;
    }

    .dznrf-toggle-wrap input:checked + .dznrf-toggle-ui::after {
        transform: translateX(22px);
    }

    .dznrf-swap {
        grid-column: 1 / -1;
        justify-self: center;
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        margin: -27px 0;
        transform: rotate(90deg);
    }

    .dznrf-submit {
        position: static;
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        min-height: 72px;
        padding: 14px 18px;
        border-radius: 8px;
        font-size: 18px;
        box-shadow: none;
    }

    .dznrf-panel--has-compact .dznrf-submit {
        grid-column: span 1;
        min-height: 90px;
        padding: 12px 10px;
        flex-direction: column;
        gap: 6px;
    }

    .dznrf-panel--has-compact .dznrf-submit .dznrf-svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 1320px) {
    .dznrf-shell .dznrf-form {
        padding-right: 34px;
        padding-left: 34px;
    }

    .dznrf-shell .dznrf-grid {
        gap: 18px;
    }

    .dznrf-shell .dznrf-panel--roundtrip-active .dznrf-grid {
        gap: 14px;
    }

    .dznrf-shell .dznrf-swap {
        margin: 0 -31px;
    }

    .dznrf-shell .dznrf-submit {
        right: 34px;
    }
}

@media (max-width: 1040px) {
    .dznrf-shell .dznrf-form {
        min-height: 0;
        padding: 28px 28px 102px;
    }

    .dznrf-shell .dznrf-grid {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .dznrf-shell .dznrf-field--wide {
        flex-basis: calc(50% - 42px);
    }

    .dznrf-shell .dznrf-field--medium {
        flex: 1 1 220px;
    }

    .dznrf-shell .dznrf-panel--roundtrip-active .dznrf-field--wide,
    .dznrf-shell .dznrf-panel--roundtrip-active .dznrf-field--medium {
        flex-basis: calc(50% - 18px);
    }

    .dznrf-shell .dznrf-panel--roundtrip-active .dznrf-field--roundtrip {
        flex-basis: calc(50% - 18px);
        min-width: 0;
    }

    .dznrf-shell .dznrf-field--compact {
        flex: 0 0 120px;
    }

    .dznrf-shell .dznrf-field--select.dznrf-field--compact {
        flex-basis: 128px;
    }

    .dznrf-shell .dznrf-submit {
        right: 28px;
        bottom: 22px;
    }
}

@media (min-width: 768px) and (max-width: 1040px) {
    .dznrf-shell .dznrf-form {
        padding: 28px 28px 124px;
    }

    .dznrf-shell .dznrf-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 18px;
        align-items: stretch;
    }

    .dznrf-shell .dznrf-field {
        min-height: 112px;
    }

    .dznrf-shell .dznrf-field--wide {
        grid-column: span 3;
    }

    .dznrf-shell .dznrf-grid > .dznrf-field:nth-of-type(1) {
        grid-column: 1 / 4;
        grid-row: 1;
    }

    .dznrf-shell .dznrf-grid > .dznrf-field:nth-of-type(2) {
        grid-column: 4 / 7;
        grid-row: 1;
    }

    .dznrf-shell .dznrf-field--medium {
        grid-column: span 3;
    }

    .dznrf-shell .dznrf-panel--roundtrip-active .dznrf-field--roundtrip {
        grid-column: span 3;
    }

    .dznrf-shell .dznrf-field--compact {
        grid-column: span 2;
    }

    .dznrf-shell .dznrf-input-card,
    .dznrf-shell .dznrf-toggle-card {
        min-height: 112px;
    }

    .dznrf-shell .dznrf-swap {
        grid-column: 3 / 5;
        grid-row: 1;
        justify-self: center;
        align-self: center;
        margin: 0;
    }

    .dznrf-shell .dznrf-submit {
        right: 28px;
        bottom: 24px;
    }
}

@media (max-width: 767px) {
    .dznrf-shell {
        max-width: 100%;
    }

    .dznrf-shell .dznrf-tabs {
        display: flex;
        width: 100%;
        min-height: 56px;
        gap: 20px;
        padding: 0 24px;
        border-radius: 8px 8px 0 0;
        box-shadow: none;
    }

    .dznrf-shell .dznrf-tab {
        min-height: 56px;
        font-size: 14px;
    }

    .dznrf-shell .dznrf-tab .dznrf-svg {
        width: 20px;
        height: 20px;
    }

    .dznrf-shell .dznrf-form {
        min-height: 0;
        padding: 12px;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 8px 24px rgba(12, 25, 45, .06);
    }

    .dznrf-shell .dznrf-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        align-items: stretch;
    }

    .dznrf-shell .dznrf-field,
    .dznrf-shell .dznrf-field--wide,
    .dznrf-shell .dznrf-field--medium,
    .dznrf-shell .dznrf-field--roundtrip,
    .dznrf-shell .dznrf-field--full {
        grid-column: 1 / -1;
        min-height: 84px;
    }

    .dznrf-shell .dznrf-field--compact {
        grid-column: span 1;
        min-width: 0;
        min-height: 90px;
    }

    .dznrf-shell .dznrf-input-card,
    .dznrf-shell .dznrf-toggle-card {
        min-height: 84px;
        border-radius: 8px;
        box-shadow: none;
    }

    .dznrf-shell .dznrf-input-card {
        gap: 12px;
        padding: 18px 14px;
    }

    .dznrf-shell .dznrf-toggle-card {
        gap: 8px;
        padding: 12px 8px;
    }

    .dznrf-shell .dznrf-roundtrip-card {
        gap: 10px;
        padding: 16px 12px;
    }

    .dznrf-shell .dznrf-roundtrip-date-item {
        padding: 0 10px;
    }

    .dznrf-shell .dznrf-roundtrip-date-item .dznrf-field-title {
        font-size: 12px;
    }

    .dznrf-shell .dznrf-roundtrip-value {
        font-size: 11px;
    }

    .dznrf-shell .dznrf-field--select.dznrf-field--compact .dznrf-input-card {
        padding: 12px 6px;
    }

    .dznrf-shell .dznrf-field--select.dznrf-field--compact .dznrf-input-content {
        gap: 12px;
    }

    .dznrf-shell .dznrf-field--select.dznrf-field--compact select {
        padding-right: 15px;
        background-position: calc(100% - 8px) 50%, calc(100% - 4px) 50%;
    }

    .dznrf-shell .dznrf-icon {
        flex-basis: 28px;
    }

    .dznrf-shell .dznrf-svg,
    .dznrf-shell .dznrf-svg--pin-green,
    .dznrf-shell .dznrf-svg--pin-blue {
        width: 28px;
        height: 28px;
    }

    .dznrf-shell .dznrf-field-title {
        font-size: 12px;
    }

    .dznrf-shell .dznrf-input-card input,
    .dznrf-shell .dznrf-input-card textarea {
        font-size: 12px;
    }

    .dznrf-shell .dznrf-input-card input[data-dznrf-location="1"] {
        font-size: 16px;
        line-height: 1.4;
    }

    .dznrf-shell .dznrf-input-card input[data-dznrf-location="1"]::placeholder {
        font-size: 16px;
    }

    .dznrf-shell .dznrf-input-card select {
        font-size: 15px;
    }

    .dznrf-shell .dznrf-toggle-ui {
        width: 54px;
        height: 32px;
    }

    .dznrf-shell .dznrf-toggle-ui::after {
        top: 6px;
        left: 6px;
        width: 20px;
        height: 20px;
    }

    .dznrf-shell .dznrf-toggle-wrap input:checked + .dznrf-toggle-ui::after {
        transform: translateX(22px);
    }

    .dznrf-shell .dznrf-swap {
        grid-column: 1 / -1;
        justify-self: center;
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        margin: -27px 0;
        transform: rotate(90deg);
    }

    .dznrf-shell .dznrf-submit {
        position: static;
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        min-height: 72px;
        padding: 14px 18px;
        border-radius: 8px;
        font-size: 18px;
        box-shadow: none;
    }

    .dznrf-shell .dznrf-panel--has-compact .dznrf-submit {
        grid-column: span 1;
        min-height: 90px;
        padding: 12px 10px;
        flex-direction: column;
        gap: 6px;
    }

    .dznrf-shell .dznrf-panel--has-compact .dznrf-submit .dznrf-svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 380px) {
    .dznrf-shell .dznrf-tabs {
        gap: 16px;
        padding: 0 12px;
    }

    .dznrf-shell .dznrf-tab {
        font-size: 13px;
    }

    .dznrf-shell .dznrf-field--compact .dznrf-field-title {
        font-size: 10px;
    }

    .dznrf-shell .dznrf-field--select.dznrf-field--compact select {
        font-size: 13px;
    }

    .dznrf-shell .dznrf-panel--has-compact .dznrf-submit {
        font-size: 16px;
    }
}

.pac-container {
    z-index: 999999 !important;
}

.pac-container.dznrf-pac-hidden,
.pac-container:empty {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.pac-container .pac-item {
    cursor: pointer;
    touch-action: manipulation;
}

.dznrf-shell input[data-dznrf-location="1"]::placeholder {
    font-size: 12px;
}
