/* Drive2 universal form helpers */

[x-cloak] {
    display: none !important;
}

.checkout-form {
    width: 100%;
}

.checkout-form .input-field {
    margin-bottom: 24px;
}

.checkout-form .input-field input,
.checkout-form .input-field select,
.checkout-form .input-field textarea,
.checkout-form .input-field .form-select,
.checkout-form .input-field .form-control {
    background-color: #ffffff;
    color: #111010;
    transition: background-color 0.2s ease-in-out;
}

.checkout-form .input-field input:disabled,
.checkout-form .input-field select:disabled,
.checkout-form .input-field textarea:disabled,
.checkout-form .input-field .form-select:disabled,
.checkout-form .input-field .form-control:disabled {
    background-color: #f5f5f7;
    color: #7d8599;
}

.checkout-form .input-field select.is-disabled,
.checkout-form .input-field input.is-disabled,
.checkout-form .input-field textarea.is-disabled,
.checkout-form .input-field .form-select.is-disabled,
.checkout-form .input-field .form-control.is-disabled {
    background-color: #f5f5f7;
    color: #7d8599;
}

.checkout-form .input-field select.is-enabled,
.checkout-form .input-field input.is-enabled,
.checkout-form .input-field textarea.is-enabled,
.checkout-form .input-field .form-select.is-enabled,
.checkout-form .input-field .form-control.is-enabled {
    background-color: #ffffff;
    color: #111010;
}
.checkout-form select:not([multiple]),
.checkout-form .form-select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 2.6rem;
    background-repeat: no-repeat;
    background-position: right 1.05rem center;
    background-size: 12px 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3L6 7.5L11 3' stroke='%23222834' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}

.checkout-form select::-ms-expand,
.checkout-form .form-select::-ms-expand {
    display: none;
}

.checkout-form .input-field .inline-field {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.checkout-form .input-field .inline-field__primary {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
}

.checkout-form .input-field .inline-field__addon {
    flex: 0 0 auto;
    width: 80px;
}

.checkout-form .input-field label {
    font-weight: 600;
    font-size: 14px;
    color: #222834;
}

.checkout-form .input-field .required {
    color: #fc0012;
}

.checkout-form .input-field .required::after {
    content: '*';
    margin-left: 4px;
}

.checkout-form .input-field--stacked {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkout-form .input-field--switch {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.checkout-form .input-field--switch .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 0;
}

.checkout-form .input-field--switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
    margin-left: 0;
    cursor: pointer;
    background-color: #e9ecef;
}

.checkout-form .input-field--switch .form-check-input:checked {
    background-color: var(--bs-primary, #A81700);
    border-color: var(--bs-primary, #A81700);
}

.checkout-form .input-field--switch .form-check-input:focus:not(:checked) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23A81700'/%3e%3c/svg%3e");
}

.checkout-form .input-field--switch .form-check-input:focus:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.checkout-form .input-field--switch .form-check-label {
    font-weight: 600;
    color: #222834;
}

.checkout-form .form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

@media (max-width: 575.98px) {
    .checkout-form .form-actions .btn {
        width: 100%;
    }

    .garage-form__section {
        padding: 20px;
    }

    .garage-form__toggle {
        align-items: flex-start;
    }

    .checkout-form .input-field .inline-field {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .checkout-form .input-field .inline-field__addon {
        width: 100%;
    }

    .garage-card {
        padding: 20px;
    }

    .garage-card__item {
        padding: 12px;
    }

    .garage-card__thumb {
        width: 52px;
        height: 52px;
    }

    .garage-photo-card {
        width: 100%;
        max-width: 160px;
    }

    .garage-photos__existing,
    .garage-photos__list--new {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .garage-form__grid {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.25rem;
    }

    .garage-create .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .garage-create .row {
        --bs-gutter-x: 0;
    }

    .garage-create .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .garage-create .garage-form,
    .garage-create .garage-card {
        width: 100%;
    }

    .garage-create .garage-form .form-control,
    .garage-create .garage-form .form-select,
    .garage-create .garage-form input:not([type="checkbox"]):not([type="radio"]),
    .garage-create .garage-form select,
    .garage-create .garage-form textarea {
        width: 100% !important;
        max-width: none;
    }

    .garage-create .garage-form .form-check-input[type="checkbox"],
    .garage-create .garage-form .form-check-input[type="radio"] {
        width: 3rem !important;
        height: 1.5rem !important;
        flex: 0 0 3rem;
    }
}

.input-field textarea.garage-textarea {
    width: 100%;
    min-height: 140px;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: inherit;
}

/* Garage cars layout */

.garage-create {
    background: #f4f6f8;
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .garage-create {
        padding: 48px 0;
    }
}

.garage-card {
    background: #ffffff;
    border-radius: var(--bs-border-radius);
    padding: 0;
    border: 1px solid #e8ecf1;
}

/* Padding для контента (не для фото галереи) */
.garage-card .blog-author {
    padding: 16px 24px 0 24px;
}

.garage-card .blog-author .float-end {
    margin-left: auto;
}

.garage-card__item.text-decoration-none {
    color: inherit;
    transition: background-color 0.2s ease-in-out;
}

.garage-card__item.text-decoration-none:hover {
    background-color: #f8f9fb;
    text-decoration: none !important;
}


.garage-card hr {
    margin-left: 24px;
    margin-right: 24px;
}

.garage-card .post-title {
    padding: 0 24px;
}

.garage-card .car-details-key-grid,
.garage-card .car-details-overview,
.garage-card .car-details-spec-grid {
    padding: 0 24px 30px 24px;
}

.garage-card .car-details-subtitle {
    padding: 0 24px;
}

.garage-card__icon {
    width: 52px;
    height: 52px;
    background: rgba(168, 23, 0, 0.12);
    color: #A81700;
    border-radius: var(--bs-border-radius);
    font-size: 22px;
}

.garage-card__title {
    font-size: 20px;
    font-weight: 600;
}

.garage-card__header {
    padding: 16px 18px 0 18px;
}

.garage-card__list {
    margin: 0;
    padding: 0;
}

.garage-card__item {
    padding: 18px;
    border-bottom: 1px solid #f0f2f4;
    border-radius: var(--bs-border-radius);
    transition: background-color 0.2s ease-in-out;
    margin-bottom: 10px;
}

.garage-card__item:hover {
    background-color: #f8f9fb;
}

.garage-card__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.garage-card__item.fw-semibold {
    background-color: #fef2f2;
    border: 2px solid #A81700;
    border-bottom: 2px solid #A81700;
    box-shadow: 0 0 0 1px rgba(168, 23, 0, 0.1);
}

.garage-card__thumb {
    width: 64px;
    height: 64px;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    background: linear-gradient(135deg, #f1f3f5 0%, #e8ecf1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid #e8ecf1;
}

.garage-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.garage-card__thumb-icon {
    color: #99a3b3;
    font-size: 24px;
}

.garage-card__action {
    white-space: nowrap;
    flex-shrink: 0;
}

.garage-card__action.badge {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
}

.garage-card__item .flex-grow-1 {
    min-width: 0;
    overflow: hidden;
}

.garage-card__item .flex-grow-1 strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222834;
    font-size: 15px;
    margin-bottom: 4px;
}

.garage-card__item .flex-grow-1 small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.garage-card__more {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    font-weight: 600;
    color: #A81700;
}

.garage-card__empty {
    padding: 20px;
    border-radius: var(--bs-border-radius);
    background: #f8f9fb;
}

.garage-card-mobile-picker {
    border: 1px solid #e8ecf1;
    border-radius: var(--bs-border-radius);
    background: #ffffff;
    margin: 0 0 12px 0;
}

.garage-card-mobile-picker__summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    cursor: pointer;
    list-style: none;
}

.garage-card-mobile-picker__summary::-webkit-details-marker {
    display: none;
}

.garage-card-mobile-picker__thumb {
    width: 44px;
    height: 44px;
    border-radius: var(--bs-border-radius);
    background: linear-gradient(135deg, #f1f3f5 0%, #e8ecf1 100%);
    border: 1px solid #e8ecf1;
    color: #95a1b4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.garage-card-mobile-picker__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.garage-card-mobile-picker__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1 1 auto;
}

.garage-card-mobile-picker__content strong {
    font-size: 15px;
    color: #222834;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.garage-card-mobile-picker__content small {
    color: #8f9ab0;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.garage-card-mobile-picker__chevron {
    color: #8f9ab0;
    transition: transform 0.2s ease-in-out;
}

.garage-card-mobile-picker[open] .garage-card-mobile-picker__chevron {
    transform: rotate(180deg);
}

.garage-card-mobile-picker__menu {
    border-top: 1px solid #f0f2f4;
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.garage-card-mobile-picker__item {
    border-radius: var(--bs-border-radius);
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #eef1f5;
    background: #ffffff;
}

.garage-card-mobile-picker__item.is-active {
    background: #fef2f2;
    border-color: #A81700;
}

.garage-card-mobile-picker__item-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1 1 auto;
}

.garage-card-mobile-picker__item-content strong {
    font-size: 14px;
    color: #222834;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.garage-card-mobile-picker__item-content small {
    font-size: 12px;
    color: #8f9ab0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.garage-card-mobile-picker__item .garage-card__thumb {
    width: 46px;
    height: 46px;
    border-width: 1px;
}

.garage-form .card-body {
    border-radius: var(--bs-border-radius);
    padding-bottom: 2.5rem !important;
}

.garage-form__title {
    font-size: 28px;
    font-weight: 700;
}

.garage-form__section {
    background: #fbfcfe;
    border: 1px solid #eef0f4;
    border-radius: var(--bs-border-radius);
    padding: 24px;
    margin-bottom: 24px;
}

.garage-form__section-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}

.garage-form__section-title {
    font-size: 18px;
    font-weight: 600;
    color: #222834;
    margin-bottom: 0;
}

.garage-form__section-subtitle {
    font-size: 14px;
    color: #6c7689;
    margin-bottom: 0;
}

.garage-form__section--photos {
    padding: 0;
    background: transparent;
    border: none;
}

.garage-form__section--compact {
    padding: 20px 24px;
}

.garage-form__section:last-of-type {
    margin-bottom: 0;
}

.garage-form__grid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.garage-form__grid--details {
    --bs-gutter-x: 1.5rem;
}

.garage-form__toggle {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.garage-form__toggle .form-check {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    width: 100%;
}

.garage-form__toggle .form-check-input {
    width: 3rem;
    height: 1.5rem;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
}

.garage-form__toggle .form-check-label {
    font-weight: 600;
    color: #222834;
}

.garage-form__toggle-hint {
    font-size: 14px;
    color: #6c7689;
    max-width: 460px;
}

.garage-privacy-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.garage-privacy-panel__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 16px 20px;
    align-items: start;
}

.garage-privacy-panel__meta {
    min-width: 0;
}

.garage-privacy-panel__label {
    display: block;
    margin-bottom: 0;
    font-weight: 600;
    color: #222834;
}

.garage-privacy-panel__control {
    min-width: 0;
}

.garage-privacy-panel__control select {
    max-width: none;
}

.service-book-privacy-field {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.garage-privacy-panel__switch {
    border-top: 1px solid #eef0f4;
    padding-top: 16px;
}

.service-book-privacy-panel__actions {
    display: flex;
    justify-content: flex-end;
}

.garage-form__danger {
    border-color: #eef0f4 !important;
}

.service-book-items-table th {
    white-space: nowrap;
}

.service-book-items-table__remove-btn {
    min-width: 40px !important;
    width: 40px;
    height: 40px;
    padding: 0;
}

.service-book-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.service-book-form-actions .btn {
    display: inline-flex;
    width: auto;
    min-width: 140px;
    justify-content: center;
}

.service-book-telegram-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.service-book-telegram-btn {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 16px;
}

.service-book-record-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
}

.service-book-record-actions form {
    margin: 0;
}

.service-book-record-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.garage-photos {
    border: 1px dashed #d9dde6;
    border-radius: var(--bs-border-radius);
    padding: 24px;
    background: #fbfcfe;
}

.garage-photos__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.garage-photos__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.garage-photos__subtitle {
    margin-bottom: 0;
    font-size: 14px;
}

.garage-photos__existing,
.garage-photos__list--new {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.garage-photos__existing {
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .garage-create .garage-form .card-body {
        padding: 16px !important;
    }

    .garage-create .garage-form__section,
    .garage-create .garage-form__section--compact {
        margin-left: -16px;
        margin-right: -16px;
        padding: 16px;
        border-radius: 0;
    }

    .garage-create .garage-form__grid {
        --bs-gutter-x: 0;
    }

    .garage-create .garage-form__grid > [class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }

    .garage-create .garage-form__section .input-field,
    .garage-create .garage-form__section .input-field input,
    .garage-create .garage-form__section .input-field select,
    .garage-create .garage-form__section .input-field textarea {
        width: 100%;
        max-width: 100%;
        display: block;
        box-sizing: border-box;
    }

    .garage-create .garage-photos {
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 0;
    }

    .garage-create .garage-photos__empty {
        border-radius: 0;
    }

    .service-book-record-head {
        gap: 12px !important;
    }

    .service-book-record-head > :first-child {
        width: 100%;
    }

    .service-book-record-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .service-book-record-actions > .btn,
    .service-book-record-actions > a.btn,
    .service-book-record-actions > form {
        flex: 1 1 100%;
    }

    .service-book-record-actions form .btn,
    .service-book-record-actions > .btn,
    .service-book-record-actions > a.btn {
        width: 100%;
    }

    .service-book-privacy-panel__actions {
        justify-content: flex-start;
    }

    .service-book-privacy-field {
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .garage-privacy-panel__row {
        grid-template-columns: 1fr;
    }
}

.garage-photos__empty {
    border-radius: var(--bs-border-radius);
    padding: 20px;
    background: #f8f9fb;
    text-align: center;
}

.garage-photo-card {
    width: 176px;
    border-radius: var(--bs-border-radius);
    background: #ffffff;
    border: 2px solid #e2e6ef;
    overflow: hidden;
    position: relative;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s, transform 0.2s ease-in-out;
}

.garage-photo-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.garage-photo-card.is-main {
    border-color: #A81700;
    box-shadow: 0 0 0 3px rgba(168, 23, 0, 0.2), 0 4px 12px rgba(168, 23, 0, 0.15);
}

.garage-photo-card.is-error {
    border-color: #A81700;
    box-shadow: 0 0 0 2px rgba(168, 23, 0, 0.35), 0 0 12px rgba(168, 23, 0, 0.25);
}

.garage-photo-card.is-main::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 28px;
    height: 28px;
    background: #A81700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(168, 23, 0, 0.4);
}

.garage-photo-card.is-main::after {
    content: '\2605';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    z-index: 11;
}

.garage-photo-card.is-removed {
    opacity: 0.6;
}

.garage-photo-card__error {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 12px;
    padding: 6px 10px;
    border-radius: 12px;
    background: rgba(168, 23, 0, 0.92);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 4px 10px rgba(168, 23, 0, 0.3);
}

.garage-photo-card__preview {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f3f5 0%, #e8ecf1 100%);
}

.garage-photo-card__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.garage-photo-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #99a3b3;
    font-size: 28px;
}

.garage-photo-card__actions {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.garage-photo-card__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.65);
    color: #ffffff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

.garage-photo-card__icon:hover {
    background: rgba(17, 24, 39, 0.85);
}

.garage-photo-card__icon--remove {
    background: rgba(168, 23, 0, 0.9);
}

.garage-photo-card__icon--remove:hover {
    background: rgba(168, 23, 0, 1);
}

.garage-photos__dropzone {
    border: 1px dashed #cfd5e2;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    text-align: center;
    background: #fdfdff;
    transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out;
    position: relative;
}

.garage-photos__dropzone input[type=file] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.garage-photos__dropzone:focus {
    outline: none;
    border-color: #A81700;
    box-shadow: 0 0 0 0.15rem rgba(168, 23, 0, 0.15);
}

.garage-photos__dropzone:hover {
    border-color: #A81700;
    background: rgba(168, 23, 0, 0.04);
}

.garage-photos__dropzone-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #616a7d;
    pointer-events: none;
}

.garage-photos__dropzone-content i {
    font-size: 28px;
    color: #A81700;
}

.garage-photos__dropzone-text {
    margin: 0;
    font-weight: 600;
}

.garage-photos__dropzone.is-disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.garage-photos__list--new {
    margin-top: 16px;
}

.garage-photos__new {
    width: 100%;
}

.garage-photos__limit {
    margin-top: 12px;
    font-weight: 600;
}

.js-garage-car-form.is-loading-models select,
.js-garage-car-form.is-loading-models input,
.js-garage-car-form.is-loading-models textarea,
.js-garage-car-form.is-loading-generations select,
.js-garage-car-form.is-loading-generations input,
.js-garage-car-form.is-loading-generations textarea {
    pointer-events: none;
    opacity: 0.85;
}

@media (max-width: 767.98px) {
    .garage-create .garage-photos__existing,
    .garage-create .garage-photos__list--new {
        justify-content: space-between;
        gap: 12px;
    }

    .garage-create .garage-photo-card {
        width: calc((100% - 12px) / 2);
        max-width: none;
    }

    .garage-create .checkout-form .form-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .garage-create .checkout-form .form-actions .btn {
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .garage-create .garage-photo-card {
        width: 100%;
    }
}
