/* Bing Image of the Day — Split Zone (horizontal half). Mirrors APOD split. */

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

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

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

.bing-split-wrap .bing-split-title {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 4.4cqmin;
    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-split-wrap .bing-split-circle {
    width: min(80cqw, 50cqh);
    height: min(80cqw, 50cqh);
    border-radius: 50%;
    background-color: #f3f4f6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    border: 1.3cqmin solid #008373;
    box-shadow:
        inset 0 0 0 1.3cqmin #ffffff,
        0 0 0 1.3cqmin #f59e0b,
        0 0.5cqmin 2cqmin rgba(11, 18, 32, 0.22);
    box-sizing: border-box;
    margin: 5cqmin 0 0;
}

.bing-split-wrap .bing-split-body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.95cqmin;
    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;
}

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