:root {
    --dtb-ink: #101b3f;
    --dtb-muted: #667085;
    --dtb-line: #e6e9f0;
    --dtb-gold: #f7bf45;
    --dtb-gold-dark: #d99710;
    --dtb-blue: #0c2d63;
    --dtb-blue-soft: #edf4ff;
    --dtb-white: #ffffff;
    --dtb-danger: #b42318;
}

html.dtb-booking-page,
body.dtb-booking-page {
    max-width: 100%;
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html.dtb-booking-page,
    body.dtb-booking-page { overflow-x: clip; }
}

.dtb-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 34px auto;
    position: relative;
    z-index: 4;
    color: var(--dtb-ink);
    font-family: inherit;
    word-break: normal;
    overflow-wrap: normal;
    scroll-margin-top: 96px;
}

.dtb-booking-page .dt-booking {
    display: flex !important;
    align-items: center;
    gap: 9px;
    width: auto !important;
}

.dtb-header-whatsapp,
.dtb-whatsapp-float {
    box-sizing: border-box;
    text-decoration: none !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.dtb-header-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 8px 14px;
    border-radius: 10px;
    background: #20b15a;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 7px 18px rgba(19, 140, 70, .24);
}

.dtb-header-whatsapp:hover,
.dtb-header-whatsapp:focus {
    background: #138c46;
    color: #fff !important;
    outline: none;
}

.dtb-header-whatsapp svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
}

.dtb-booking-page .dt-booking {
    position: relative;
}

.dtb-book-panel-restored {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 0 !important;
    left: auto !important;
    z-index: 10000 !important;
    width: 210px !important;
    min-width: 210px !important;
    padding: 10px !important;
    border: 1px solid rgba(16, 27, 63, .12) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(16, 27, 63, .22) !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.dtb-book-panel-restored[hidden] {
    display: none !important;
}

.dtb-book-panel-restored:not([hidden]) {
    display: block !important;
}

.dtb-book-panel-restored > * {
    display: none !important;
}

.dtb-book-panel-restored > .dt-social-fb,
.dtb-book-panel-restored > .dt-social-ig {
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 100% !important;
    min-height: 46px;
    padding: 10px 13px !important;
    border-radius: 10px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
}

.dtb-book-panel-restored > .dt-social-fb {
    margin-bottom: 7px;
    background: #1877f2 !important;
}

.dtb-book-panel-restored > .dt-social-ig {
    background: linear-gradient(135deg, #833ab4, #e1306c 55%, #fcb045) !important;
}

.dtb-book-panel-restored .dt-social svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.dtb-book-panel-restored > .dt-social-fb:hover,
.dtb-book-panel-restored > .dt-social-fb:focus,
.dtb-book-panel-restored > .dt-social-ig:hover,
.dtb-book-panel-restored > .dt-social-ig:focus {
    filter: brightness(.92);
    color: #fff !important;
    outline: none;
}

.dtb-shell > .dt-hero {
    width: 100% !important;
    max-width: none !important;
    margin: 28px 0 0 !important;
    overflow: hidden;
    border-radius: 24px;
}

.dtb-shell > .dt-hero + .dtb-media {
    margin-top: 28px;
}

.dtb-whatsapp-float {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 56px;
    padding: 12px 18px 12px 13px;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 999px;
    background: #20b15a;
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 14px 34px rgba(8, 92, 43, .34);
}

.dtb-whatsapp-float:hover,
.dtb-whatsapp-float:focus {
    background: #138c46;
    color: #fff !important;
    outline: none;
    transform: translateY(-2px);
}

.dtb-whatsapp-float svg {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.dt-hero-content > p:empty {
    display: none !important;
}

.dtb-shell * { box-sizing: border-box; }
.dtb-shell [hidden] { display: none !important; }
.dtb-card {
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(16, 27, 63, .08);
    border-radius: 24px;
    box-shadow: 0 26px 70px rgba(13, 27, 62, .18);
    overflow: hidden;
}

.dtb-heading { padding: 28px 30px 16px; text-align: center; }
.dtb-kicker {
    display: inline-flex;
    padding: 6px 11px;
    border-radius: 999px;
    background: #fff5dc;
    color: #805600;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.dtb-heading h2 { margin: 10px 0 6px; font-size: clamp(26px, 3vw, 42px); line-height: 1.08; color: var(--dtb-ink); }
.dtb-heading p, .dtb-section-title p { margin: 0; color: var(--dtb-muted); }

.dtb-progress {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 16px 30px;
    list-style: none;
    background: #f9fafc;
    border-top: 1px solid var(--dtb-line);
    border-bottom: 1px solid var(--dtb-line);
}
.dtb-progress li { display: flex; align-items: center; justify-content: center; gap: 8px; color: #98a2b3; font-size: 13px; }
.dtb-progress span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #e9edf3; font-weight: 800; }
.dtb-progress li.is-active, .dtb-progress li.is-complete { color: var(--dtb-blue); }
.dtb-progress li.is-active span { background: var(--dtb-gold); color: #422d00; }
.dtb-progress li.is-complete span { background: var(--dtb-blue); color: white; }

.dtb-form { padding: 28px 30px 32px; }
.dtb-step { animation: dtbFade .24s ease; }
@keyframes dtbFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.dtb-route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; }
.dtb-grid { display: grid; gap: 16px; margin-top: 16px; }
.dtb-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dtb-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dtb-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; margin: 0; }
.dtb-field > span,
.dtb-location-field > label { font-size: 13px; font-weight: 800; color: var(--dtb-ink); }
.dtb-field small { color: var(--dtb-muted); font-size: 11px; line-height: 1.3; }
.dtb-required { color: var(--dtb-danger); font-style: normal; }
.dtb-phone-field .iti { width: 100%; }
.dtb-phone-field .iti__tel-input { width: 100%; }
.dtb-phone-field .iti__country-container { z-index: 3; }
.dtb-phone-field .iti__dropdown-content { max-width: min(420px, calc(100vw - 32px)); }
.dtb-phone-field .iti__search-input { min-height: 44px; font-size: 16px; }
.dtb-field input, .dtb-field select, .dtb-field textarea {
    width: 100%;
    min-height: 50px;
    border: 1px solid #cfd5df;
    border-radius: 12px;
    padding: 10px 13px;
    background: white;
    color: var(--dtb-ink);
    font: inherit;
    font-size: 15px;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
}
.dtb-field textarea { min-height: 92px; resize: vertical; }
.dtb-field input:focus, .dtb-field select:focus, .dtb-field textarea:focus { border-color: var(--dtb-gold-dark); box-shadow: 0 0 0 3px rgba(247, 191, 69, .22); }
.dtb-field .is-invalid { border-color: var(--dtb-danger); box-shadow: 0 0 0 3px rgba(180, 35, 24, .1); }

.dtb-location-field {
    position: relative;
    z-index: 8;
}

.dtb-location-field:focus-within {
    z-index: 20;
}

.dtb-location-control {
    position: relative;
}

.dtb-location-control .dtb-location-search {
    padding-left: 42px;
    padding-right: 42px;
}

.dtb-location-search.is-selected {
    border-color: #8ba3c2;
    background: #f9fbff;
    font-weight: 700;
}

.dtb-location-pin {
    position: absolute;
    left: 16px;
    top: 50%;
    z-index: 1;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    color: var(--dtb-gold-dark);
    font-size: 12px;
    pointer-events: none;
}

.dtb-location-clear {
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 2;
    width: 34px;
    height: 34px;
    padding: 0;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #667085;
    font: inherit;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.dtb-location-clear:hover,
.dtb-location-clear:focus {
    background: #eef2f7;
    color: var(--dtb-ink);
    outline: none;
}

.dtb-location-results {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    z-index: 100;
    max-height: 330px;
    overflow-y: auto;
    border: 1px solid #d5dbe5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16, 27, 63, .18);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.dtb-location-options {
    display: block;
}

.dtb-location-option {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    width: 100%;
    padding: 12px 14px;
    border: 0;
    border-bottom: 1px solid #edf0f4;
    background: #fff;
    color: var(--dtb-ink);
    font: inherit;
    text-align: left;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.dtb-location-option:hover,
.dtb-location-option:focus,
.dtb-location-option.is-active {
    background: var(--dtb-blue-soft);
    outline: none;
}

.dtb-location-option-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff5dc;
    color: #805600;
    font-size: 15px;
}

.dtb-location-option-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 2px;
}

.dtb-location-option-copy strong,
.dtb-location-option-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dtb-location-option-copy strong {
    font-size: 14px;
}

.dtb-location-option-copy small {
    color: var(--dtb-muted);
    font-size: 12px;
}

.dtb-google-attribution {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 14px 10px;
    border-top: 1px solid #edf0f4;
    color: #5e5e5e;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    white-space: nowrap;
}

.dtb-google-policy-links {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    font-size: 11px;
}

.dtb-google-policy-links a {
    color: #4f5968;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.dtb-location-support {
    display: block;
    margin: 10px 12px 12px;
    padding: 10px 14px;
    border-radius: 10px;
    background: #128c5e;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
}

.dtb-location-support:hover,
.dtb-location-support:focus {
    background: #0d714b;
    outline: 3px solid rgba(18, 140, 94, .22);
    outline-offset: 2px;
}

.dtb-location-status {
    min-height: 16px;
    margin: 0;
    color: var(--dtb-muted);
    font-size: 11px;
    line-height: 1.35;
}

.dtb-check-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; }
.dtb-check {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1px solid var(--dtb-line);
    border-radius: 14px;
    background: #fbfcfe;
    cursor: pointer;
}
.dtb-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--dtb-blue); }
.dtb-check span { display: flex; flex-direction: column; gap: 3px; color: var(--dtb-ink); line-height: 1.35; }
.dtb-check small { color: var(--dtb-muted); }
.dtb-return-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 16px; margin-top: 14px; border-radius: 14px; background: #fff8e8; }

.dtb-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; }
.dtb-actions-end { justify-content: flex-end; }
.dtb-button {
    min-height: 50px;
    padding: 12px 22px;
    border: 0;
    border-radius: 12px;
    background: var(--dtb-blue);
    color: white !important;
    font: inherit;
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(12, 45, 99, .18);
}
.dtb-button:hover { background: #061f49; transform: translateY(-1px); }
.dtb-button:disabled { opacity: .6; cursor: wait; }
.dtb-button-secondary { background: #eef2f7; color: var(--dtb-ink) !important; box-shadow: none; }
.dtb-button-secondary:hover { background: #e1e7ef; }

.dtb-section-title { margin-bottom: 18px; }
.dtb-section-title h3 { margin: 0 0 4px; color: var(--dtb-ink); font-size: 24px; }
.dtb-vehicles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.dtb-vehicle {
    position: relative;
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    min-width: 0;
    padding: 17px;
    border: 2px solid var(--dtb-line);
    border-radius: 16px;
    cursor: pointer;
    transition: border-color .15s, transform .15s, box-shadow .15s;
}
.dtb-vehicle:hover { transform: translateY(-2px); border-color: #aebed1; box-shadow: 0 10px 22px rgba(16, 27, 63, .08); }
.dtb-vehicle.is-selected { border-color: var(--dtb-gold-dark); background: #fffbf2; box-shadow: 0 0 0 3px rgba(247, 191, 69, .18); }
.dtb-vehicle input { position: absolute; opacity: 0; pointer-events: none; }
.dtb-vehicle-picture {
    display: block;
    width: 148px;
    aspect-ratio: 8 / 5;
    overflow: hidden;
    border-radius: 12px;
    background: #f3f1ef;
}
.dtb-vehicle-picture img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dtb-vehicle-copy { display: flex; flex-direction: column; min-width: 0; gap: 3px; }
.dtb-vehicle-copy b { color: var(--dtb-ink); font-size: 16px; line-height: 1.2; }
.dtb-vehicle-copy small { color: var(--dtb-muted); line-height: 1.3; }
.dtb-vehicle-copy em { color: #26713b; font-style: normal; font-size: 12px; font-weight: 800; }
.dtb-vehicle > strong { max-width: 150px; color: var(--dtb-blue); font-size: clamp(15px, 2vw, 22px); line-height: 1.15; text-align: right; }
.dtb-no-vehicle { padding: 16px; border-radius: 12px; background: #fff0ee; color: var(--dtb-danger); font-weight: 700; }

.dtb-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dtb-summary div { display: flex; flex-direction: column; gap: 4px; padding: 14px 15px; border-radius: 12px; background: #f7f9fc; }
.dtb-summary span { color: var(--dtb-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.dtb-summary strong { color: var(--dtb-ink); line-height: 1.35; }
.dtb-consent { margin-top: 18px; }
.dtb-form-message { min-height: 20px; margin-top: 12px; color: var(--dtb-danger); font-weight: 700; }
.dtb-form-message.is-success { color: #26713b; }
.dtb-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.dtb-success { padding: 46px 28px 50px; text-align: center; }
.dtb-success-icon { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 18px; border-radius: 50%; background: #dff6e5; color: #24733a; font-size: 34px; font-weight: 900; }
.dtb-success h3 { margin: 0 0 8px; font-size: 30px; color: var(--dtb-ink); }
.dtb-success p { color: var(--dtb-muted); }
.dtb-whatsapp { display: inline-flex; align-items: center; margin-top: 10px; background: #1f9d55; }
.dtb-whatsapp:hover { background: #14753e; }

@media (max-width: 860px) {
    .dtb-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dtb-vehicles { grid-template-columns: 1fr; }
    .dtb-vehicle { grid-template-columns: 170px minmax(0, 1fr) auto; }
    .dtb-vehicle-picture { width: 170px; }
}

@media (max-width: 640px) {
    .dtb-shell { width: min(calc(100% - 20px - env(safe-area-inset-left) - env(safe-area-inset-right)), 1180px); margin: 22px auto; }
    .dtb-booking-page .dt-booking { gap: 6px; }
    .dtb-header-whatsapp {
        width: 42px;
        min-width: 42px;
        height: 42px;
        min-height: 42px;
        padding: 0;
        border-radius: 50%;
    }
    .dtb-header-whatsapp span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
    .dtb-book-panel-restored {
        width: 194px !important;
        min-width: 194px !important;
    }
    .dtb-shell > .dt-hero {
        margin-top: 22px !important;
        border-radius: 18px;
    }
    .dtb-shell > .dt-hero + .dtb-media { margin-top: 22px; }
    .dtb-whatsapp-float {
        right: max(12px, env(safe-area-inset-right));
        bottom: max(12px, env(safe-area-inset-bottom));
        width: 58px;
        height: 58px;
        min-height: 58px;
        padding: 0;
        border-radius: 50%;
    }
    .dtb-whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
    .dtb-card { border-radius: 18px; }
    .dtb-heading { padding: 22px 18px 14px; }
    .dtb-heading h2 { font-size: 28px; }
    .dtb-progress { padding: 12px 8px; }
    .dtb-progress li { flex-direction: column; gap: 4px; font-size: 10px; text-align: center; }
    .dtb-progress span { width: 24px; height: 24px; }
    .dtb-form { padding: 20px 16px 24px; }
    .dtb-route-grid { grid-template-columns: 1fr; }
    .dtb-grid-4, .dtb-grid-2, .dtb-check-row, .dtb-return-fields, .dtb-summary { grid-template-columns: 1fr; }
    .dtb-field input, .dtb-field select, .dtb-field textarea { font-size: 16px; }
    .dtb-vehicle { grid-template-columns: 108px minmax(0, 1fr); padding: 12px; }
    .dtb-vehicle-picture { width: 108px; grid-row: 1 / span 2; }
    .dtb-vehicle > strong { grid-column: 2; text-align: left; max-width: none; }
    .dtb-vehicle > strong { font-size: 19px; }
    .dtb-actions { align-items: stretch; }
    .dtb-actions .dtb-button { flex: 1; padding-inline: 12px; }
    .dtb-google-attribution { flex-wrap: wrap; gap: 4px 12px; white-space: normal; }
}

@media (hover: none) {
    .dtb-button:hover,
    .dtb-vehicle:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
    .dtb-step { animation: none; }
    .dtb-button,
    .dtb-vehicle { transition: none; }
}
.dt-benefit > p:empty {
    display: none !important;
}

.dt-benefit > div {
    min-width: 0;
}

.dt-benefit h3,
.dt-benefit p {
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}

.dtb-media {
    width: min(1180px, calc(100% - 40px));
    margin: 34px auto 0;
    padding: 44px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(44, 29, 16, .12);
}

.dtb-media-heading {
    max-width: 720px;
    margin: 0 auto 28px;
    text-align: center;
}

.dtb-media-heading > span {
    color: #d88635;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.dtb-media-heading h2 {
    margin: 8px 0 8px;
    color: #161616;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
}

.dtb-media-heading p {
    margin: 0;
    color: #665f58;
}

.dtb-video-heading {
    max-width: 760px;
    margin: 0 auto 20px;
    text-align: center;
}

.dtb-video-heading h3 {
    margin: 0 0 7px;
    color: #161616;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.18;
}

.dtb-video-heading p {
    margin: 0;
    color: #665f58;
}

.dtb-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.dtb-video-card {
    overflow: hidden;
    border: 1px solid #eadfd4;
    border-radius: 16px;
    background: #fffaf5;
}

.dtb-video-frame {
    aspect-ratio: 16 / 9;
    background: #151515;
}

.dtb-video-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.dtb-video-card h4 {
    margin: 16px 18px 6px;
    color: #171717;
    font-size: 19px;
    line-height: 1.25;
}

.dtb-video-card p {
    margin: 0 18px 18px;
    color: #665f58;
    line-height: 1.55;
}

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

.dtb-media-grid figure {
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 4 / 3;
    background: #eee;
}

.dtb-media-grid .dtb-media-wide {
    grid-column: span 2;
    aspect-ratio: 2 / 1;
}

.dtb-media-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.dtb-media-grid figure:hover img {
    transform: scale(1.025);
}

@media (max-width: 760px) {
    .dtb-media {
        width: min(100% - 24px, 1180px);
        padding: 26px 16px;
    }

    .dtb-media-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dtb-video-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .dtb-media-grid {
        grid-template-columns: 1fr;
    }

    .dtb-media-grid .dtb-media-wide {
        grid-column: auto;
        aspect-ratio: 4 / 3;
    }
}
