/* Bing Image of the Day — SplitV (Split-Vertical 2-zone: half-height landscape).
 * Mirrors APOD splitv (3 horizontal sections in a 90% × 80% wrap). */

.bing-splitv-wrap {
    width: 90cqw;
    height: 80cqh;
    margin: auto;
    container-type: size;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5cqw;
    background: #ffffff;
    color: #0b1220;
    padding: 0 3cqmin;
    box-sizing: border-box;
    overflow: hidden;
}

.bing-splitv-wrap .bing-splitv-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    gap: 3cqmin;
    min-width: 0;
}

.bing-splitv-wrap .bing-splitv-wordmark {
    font-family: 'Montserrat', sans-serif;
    font-size: 22cqmin;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #008373;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15em;
}
.bing-splitv-wrap .bing-splitv-wordmark-logo {
    height: 0.85em;
    width: auto;
    display: block;
    margin: 0;
}
.bing-splitv-wrap .bing-splitv-wordmark-text {
    display: inline-block;
}

.bing-splitv-wrap .bing-splitv-header {
    font-size: 5.5cqmin;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #f59e0b;
    line-height: 1;
}

.bing-splitv-wrap .bing-splitv-photo {
    flex-shrink: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3cqmin;
}

.bing-splitv-wrap .bing-splitv-circle {
    height: 80%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #f3f4f6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    border: 1.8cqmin solid #008373;
    box-shadow:
        inset 0 0 0 1.8cqmin #ffffff,
        0 0 0 1.8cqmin #f59e0b,
        0 0.5cqmin 1.6cqmin rgba(11, 18, 32, 0.22);
    box-sizing: border-box;
}

.bing-splitv-wrap .bing-splitv-credit {
    font-size: 3cqmin;
    color: #9ca3af;
    font-style: italic;
    letter-spacing: 0.02em;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bing-splitv-wrap .bing-splitv-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.4cqmin;
    min-width: 0;
    height: 100%;
    padding: 2cqmin 0;
    box-sizing: border-box;
}

.bing-splitv-wrap .bing-splitv-title {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 12cqmin;
    font-weight: 700;
    line-height: 1.18;
    color: #ffffff;
    background-color: #008373;
    padding: 0.6cqmin 1.2cqmin;
    margin: 0;
    text-align: start;
    align-self: flex-start;
    width: fit-content;
    max-width: 100%;
    -webkit-text-stroke: 0;
    text-shadow: none;
}

.bing-splitv-wrap .bing-splitv-body {
    font-family: 'Roboto', sans-serif;
    font-size: 2cqmin;
    font-weight: 400;
    line-height: 1.5;
    color: #0b1220;
    margin: 0;
    text-align: start;
    align-self: stretch;
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    -webkit-text-stroke: 0;
    text-shadow: none;
}
