.tt-hr,
.tt-hr * {
    box-sizing: border-box;
}

.tt-hr {
    --tt-red: #e3132c;
    --tt-navy: #152238;
    --tt-navy-2: #243857;
    --tt-muted: #64748b;
    --tt-border: #e2e8f0;
    --tt-bg: #f8fafc;
    --tt-green: #128c4a;
    --tt-gold: #f6c453;
    width: 100vw;
    max-width: none;
    margin: 0 auto;
    font-family: Vazirmatn, IRANSX, Tahoma, Arial, sans-serif;
    color: var(--tt-navy);
    line-height: 1.75;
    display: flex;
    flex-direction: column;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

body.tt-hr-reservation-page .hero-section,
body.tt-hr-reservation-page .entry-header,
body.tt-hr-reservation-page .page-header,
body.tt-hr-reservation-page .tt-page-standard-hero {
    display: none !important;
}

body.tt-hr-reservation-page .tt-page-standard-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.tt-hr-reservation-page .site-main,
body.tt-hr-reservation-page .content-area,
body.tt-hr-reservation-page .entries {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.tt-hr-reservation-page { overflow-x: hidden; }

.tt-hr__header { display: grid !important; order: 0; }
.tt-hr__hotel-menu { order: 1; }
.tt-hr__panel { order: 2; }
.tt-hr__hotel-details { order: 3; }
.tt-hr__content-intro { order: 4; }

.tt-hr__content-intro,
.tt-hr__hotel-menu,
.tt-hr__header,
.tt-hr__panel,
.tt-hr__hotel-details {
    width: min(1280px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.tt-hr__content-intro {
    padding: 22px 0 42px;
    text-align: center;
}

.tt-hr__content-intro h2,
.tt-hr__menu-heading h1 {
    margin: 30px 0 8px;
    color: var(--tt-navy);
    font-size: clamp(22px, 3vw, 30px);
}

.tt-hr__menu-heading h2 {
    margin: 0 0 5px;
    color: var(--tt-navy-2);
    font-size: clamp(16px, 2vw, 20px);
}

.tt-hr__info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.tt-hr__info-grid > div {
    display: flex;
    min-height: 145px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 20px 14px;
    border: 1px solid var(--tt-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(21, 34, 56, .05);
}

.tt-hr__info-grid span,
.tt-hr__process span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--tt-red);
    color: #fff;
    font-weight: 800;
}

.tt-hr__info-grid strong { font-size: 17px; }
.tt-hr__info-grid small { color: var(--tt-muted); }

.tt-hr__process {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0 24px;
    padding: 0;
    list-style: none;
}

.tt-hr__process li {
    display: flex;
    min-height: 105px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--tt-border);
    border-radius: 15px;
    background: var(--tt-bg);
    font-weight: 700;
}

.tt-hr__start {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    border-radius: 12px;
    background: var(--tt-red);
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.tt-hr__hotel-menu {
    scroll-margin-top: 25px;
    padding: 15px 0 35px;
}

.tt-hr__menu-heading { text-align: center; }
.tt-hr__menu-heading p { margin: 0 0 20px; color: var(--tt-muted); }

.tt-hr__hotel-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}
.tt-hr__hotel-tools { display: flex; flex-wrap: wrap; align-items: end; gap: 10px; margin: 0 0 18px; padding: 13px; border: 1px solid var(--tt-border); border-radius: 14px; background: #fff; }
.tt-hr__hotel-tools label { display: flex; min-width: 175px; flex: 1 1 190px; flex-direction: column; gap: 5px; color: var(--tt-navy); font-size: 12px; font-weight: 800; }
.tt-hr__hotel-tools select, .tt-hr__hotel-tools input[type="search"] { width: 100%; min-height: 42px; margin: 0; padding: 7px 11px; border: 1px solid #cfd8e5; border-radius: 10px; background: #fff; color: var(--tt-navy); font: inherit; }
.tt-hr__hotel-tools input[type="search"]:focus, .tt-hr__hotel-tools select:focus { border-color: var(--tt-red); outline: 2px solid rgba(227,19,44,.12); outline-offset: 1px; }
.tt-hr__hotel-search-label { flex-basis: 250px !important; }
.tt-hr__hotel-reset { min-height: 42px; padding: 7px 14px; border: 1px solid #cfd8e5; border-radius: 10px; background: #f8fafc; color: var(--tt-navy); font: inherit; font-weight: 800; cursor: pointer; }
.tt-hr__hotel-reset:hover { border-color: var(--tt-red); color: var(--tt-red); }
.tt-hr__hotel-empty { margin: 14px 0 0; padding: 18px; border-radius: 12px; background: #fff3f4; color: #9f1239; text-align: center; font-weight: 800; }
.tt-hr__hotel-empty[hidden], .tt-hr__hotel-card[hidden] { display: none !important; }

.tt-hr__hotel-card {
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 18px;
    background: #fff;
    color: var(--tt-navy);
    font: inherit;
    text-align: right;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(21,34,56,.08);
    transition: transform .2s, border-color .2s, box-shadow .2s;
}

.tt-hr__hotel-card:hover,
.tt-hr__hotel-card.is-selected { transform: translateY(-3px); border-color: var(--tt-red); box-shadow: 0 14px 34px rgba(21,34,56,.15); }

.tt-hr__card-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e9eef5;
}

.tt-hr__card-image img { width: 100%; height: 100%; object-fit: cover; }
.tt-hr__card-placeholder { display: grid; width: 100%; height: 100%; place-items: center; font-size: 52px; }
.tt-hr__card-body { display: flex; min-height: 150px; flex-direction: column; padding: 15px; }
.tt-hr__card-body > strong { overflow: hidden; font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
.tt-hr__card-stars { min-height: 22px; color: #d9a400; letter-spacing: 1px; }
.tt-hr__card-amenities {
    display: flex;
    width: 100%;
    min-height: 25px;
    align-items: center;
    gap: 9px;
    overflow: hidden;
    color: #536174;
    direction: rtl;
    font-size: 11px;
    white-space: nowrap;
}
.tt-hr__card-amenities[hidden] { display: block; visibility: hidden; }
.tt-hr__card-amenities > span { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 3px; }
.tt-hr__card-amenities i { color: var(--tt-red); font-size: 14px; font-style: normal; line-height: 1; }
.tt-hr__card-body small { color: var(--tt-muted); }
.tt-hr__card-body b { margin-top: auto; color: var(--tt-red); }

.tt-hr__hotel-details {
    margin-top: 24px;
    padding: 28px 30px;
    border: 1px solid var(--tt-border);
    border-radius: 20px;
    background: #fff;
}

.tt-hr__details-kicker { color: var(--tt-red); font-size: 13px; font-weight: 800; }
.tt-hr__details-name { margin: 4px 0; color: var(--tt-navy); }
.tt-hr__details-location-card { display: flex; align-items: center; gap: 14px; width: fit-content; max-width: 100%; margin: 12px 0 14px; padding: 12px 15px; border: 1px solid #e4e9f0; border-radius: 14px; background: #f8fafc; }
.tt-hr__details-location-card[hidden] { display: none; }
.tt-hr__details-map-icon { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; border-radius: 13px; background: #fff; box-shadow: 0 4px 14px rgba(21,34,56,.09); }
.tt-hr__details-map-icon svg { width: 31px; height: 31px; fill: var(--tt-red); }
.tt-hr__details-location-card strong { display: block; margin-bottom: 2px; color: var(--tt-navy); font-size: 13px; }
.tt-hr__details-location { margin: 0; color: var(--tt-muted); }
.tt-hr__map-link { display: inline-flex; margin-top: 5px; color: var(--tt-red) !important; font-size: 13px; font-weight: 800; text-decoration: none; }
.tt-hr__map-link:hover { text-decoration: underline; }
.tt-hr__map-link.is-hidden { display: none; }
.tt-hr__details-description { margin: 8px 0 14px; white-space: pre-line; }
.tt-hr__details-features { display: flex; flex-wrap: wrap; gap: 7px; }
.tt-hr__details-features span { padding: 5px 11px; border-radius: 99px; background: #eef2f7; color: #334155; font-size: 12px; }
.tt-hr__details-link { display: inline-flex; margin-top: 16px; color: var(--tt-red) !important; font-weight: 800; }
.tt-hr__details-link.is-hidden { display: none; }

.tt-hr__header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
    min-height: 290px;
    overflow: hidden;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(135deg, var(--tt-navy) 0%, var(--tt-navy-2) 100%);
    direction: ltr;
    isolation: isolate;
}

.tt-hr__hotel-visual {
    position: relative;
    min-height: 290px;
    overflow: hidden;
    background:
        radial-gradient(circle at 30% 35%, rgba(255, 255, 255, .13), transparent 35%),
        linear-gradient(135deg, #233854, #101b2d);
}

.tt-hr__hotel-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(21, 34, 56, .12) 0%, rgba(21, 34, 56, .18) 52%, rgba(21, 34, 56, .98) 100%),
        linear-gradient(0deg, rgba(7, 13, 24, .78) 0%, transparent 48%);
    pointer-events: none;
}

.tt-hr__hotel-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.96) contrast(1.03);
    transform: scale(1.015);
    transition: opacity .28s ease, transform .55s ease;
}

.tt-hr__hotel-visual.is-changing .tt-hr__hotel-image {
    opacity: .18;
    transform: scale(1.045);
}

.tt-hr__hotel-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .22);
    font-size: 76px;
}

.tt-hr__hotel-identity {
    position: absolute;
    right: 24px;
    bottom: 22px;
    left: 24px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    color: #fff;
    direction: rtl;
    text-align: right;
}

.tt-hr__selected-hotel-name {
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: clamp(18px, 2.4vw, 26px);
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 2px 15px rgba(0, 0, 0, .48);
}

.tt-hr__selected-hotel-stars {
    min-height: 24px;
    color: var(--tt-gold);
    font-size: 22px;
    line-height: 1;
    letter-spacing: 2px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .48);
}

.tt-hr__header-content {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px 40px 38px 28px;
    color: #fff;
    direction: rtl;
}

.tt-hr__header-content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -75px;
    width: 150px;
    background: linear-gradient(90deg, transparent, rgba(21, 34, 56, .92) 75%, var(--tt-navy));
    pointer-events: none;
}

.tt-hr__eyebrow {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 7px;
    padding: 4px 12px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 99px;
    font-size: 12px;
    letter-spacing: .7px;
}

.tt-hr__header h2 {
    position: relative;
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(24px, 4vw, 36px);
    line-height: 1.35;
}

.tt-hr__header p {
    position: relative;
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
}

.tt-hr__panel {
    overflow: hidden;
    border: 1px solid var(--tt-border);
    border-top: 0;
    border-radius: 0 0 22px 22px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(21, 34, 56, .09);
}

.tt-hr__section {
    padding: 28px 30px;
    border-bottom: 1px solid var(--tt-border);
}

.tt-hr__section:last-child {
    border-bottom: 0;
}

.tt-hr__step {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 800;
}

.tt-hr__step > span {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--tt-red);
    color: #fff;
    font-size: 14px;
}

.tt-hr__grid {
    display: grid;
    gap: 16px;
}

.tt-hr__grid--dates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tt-hr__hotel-field {
    max-width: 560px;
}

.tt-hr__field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.tt-hr__field > span,
.tt-hr__quantity > span,
.tt-hr__jalali-selects label > span {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
}

.tt-hr select,
.tt-hr input[type="date"] {
    width: 100%;
    min-height: 48px;
    padding: 10px 13px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff;
    color: var(--tt-navy);
    font: inherit;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.tt-hr select:focus,
.tt-hr input[type="date"]:focus {
    border-color: var(--tt-red);
    box-shadow: 0 0 0 3px rgba(227, 19, 44, .1);
}

.tt-hr__calendar-switch {
    display: inline-flex;
    gap: 4px;
    margin: 18px 0 14px;
    padding: 4px;
    border: 1px solid var(--tt-border);
    border-radius: 12px;
    background: var(--tt-bg);
}

.tt-hr__calendar-switch button {
    min-width: 118px;
    padding: 8px 14px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #475569;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s, color .2s, box-shadow .2s;
}

.tt-hr__calendar-switch button.is-active {
    background: var(--tt-navy);
    color: #fff;
    box-shadow: 0 5px 14px rgba(21, 34, 56, .16);
}

.tt-hr__calendar-panel[hidden] {
    display: none !important;
}

.tt-hr__jalali-fieldset {
    min-width: 0;
    margin: 0;
    padding: 14px;
    border: 1px solid var(--tt-border);
    border-radius: 14px;
}

.tt-hr__jalali-fieldset legend {
    padding: 0 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.tt-hr__jalali-selects {
    display: grid;
    grid-template-columns: .75fr 1.25fr 1fr;
    gap: 8px;
}

.tt-hr__jalali-selects label {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.tt-hr__jalali-selects select {
    min-width: 0;
    min-height: 44px;
    padding: 7px 8px;
}

.tt-hr__date-message {
    min-height: 28px;
    margin-top: 10px;
    color: var(--tt-green);
    font-weight: 700;
}

.tt-hr__date-message.is-error {
    color: var(--tt-red);
}

.tt-hr__rooms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tt-hr__room {
    display: grid;
    grid-template-columns: 1fr auto 120px;
    align-items: center;
    gap: 14px;
    min-height: 102px;
    padding: 16px;
    border: 1px solid var(--tt-border);
    border-radius: 16px;
    background: #fff;
    transition: transform .2s, border-color .2s, box-shadow .2s;
}

.tt-hr__room:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 9px 22px rgba(15, 23, 42, .06);
}

.tt-hr__room.is-unavailable {
    opacity: .58;
    background: var(--tt-bg);
}

.tt-hr__room-info,
.tt-hr__room-price,
.tt-hr__quantity {
    display: flex;
    flex-direction: column;
}

.tt-hr__room-info strong {
    font-size: 17px;
}

.tt-hr__room-info span,
.tt-hr__room-price span {
    color: var(--tt-muted);
    font-size: 12px;
}

.tt-hr__room-price {
    min-width: 125px;
}

.tt-hr__room-price strong {
    color: var(--tt-red);
    font-size: 16px;
}

.tt-hr__quantity select {
    min-height: 42px;
    padding: 5px 10px;
}

.tt-hr__hotel-note {
    margin: 15px 0 0;
    color: var(--tt-muted);
    font-size: 13px;
}

.tt-hr__summary-section {
    background: var(--tt-bg);
}

.tt-hr__summary {
    overflow: hidden;
    border: 1px solid var(--tt-border);
    border-radius: 17px;
    background: #fff;
}

.tt-hr__summary-empty {
    padding: 26px;
    text-align: center;
    color: var(--tt-muted);
}

.tt-hr__summary-top {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1.5fr;
    border-bottom: 1px solid var(--tt-border);
}

.tt-hr__summary-top > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-height: 94px;
    padding: 17px 20px;
    border-left: 1px solid var(--tt-border);
}

.tt-hr__summary-top > div:last-child {
    border-left: 0;
}

.tt-hr__summary-top span {
    color: var(--tt-muted);
    font-size: 13px;
}

.tt-hr__summary-top strong {
    font-size: 20px;
}

.tt-hr__grand-total-box {
    background: var(--tt-navy);
    color: #fff;
}

.tt-hr__grand-total-box span {
    color: rgba(255, 255, 255, .68);
}

.tt-hr__grand-total-box strong {
    color: #fff;
    font-size: 25px;
}

.tt-hr__breakdown {
    padding: 12px 20px;
}

.tt-hr__breakdown-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 9px 0;
    border-bottom: 1px dashed var(--tt-border);
}

.tt-hr__breakdown-row:last-child {
    border-bottom: 0;
}

.tt-hr__notice {
    margin-top: 14px;
    padding: 12px 15px;
    border-right: 4px solid #f59e0b;
    border-radius: 9px;
    background: #fffbeb;
    color: #854d0e;
    font-size: 13px;
}

.tt-hr__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.tt-hr__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    padding: 11px 23px;
    border-radius: 12px;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s, filter .2s, opacity .2s;
}

.tt-hr__button:hover {
    transform: translateY(-1px);
    filter: brightness(.97);
}

.tt-hr__button--whatsapp {
    background: #128c4a;
}

.tt-hr__button--instagram {
    background: linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045);
}

.tt-hr__button--call {
    background: var(--tt-red);
}

.tt-hr__button.is-disabled {
    opacity: .45;
    cursor: not-allowed;
    pointer-events: auto;
}

.tt-hr__copy-status {
    min-height: 24px;
    margin-top: 7px;
    color: #475569;
    font-size: 12px;
}

.tt-hr__contact-warning,
.tt-hr-empty {
    width: 100%;
    padding: 16px;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    background: #fff7ed;
    color: #9a3412;
}

/* 1.3.1: the visual hotel menu replaces the former navy hero. */
.tt-hr > .tt-hr__panel {
    border-top: 1px solid var(--tt-border);
    border-radius: 22px;
}

@media (max-width: 900px) {
    .tt-hr__info-grid,
    .tt-hr__hotel-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tt-hr__process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .tt-hr__header {
        grid-template-columns: minmax(270px, .85fr) minmax(0, 1.15fr);
    }

    .tt-hr__rooms,
    .tt-hr__grid--dates {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 901px) and (max-width: 1180px) {
    .tt-hr__hotel-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .tt-hr__header {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .tt-hr__hotel-visual {
        min-height: 225px;
    }

    .tt-hr__hotel-visual::before {
        background:
            linear-gradient(0deg, rgba(21, 34, 56, .98) 0%, rgba(21, 34, 56, .16) 65%),
            linear-gradient(90deg, rgba(21, 34, 56, .15), rgba(21, 34, 56, .15));
    }

    .tt-hr__header-content {
        padding: 28px 24px 31px;
    }

    .tt-hr__header-content::before {
        top: -80px;
        right: 0;
        bottom: auto;
        left: 0;
        width: auto;
        height: 100px;
        background: linear-gradient(0deg, var(--tt-navy), transparent);
    }

    .tt-hr__hotel-identity {
        right: 20px;
        bottom: 18px;
        left: 20px;
    }
}

@media (max-width: 640px) {
    .tt-hr {
        margin: 14px auto;
    }

    .tt-hr__content-intro,
    .tt-hr__hotel-menu,
    .tt-hr__header,
    .tt-hr__panel,
    .tt-hr__hotel-details { width: calc(100% - 24px); }

    .tt-hr__info-grid { grid-template-columns: 1fr; }

    .tt-hr__process { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .tt-hr__hotel-cards {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 4px 2px 15px;
    }

    .tt-hr__hotel-card { min-width: min(82vw, 310px); scroll-snap-align: start; }
    .tt-hr__hotel-details { padding: 22px 17px; }

    .tt-hr__header {
        border-radius: 16px 16px 0 0;
    }

    .tt-hr__section {
        padding: 21px 16px;
    }

    .tt-hr__panel {
        border-radius: 0 0 16px 16px;
    }

    .tt-hr__calendar-switch {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    .tt-hr__calendar-switch button {
        min-width: 0;
    }

    .tt-hr__jalali-selects {
        grid-template-columns: .8fr 1.3fr 1fr;
        gap: 6px;
    }

    .tt-hr__room {
        grid-template-columns: 1fr 110px;
    }

    .tt-hr__room-price {
        grid-column: 1 / -1;
        grid-row: 2;
        min-width: 0;
    }

    .tt-hr__quantity {
        grid-column: 2;
        grid-row: 1;
    }

    .tt-hr__summary-top {
        grid-template-columns: 1fr;
    }

    .tt-hr__summary-top > div {
        min-height: 76px;
        border-left: 0;
        border-bottom: 1px solid var(--tt-border);
    }

    .tt-hr__summary-top > div:last-child {
        border-bottom: 0;
    }

    .tt-hr__breakdown-row {
        flex-direction: column;
        gap: 2px;
    }

    .tt-hr__actions,
    .tt-hr__button {
        width: 100%;
    }
}
