﻿:root {
    --bs-font-sans-serif: 'Montserrat', sans-serif;
    --bs-body-font-family: 'Montserrat', sans-serif;
}

html,
body,
button,
input,
select,
textarea,
optgroup {
    font-family: 'Montserrat', sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}

.site-header {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #2c2e35;
    text-align: center;
    line-height: 0;
}

.site-header-logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.playoff-filters .form-label {
    font-weight: 700;
    text-transform: uppercase;
}


.playoff-filters .form-select {
    max-width: 100%;
}

.playoff-results {
    width: 100%;
} 

.playoff-results-header {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.playoff-game-list {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.playoff-location-group {
    width: 100%;
    padding: 0.6rem 15px 0.25rem;
    background-color: #4a7a9b;
    text-align: center;
}

.playoff-location-ad,
.playoff-list-bottom-ad {
    width: 100%;
    padding: 0.75rem 15px;
    background-color: #ffffff;
    text-align: center;
}

.playoff-list-bottom-ad {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.playoff-location-ad-inner {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.playoff-location-group-inner {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffd700;
    text-align: center;
}

.playoff-list-title {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
    min-height: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.playoff-no-results {
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
}


.playoff-game {
    width: 100%;
    padding: 0.75rem 15px;
    border-bottom: 3px double #b0b0b0;
    background-color: #e8f4fc;
}

.playoff-game:nth-child(even) {
    background-color: #ffffff;
}

.playoff-game-inner {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}
 

.playoff-game-header {
    font-size: 0.7rem;
    font-weight: 700;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.5rem;
}

.playoff-team-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
}

.playoff-team-name {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

.playoff-basketball-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23f57c00' stroke='%23000' stroke-width='1'/%3E%3Cpath d='M12 1c3 4 3 8 0 12M12 1c-3 4-3 8 0 12M1 12h22M4 6c5 2 11 2 16 0M4 18c5-2 11-2 16 0' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.playoff-team-score {
    font-size: 1.15rem;
    font-weight: 600;
    min-width: 2rem;
    text-align: right;
}

.playoff-team-winner .playoff-team-score {
    font-size: 1.35rem;
    font-weight: 700;
}

.playoff-team-loser .playoff-team-name,
.playoff-team-loser .playoff-team-score {
    font-weight: 500;
    color: #333;
}

.playoff-game-footer {
    font-size: 0.8rem;
    font-weight: 400;
    color: #6c757d;
    margin-top: 0.6rem;
    padding-top: 0.5rem;
}
