html {
  font-size: 14px;
}

@media (max-width: 767.98px) {
    .schedule-table td,
    .schedule-table th {
        padding: 0.4rem 0.35rem;
        font-size: 0.85rem;
    }

    .schedule-table .btn {
        font-size: 0.75rem;
        padding: 0.25rem 0.4rem;
    }

    .schedule-venue {
        display: none;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
.scoreboard-row {
    min-height: 44px;
    text-decoration: none;
}

    .scoreboard-row:hover {
        background-color: #f8f9fa;
        text-decoration: none;
    }

.scoreboard-row {
    min-height: 42px;
    text-decoration: none;
}

    .scoreboard-row:hover {
        background-color: #f8f9fa;
        text-decoration: none;
    }

    .scoreboard-row * {
        text-decoration: none !important;
    }

.matchup-col {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.status-col {
    flex: 0 0 88px;
    min-width: 88px;
    text-align: right;
    white-space: nowrap;
}

.team-logo-sm {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.today-games-card .small {
    font-size: 0.85rem;
    line-height: 1.2;
}
.scoreboard-row[title]:hover {
    background-color: #f8f9fa;
}
.scoreboard-row {
    line-height: 1.15;
    border-radius: 4px;
}

    .scoreboard-row:hover {
        background-color: #f8f9fa;
        text-decoration: underline;
    }
body {
  margin-bottom: 60px;
}
/* Hover dropdown */
.leaderboard-dd:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}
.hrs-link {
    text-decoration: underline !important;
}

    .hrs-link:hover {
        text-decoration: underline !important;
    }

.team-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.team-logo {
    height: 22px;
    width: 22px;
    object-fit: contain;
    vertical-align: middle;
}
.team-logo-sm {
    height: 18px;
    width: 18px;
}

.team-logo-lg {
    height: 48px;
    width: 48px;
    object-fit: contain;
    vertical-align: middle;
}

.team-logo-md {
    height: 28px;
    width: 28px;
    object-fit: contain;
    vertical-align: middle;
}

.sub-player {
    padding-left: 20px;
}

.boxscore-table {
    font-size: 0.9rem;
}

    .boxscore-table th {
        font-size: 0.7rem;
        text-transform: uppercase;
        color: #777;
        border-bottom: 1px solid #ccc;
        padding-bottom: 0.25rem;
    }

    .boxscore-table td {
        padding: 0.35rem 0.4rem;
        vertical-align: middle;
    }

    .boxscore-table .text-end {
        white-space: nowrap;
    }

    .boxscore-table tbody tr:last-child td {
        border-top: 2px solid #222;
    }
.team-header-logo {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.boxscore-player {
    min-width: 220px;
}

.sub-player {
    display: inline-block;
    margin-left: 18px;
}

.seen-player {
    margin-left: 4px;
}

.section-title {
    margin-top: 1.5rem;
    margin-bottom: .75rem;
    font-weight: 600;
}