.mvl-rental-account {
    background: #f2f3f5;
    padding: 46px 0 60px;
    color: #223238;
    font-family: inherit;
}

.mvl-rental-account * {
    box-sizing: border-box;
}

.mvl-rental-account a {
    text-decoration: none;
}

.mvl-rental-account a:hover, .mvl-rental-account a:focus {
    text-decoration: none;
}

.mvl-rental-account__inner {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 34px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.mvl-rental-account-sidebar__title,
.mvl-rental-account-main__header span {
    display: block;
    margin-bottom: 14px;
    color: #7b8790;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mvl-rental-account-profile-card,
.mvl-rental-account-nav,
.mvl-rental-account-profile-panel,
.mvl-rental-account-booking,
.mvl-rental-account-empty {
    background: #fff;
    border: 1px solid #e5e9ee;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(35, 50, 56, 0.06);
}

.mvl-rental-account-profile-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
}

.mvl-rental-account-profile-card__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0c540;
    color: #203137;
    font-size: 17px;
    font-weight: 800;
}

.mvl-rental-account-profile-card__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mvl-rental-account-profile-card__content {
    min-width: 0;
}

.mvl-rental-account-profile-card__content strong,
.mvl-rental-account-profile-card__content span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mvl-rental-account-profile-card__content strong {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 800;
}

.mvl-rental-account-profile-card__content span {
    color: #7c878d;
    font-size: 13px;
}

.mvl-rental-account-nav {
    margin-top: 18px;
    overflow: hidden;
}

.mvl-rental-account-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 16px;
    border-bottom: 1px solid #eef1f4;
    color: #233238;
    font-size: 14px;
    font-weight: 700;
    transition: background 0.16s ease, color 0.16s ease;
}

.mvl-rental-account-nav a:last-child {
    border-bottom: 0;
}

.mvl-rental-account-nav a:hover, .mvl-rental-account-nav a:focus, .mvl-rental-account-nav a.active {
    background: #fbf4dd;
    color: #233238;
}

.mvl-rental-account-nav a i {
    width: 18px;
    color: #98a0b3;
    text-align: center;
}

.mvl-rental-account-nav a span {
    flex: 1;
}

.mvl-rental-account-nav a em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #f0c540;
    color: #203137;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.mvl-rental-account-support {
    margin-top: 18px;
    padding: 22px;
    border-radius: 4px;
    background: #263238;
    color: #fff;
}

.mvl-rental-account-support span {
    display: block;
    margin-bottom: 5px;
    color: #f0c540;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.mvl-rental-account-support strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

.mvl-rental-account-support p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.55;
}

.mvl-rental-account-main__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.mvl-rental-account-main__header h1 {
    margin: 0;
    color: #243238;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.mvl-rental-account-book-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 3px;
    background: #f0c540;
    color: #223238;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    transition: background 0.16s ease;
}

.mvl-rental-account-book-button:hover, .mvl-rental-account-book-button:focus {
    background: #dcae18;
    color: #223238;
}

.mvl-rental-account-tabs {
    display: inline-flex;
    margin-bottom: 18px;
    border-bottom: 1px solid #d9dee4;
}

.mvl-rental-account-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 20px;
    border-bottom: 3px solid transparent;
    color: #6f7b83;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.mvl-rental-account-tabs a.active, .mvl-rental-account-tabs a:hover, .mvl-rental-account-tabs a:focus {
    border-bottom-color: #f0c540;
    color: #223238;
}

.mvl-rental-account-tabs a span {
    color: #9aa3aa;
    font-size: 12px;
}

.mvl-rental-account-bookings {
    display: grid;
    gap: 18px;
}

.mvl-rental-account-booking {
    overflow: hidden;
}

.mvl-rental-account-booking__notice {
    padding: 12px 24px;
    background: #f0c540;
    color: #223238;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.mvl-rental-account-booking__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 24px 18px;
}

.mvl-rental-account-booking__vehicle {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.mvl-rental-account-booking__vehicle > div:last-child {
    flex: 1 1 auto;
    min-width: 0;
}

.mvl-rental-account-booking__vehicle h2 {
    margin: 0 0 6px;
    color: #223238;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
}

.mvl-rental-account-booking__vehicle p {
    margin: 0;
    color: #7a858c;
    font-size: 13px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.mvl-rental-account-booking__image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 118px;
    width: 118px;
    height: 82px;
    overflow: hidden;
    border-radius: 3px;
    background: #eef1f4;
    color: #9ba4aa;
    font-size: 28px;
}

.mvl-rental-account-booking__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mvl-rental-account-booking__image img.mvl-rental-listing-placeholder {
    -o-object-fit: contain;
    object-fit: contain;
}

.mvl-rental-account-booking__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 14px;
    background: #e8f6ed;
    color: #22864a;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.mvl-rental-account-booking__route {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr);
    align-items: center;
    margin: 0 24px;
    padding: 20px 22px;
    border: 1px solid #e5e9ee;
    border-radius: 4px;
    background: #f8fafb;
}

.mvl-rental-account-booking__route span,
.mvl-rental-account-booking__route em {
    display: block;
    color: #849098;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.mvl-rental-account-booking__route strong {
    display: block;
    margin: 6px 0 7px;
    color: #223238;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.mvl-rental-account-booking__days {
    text-align: center;
}

.mvl-rental-account-booking__days i {
    display: block;
    margin-bottom: 7px;
    color: #f0c540;
    font-size: 22px;
}

.mvl-rental-account-booking__days span {
    color: #223238;
}

.mvl-rental-account-booking__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 24px 24px;
}

.mvl-rental-account-booking__footer span {
    display: block;
    margin-bottom: 3px;
    color: #849098;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.mvl-rental-account-booking__footer strong {
    color: #223238;
    font-size: 24px;
    font-weight: 800;
}

.mvl-rental-account-booking__footer button,
.mvl-rental-account-booking__footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    border: 0;
    border-radius: 3px;
    background: #f0c540;
    color: #223238;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    transition: background 0.16s ease;
    cursor: pointer;
}

.mvl-rental-account-booking__footer button:hover, .mvl-rental-account-booking__footer button:focus,
.mvl-rental-account-booking__footer a:hover,
.mvl-rental-account-booking__footer a:focus {
    background: #dcae18;
    color: #223238;
}

.mvl-rental-account-empty {
    padding: 42px;
    text-align: center;
}

.mvl-rental-account-empty h2 {
    margin: 0 0 8px;
    color: #223238;
    font-size: 24px;
    font-weight: 800;
}

.mvl-rental-account-empty p {
    margin: 0 0 22px;
    color: #7c878d;
}

.mvl-rental-account-empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 3px;
    background: #f0c540;
    color: #223238;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.mvl-rental-account-profile-panel {
    padding: 28px;
}

.mvl-rental-account-profile-panel__notice {
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid #b8dfc7;
    border-radius: 3px;
    background: #eef9f2;
    color: #22864a;
    font-size: 13px;
    font-weight: 700;
}

.mvl-rental-account-profile-panel__notice--error {
    border-color: #efb7b7;
    background: #fff3f3;
    color: #b30000;
}

.mvl-rental-account-profile-panel__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mvl-rental-account-profile-panel__grid label {
    margin: 0;
}

.mvl-rental-account-profile-panel__grid span {
    display: block;
    margin-bottom: 8px;
    color: #6f7b83;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.mvl-rental-account-profile-panel__grid input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #dfe4e9;
    border-radius: 3px;
    background: #f8fafb;
    color: #223238;
    font-size: 14px;
}

.mvl-rental-account-profile-panel__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
}

.mvl-rental-account-profile-panel__actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    border: 0;
    border-radius: 3px;
    background: #f0c540;
    color: #223238;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    transition: background 0.16s ease;
    cursor: pointer;
}

.mvl-rental-account-profile-panel__actions button:hover, .mvl-rental-account-profile-panel__actions button:focus {
    background: #dcae18;
    color: #223238;
}

@media (max-width: 991px) {
    .mvl-rental-account__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .mvl-rental-account {
        padding: 28px 0 42px;
    }

    .mvl-rental-account-main__header,
  .mvl-rental-account-booking__body,
  .mvl-rental-account-booking__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .mvl-rental-account-main__header h1 {
        font-size: 28px;
    }

    .mvl-rental-account-book-button,
  .mvl-rental-account-booking__footer button {
        width: 100%;
    }

    .mvl-rental-account-booking__route {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mvl-rental-account-booking__days {
        text-align: left;
    }

    .mvl-rental-account-booking__days i {
        display: none;
    }

    .mvl-rental-account-profile-panel__grid {
        grid-template-columns: 1fr;
    }

    .mvl-rental-account-profile-panel__actions button {
        width: 100%;
    }
}