/* Treasure main-search editorial treatment 0.3.33 */

body.tvr-search-modernization-next .tvr-editorial-layout-ready {
    display: grid;
    grid-template-columns: minmax(16px, 1fr) minmax(240px, 300px) clamp(16px, 2vw, 28px) minmax(0, 872px) minmax(16px, 1fr);
    gap: 0;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin: clamp(18px, 2.5vw, 32px) 0 0;
}

body.tvr-search-modernization-next .tvr-editorial-hero {
    grid-column: 2;
    position: relative;
    display: grid !important;
    min-height: 190px !important;
    max-height: 190px;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 !important;
}

body.tvr-search-modernization-next .tvr-editorial-hero h1 {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(1.5rem, 2.3vw, 2rem);
    line-height: 1.08;
}

body.tvr-search-modernization-next .tvr-editorial-layout-ready > .tvr-editorial-copy {
    grid-column: 4;
    display: grid !important;
    align-content: center;
    min-width: 0;
    margin: 0 !important;
    padding: clamp(18px, 2.6vw, 30px) !important;
    border: 1px solid rgba(7, 38, 59, 0.12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(7, 38, 59, 0.07);
}

body.tvr-search-modernization-next .tvr-editorial-copy h2 {
    margin: 0 0 8px;
    color: #07263b;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.2;
}

body.tvr-search-modernization-next .tvr-editorial-copy p {
    margin: 0;
    color: #263c4b;
    font-size: 1rem;
    line-height: 1.55;
}

body.tvr-search-modernization-next .tvr-editorial-more {
    margin-top: 10px;
    color: #263c4b;
}

body.tvr-search-modernization-next .tvr-editorial-more summary {
    display: inline-block;
    padding: 3px 1px;
    color: #a73333;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

body.tvr-search-modernization-next .tvr-editorial-more summary:focus-visible {
    outline: 3px solid #ef4545;
    outline-offset: 3px;
    border-radius: 2px;
}

body.tvr-search-modernization-next .tvr-editorial-more__body {
    margin-top: 8px;
    line-height: 1.55;
}

body.tvr-search-modernization-next .tvr-editorial-results {
    grid-column: 1 / -1;
    min-width: 0;
    max-width: none;
    margin: 0;
    width: 100%;
}

body.tvr-search-modernization-next .tvr-editorial-suppressed {
    display: none !important;
}

@media (max-width: 767px) {
    body.tvr-search-modernization-next .tvr-editorial-layout-ready {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        width: 100%;
        margin-top: 14px;
        padding-inline: 12px;
    }

    body.tvr-search-modernization-next .tvr-editorial-hero {
        grid-column: 1;
        min-height: 120px !important;
        max-height: 120px;
    }

    body.tvr-search-modernization-next .tvr-editorial-hero h1 {
        max-width: 18ch;
        font-size: 1.45rem;
    }

    body.tvr-search-modernization-next .tvr-editorial-layout-ready > .tvr-editorial-copy {
        grid-column: 1;
        padding: 16px !important;
    }

    body.tvr-search-modernization-next .tvr-editorial-results {
        grid-column: 1;
        margin-inline: -12px;
        width: auto;
    }

    body.tvr-search-modernization-next .tvr-editorial-copy h2 {
        font-size: 1.3rem;
    }
}
