:root {
    --rzg-teal: #0f766e;
    --rzg-teal-dark: #0a5b58;
    --rzg-ink: #101820;
    --rzg-blue: #2f80ed;
    --rzg-orange: #ff7a1a;
    --rzg-sand: #f7f3eb;
    --rzg-line: #e4ddd0;
    --rzg-muted: #5d6a72;
    --rzg-white: #ffffff;
    --rzg-shadow: 0 18px 50px rgba(15, 23, 42, .10);
}

.rzg-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 78px;
    padding: 14px clamp(18px, 6vw, 112px);
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(228, 221, 208, .85);
    backdrop-filter: blur(14px);
}

.rzg-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.admin-bar .rzg-header {
    top: 32px;
}

.rzg-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #051b3a;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
}

.rzg-brand span::before {
    content: "R";
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    color: #fff;
    background: #0065f2;
    border-radius: 10px;
    font-size: 18px;
}

.rzg-menu,
.rzg-footer-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rzg-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    color: var(--rzg-ink);
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.rzg-menu a:hover,
.rzg-menu .current-menu-item > a {
    color: #0065f2;
    background: #eaf4ff;
}

.rzg-header-cta {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    color: #0065f2;
    background: #fff;
    border: 2px solid #0065f2;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.rzg-locale {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #0065f2;
    border-radius: 50%;
    background: #f0f7ff;
    font-size: 12px;
    font-weight: 900;
}

.rzg-login-icon,
.rzg-user-menu summary {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eaf4ff;
    cursor: pointer;
}

.rzg-login-icon span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50% 50% 45% 45%;
    background: #0065f2;
    box-shadow: 0 18px 0 -5px #0065f2;
}

.rzg-user-menu {
    position: relative;
}

.rzg-user-menu summary {
    list-style: none;
}

.rzg-user-menu summary::-webkit-details-marker {
    display: none;
}

.rzg-user-menu img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.rzg-user-menu-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 80;
    display: grid;
    min-width: 210px;
    padding: 10px;
    border: 1px solid #d9e2dd;
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--rzg-shadow);
}

.rzg-user-menu-panel a {
    padding: 12px;
    border-radius: 10px;
    color: var(--rzg-ink);
    font-weight: 800;
    text-decoration: none;
}

.rzg-user-menu-panel a:hover {
    color: #0065f2;
    background: #eaf4ff;
}

.rzg-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--rzg-teal);
    cursor: pointer;
}

.rzg-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: #fff;
}

.rzg-site-main {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: clamp(18px, 3vw, 36px);
}

.rzg-shortcode-page {
    width: 100%;
    max-width: none;
    padding: 0;
}

.rzg-shortcode-page .rzg-entry-content--canvas {
    margin: 0;
}

.rzg-front-page {
    width: 100%;
    max-width: none;
    padding: 0;
}

.rzg-content-card,
.rzg-page-shell {
    width: min(100%, 1120px);
    margin: 34px auto;
    padding: clamp(24px, 4vw, 48px);
    border: 1px solid var(--rzg-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--rzg-shadow);
}

.rzg-page-header h1 {
    margin: 0 0 22px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
}

.rzg-section {
    padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.rzg-section-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.rzg-hero {
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(90deg, rgba(5, 30, 34, .92), rgba(5, 30, 34, .48)), var(--rzg-hero-image, linear-gradient(135deg, #0f766e, #2f80ed));
    background-size: cover;
    background-position: center;
}

.rzg-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .62fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    padding-top: clamp(42px, 8vw, 90px);
    padding-bottom: clamp(42px, 8vw, 90px);
}

.rzg-hero-copy {
    max-width: 980px;
}

.rzg-kicker {
    margin: 0 0 12px;
    color: var(--rzg-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rzg-title {
    max-width: 820px;
    margin: 0;
    font-size: clamp(42px, 8vw, 92px);
    line-height: .98;
    font-weight: 900;
}

.rzg-lead {
    max-width: 640px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(18px, 2vw, 24px);
}

.rzg-search {
    display: grid;
    grid-template-columns: 1fr 1fr 170px 150px auto;
    gap: 10px;
    max-width: 980px;
    margin-top: 30px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--rzg-shadow);
}

.rzg-search-header {
    position: sticky;
    top: 72px;
    z-index: 40;
    padding: 18px clamp(14px, 4vw, 64px);
    background: #fff;
    border-bottom: 1px solid #dbe5ef;
}

.admin-bar .rzg-search-header {
    top: 104px;
}

.rzg-search-header .rzg-section-inner {
    width: min(1540px, 100%);
}

.rzg-search-page-form {
    max-width: none;
    margin: 0;
    grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) 170px 130px auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.rzg-search-page-form input,
.rzg-search-page-form select {
    min-height: 56px;
}

.rzg-search label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.rzg-search label span {
    color: var(--rzg-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.rzg-city-combo {
    position: relative;
    display: flex;
    align-items: stretch;
}

.rzg-city-combo input {
    width: 100%;
    padding-right: 42px;
}

.rzg-city-toggle {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 34px;
    height: calc(100% - 16px);
    border: 0;
    border-left: 1px solid #dbe5ef;
    background: transparent;
    color: #051b3a;
    cursor: pointer;
    font-weight: 900;
}

.rzg-city-results {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 80;
    max-height: 280px;
    overflow: auto;
    padding: 8px;
    border: 1px solid #dbe5ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--rzg-shadow);
}

.rzg-city-results button {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #051b3a;
    cursor: pointer;
    font-weight: 800;
    text-align: left;
}

.rzg-city-results button:hover,
.rzg-city-results button:focus {
    background: #edf7f5;
    outline: none;
}

.rzg-search input,
.rzg-search select {
    min-height: 52px;
    width: 100%;
    padding: 0 16px;
    border: 1px solid #d9e2dd;
    border-radius: 12px;
    color: var(--rzg-ink);
    background: #fff;
    font: inherit;
    font-weight: 700;
}

.rzg-hero-search {
    grid-template-columns: 1fr 1fr 170px 130px auto;
}

.rzg-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--rzg-blue);
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.rzg-button.is-orange {
    background: var(--rzg-orange);
}

.rzg-button.is-light {
    color: var(--rzg-teal);
    background: #eaf6f3;
}

.rzg-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.rzg-hero-panel {
    display: grid;
    gap: 14px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    box-shadow: var(--rzg-shadow);
}

.rzg-mini-stat,
.rzg-driver-card,
.rzg-route-preview {
    padding: 18px;
    border: 1px solid #d9e2dd;
    border-radius: 18px;
    color: var(--rzg-ink);
    background: #fff;
}

.rzg-mini-stat span {
    display: block;
    color: var(--rzg-muted);
    font-size: 13px;
    font-weight: 800;
}

.rzg-mini-stat strong {
    display: block;
    margin-top: 6px;
    font-size: 28px;
}

.rzg-driver-card {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rzg-driver-card span {
    display: block;
    color: var(--rzg-muted);
    font-size: 13px;
}

.rzg-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    color: #fff;
    background: var(--rzg-teal);
    border-radius: 50%;
    font-weight: 900;
}

.rzg-route-preview {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    font-weight: 900;
}

.rzg-route-preview i {
    display: block;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rzg-orange), var(--rzg-blue));
}

.rzg-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rzg-white {
    background: #fff;
}

.rzg-card {
    padding: 24px;
    border: 1px solid var(--rzg-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.rzg-card strong {
    display: block;
    color: var(--rzg-ink);
    font-size: 22px;
    line-height: 1.15;
}

.rzg-card p {
    margin: 12px 0 0;
    color: var(--rzg-muted);
}

.rzg-steps {
    margin-top: 28px;
}

.rzg-step-index {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    color: var(--rzg-teal);
    background: #eaf6f3;
    border-radius: 12px;
    font-weight: 900;
}

.rzg-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    gap: clamp(24px, 5vw, 70px);
    align-items: center;
}

.rzg-split img,
.rzg-map-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: var(--rzg-shadow);
}

.rzg-map-card {
    overflow: hidden;
    border: 1px solid var(--rzg-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--rzg-shadow);
}

.rzg-map-card img {
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.rzg-map-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 16px;
}

.rzg-map-metrics span {
    padding: 14px;
    border-radius: 14px;
    background: var(--rzg-sand);
    color: var(--rzg-muted);
    font-size: 13px;
}

.rzg-map-metrics strong {
    display: block;
    color: var(--rzg-ink);
    font-size: 18px;
}

.rzg-section h2 {
    margin: 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.03;
}

.rzg-section p {
    color: var(--rzg-muted);
}

.rzg-destination-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.rzg-destination {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--rzg-line);
    border-radius: 18px;
    background: #fff;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.rzg-destination:hover {
    transform: translateY(-3px);
    box-shadow: var(--rzg-shadow);
}

.rzg-destination span {
    display: block;
    color: var(--rzg-orange);
    font-size: 13px;
    font-weight: 900;
}

.rzg-destination em {
    color: var(--rzg-muted);
    font-style: normal;
    font-weight: 700;
}

.rzg-trip-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.rzg-trip-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px;
    border: 1px solid var(--rzg-line);
    border-radius: 20px;
    background: #fff;
}

.rzg-trip-card h3 {
    margin: 0;
    color: var(--rzg-teal);
    font-size: 22px;
}

.rzg-trip-card h3 span {
    color: var(--rzg-orange);
}

.rzg-trip-card p {
    margin: 4px 0 14px;
}

.rzg-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rzg-pills span {
    padding: 8px 10px;
    border-radius: 999px;
    background: var(--rzg-sand);
    color: var(--rzg-ink);
    font-size: 13px;
    font-weight: 900;
}

.rzg-linked-card {
    color: inherit;
    text-decoration: none;
}

.rzg-cta {
    color: #fff;
    background: var(--rzg-teal);
}

.rzg-cta p {
    color: rgba(255, 255, 255, .86);
}

.rzg-cta-card {
    background: #fff;
}

.rzg-page-hero {
    background: linear-gradient(135deg, #f7f3eb, #ffffff);
}

.rzg-page-hero .rzg-title {
    color: var(--rzg-ink);
}

.rzg-page-hero p {
    max-width: 760px;
}

.rzg-compact {
    padding-top: 28px;
}

.rzg-search-page-form {
    max-width: none;
    grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) 170px 130px auto;
}

.rzg-route-examples {
    margin-top: 28px;
}

.rzg-search-results-shell {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 42px;
    width: min(1460px, 100%);
    margin: 0 auto;
    padding: 28px clamp(18px, 6vw, 112px) 70px;
    background: #fff;
}

.rzg-search-filters {
    display: grid;
    align-content: start;
    gap: 18px;
    color: #051b3a;
}

.rzg-map-placeholder {
    display: none;
    place-items: center;
    min-height: 165px;
    border: 1px solid #dbe5ef;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(0, 101, 242, .16), rgba(255,255,255,.65)),
        repeating-linear-gradient(45deg, #e5edf5 0 8px, #f8fbff 8px 16px);
}

.rzg-map-placeholder span {
    padding: 16px 24px;
    color: #fff;
    background: #0065f2;
    border-radius: 999px;
    font-weight: 900;
}

.rzg-search-filters h2 {
    margin: 18px 0 0;
    font-size: 24px;
}

.rzg-search-filters label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
}

.rzg-filter-form {
    display: grid;
    gap: 14px;
}

.rzg-search-filters > h2,
.rzg-search-filters > label {
    display: none;
}

.rzg-search-filters input[type="checkbox"],
.rzg-search-filters input[type="radio"] {
    width: 22px;
    height: 22px;
    accent-color: #0065f2;
}

.rzg-filter-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.rzg-filter-row label {
    display: grid;
    gap: 6px;
}

.rzg-filter-row label span {
    color: #526580;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.rzg-filter-row input,
.rzg-filter-form select {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid #dbe5ef;
    border-radius: 10px;
    background: #fff;
    color: #051b3a;
    font-weight: 800;
}

.rzg-filter-actions {
    display: grid;
    gap: 10px;
    margin-top: 6px;
}

.rzg-filter-actions .rzg-button {
    width: 100%;
}

.rzg-filter-actions a {
    color: #0065f2;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

.rzg-search-results {
    display: grid;
    gap: 16px;
}

.rzg-search-tabs {
    display: flex;
    gap: 28px;
    align-items: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .07);
}

.rzg-search-tabs strong,
.rzg-search-tabs span {
    color: #051b3a;
    font-size: 18px;
    font-weight: 900;
}

.rzg-results-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.rzg-results-tools {
    display: flex;
    align-items: center;
    gap: 14px;
}

.rzg-results-tools form,
.rzg-results-tools label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.rzg-results-tools select {
    min-height: 38px;
    border: 1px solid #dbe5ef;
    border-radius: 10px;
    background: #fff;
    font-weight: 800;
}

.rzg-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.rzg-pagination a,
.rzg-pagination span {
    padding: 10px 14px;
    border: 1px solid #dbe5ef;
    border-radius: 999px;
    background: #fff;
    color: #051b3a;
    font-weight: 900;
    text-decoration: none;
}

.rzg-results-title h1 {
    margin: 0;
    color: #051b3a;
    font-size: 22px;
}

.rzg-results-title strong {
    color: #051b3a;
}

.rzg-front-trip-list {
    display: grid;
    gap: 18px;
}

.rzg-front-trip-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    align-items: start;
    gap: 18px;
    padding: 18px 22px;
    border: 1px solid #dbe5ef;
    border-radius: 18px;
    background: #fff;
}

.rzg-front-trip-main {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 16px;
    color: inherit;
    text-decoration: none;
}

.rzg-front-timeline {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 8px;
    color: #051b3a;
    font-size: 18px;
}

.rzg-front-timeline i {
    height: 4px;
    margin-top: 12px;
    border-radius: 999px;
    background: #526580;
}

.rzg-front-trip-card h2 {
    margin: 0;
    color: #051b3a;
    font-size: 20px;
}

.rzg-front-trip-card p {
    margin: 6px 0 0;
    color: #40516a;
}

.rzg-front-driver {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    color: #526580;
    font-weight: 800;
}

.rzg-front-driver img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.rzg-front-amenities {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.rzg-front-amenities span {
    color: #526580;
    font-weight: 800;
}

.rzg-front-trip-side {
    display: grid;
    align-content: start;
    justify-items: end;
    gap: 8px;
}

.rzg-front-trip-side strong {
    color: #051b3a;
    font-size: 25px;
    font-weight: 900;
}

.rzg-mobile-drawer-toggle {
    display: none;
}

.rzg-front-trip-side a {
    color: #0065f2;
    font-weight: 900;
    text-decoration: none;
}

.rzg-empty-results {
    padding: 30px;
    border: 1px dashed #b9c7d8;
    border-radius: 18px;
    color: #526580;
    background: #fff;
    font-weight: 800;
}

.rzg-driver-benefits ul {
    margin: 16px 0 0;
    padding-left: 20px;
    color: var(--rzg-muted);
}

.rzg-driver-benefits li + li {
    margin-top: 10px;
}

.rzg-footer {
    display: grid;
    grid-template-columns: minmax(240px, .8fr) minmax(0, 1.6fr);
    gap: clamp(28px, 5vw, 72px);
    padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px) 28px;
    color: #fff;
    background: #084846;
}

.rzg-footer-brand strong {
    font-size: 28px;
}

.rzg-footer p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, .76);
}

.rzg-footer-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.rzg-footer h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}

.rzg-footer a {
    display: block;
    color: #fff;
    text-decoration: none;
    opacity: .78;
}

.rzg-footer a + a {
    margin-top: 10px;
}

.rzg-footer a:hover {
    opacity: 1;
}

.rzg-footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
}

@media (max-width: 900px) {
    .admin-bar .rzg-header {
        top: 46px;
    }

    .rzg-search-header,
    .admin-bar .rzg-search-header {
        top: 58px;
        padding: 12px 16px;
        border-bottom: 1px solid #dbe5ef;
        box-shadow: 0 12px 24px rgba(15, 23, 42, .06);
    }

    .rzg-mobile-drawer-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 46px;
        padding: 0 14px;
        border: 1px solid #dbe5ef;
        border-radius: 14px;
        background: #fff;
        color: #051b3a;
        font-weight: 900;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
    }

    .rzg-mobile-drawer-toggle::after {
        content: "^";
        color: #0065f2;
        font-size: 18px;
    }

    .rzg-search-header.is-collapsed .rzg-search-page-form,
    .rzg-search-filters.is-collapsed .rzg-filter-form {
        display: none;
    }

    .rzg-search-filters.is-collapsed {
        gap: 0;
    }

    .rzg-search-header.is-collapsed .rzg-mobile-drawer-toggle::after,
    .rzg-search-filters.is-collapsed .rzg-mobile-drawer-toggle::after {
        content: "v";
    }

    .rzg-search-header .rzg-section-inner {
        display: grid;
        gap: 10px;
    }

    .rzg-menu-toggle {
        display: inline-block;
    }

    .rzg-nav {
        display: none;
        position: absolute;
        top: 74px;
        left: 16px;
        right: 16px;
        padding: 14px;
        border: 1px solid var(--rzg-line);
        border-radius: 18px;
        background: #fff;
        box-shadow: var(--rzg-shadow);
    }

    .rzg-nav.is-open {
        display: grid;
        gap: 12px;
    }

    .rzg-menu {
        flex-direction: column;
        align-items: stretch;
    }

    .rzg-menu a {
        width: 100%;
    }

    .rzg-search,
    .rzg-hero-search,
    .rzg-search-page-form,
    .rzg-grid,
    .rzg-hero-grid,
    .rzg-split,
    .rzg-destination-list {
        grid-template-columns: 1fr;
    }

    .rzg-search-page-form {
        gap: 8px;
    }

    .rzg-search-page-form input,
    .rzg-search-page-form select {
        min-height: 50px;
    }

    .rzg-trip-card {
        align-items: stretch;
        flex-direction: column;
    }

    .rzg-header-cta {
        justify-content: center;
    }

    .rzg-footer,
    .rzg-footer-columns {
        grid-template-columns: 1fr;
    }

    .rzg-footer-bottom {
        flex-direction: column;
    }

    .rzg-search-results-shell,
    .rzg-front-trip-main,
    .rzg-front-trip-card {
        grid-template-columns: 1fr;
    }

    .rzg-search-filters {
        display: grid;
        gap: 14px;
        padding: 0;
    }

    .rzg-search-filters .rzg-mobile-drawer-toggle {
        margin-bottom: 0;
    }

    .rzg-search-results-shell {
        gap: 16px;
        padding: 16px 16px 44px;
        overflow: hidden;
    }

    .rzg-search-tabs {
        flex-wrap: wrap;
        gap: 12px;
        min-height: auto;
        padding: 14px;
    }

    .rzg-search-tabs strong,
    .rzg-search-tabs span {
        font-size: 16px;
    }

    .rzg-results-title,
    .rzg-results-tools {
        align-items: flex-start;
        flex-direction: column;
    }

    .rzg-results-tools form,
    .rzg-results-tools label {
        flex-wrap: wrap;
    }

    .rzg-front-trip-card {
        gap: 14px;
        padding: 18px;
    }

    .rzg-front-trip-main {
        gap: 16px;
    }

    .rzg-front-timeline {
        grid-template-columns: auto 1fr;
    }

    .rzg-front-timeline strong:last-child {
        display: none;
    }

    .rzg-front-trip-side {
        justify-items: stretch;
        text-align: left;
    }

    .rzg-front-trip-side a {
        width: 100%;
    }
}
