﻿body {
    font-family: 'Segoe UI', system-ui, -apple-system, Roboto, sans-serif;
}

.card-header-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1c2e3c;
}

.action-link {
    font-weight: 500;
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.375rem;
    text-decoration: none;
    background-color: #007bff;
    color: white;
    transition: background-color 0.3s ease;
}

    .action-link:hover {
        background-color: #0056b3;
        color: white;
    }

.lowerNavButton {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    color: #163e67;
    padding: 0.5rem 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0.375rem;
    display: inline-block;
}

    .lowerNavButton:hover {
        background-color: #e2e6ea;
        color: #0d3c61;
    }


    h2 {
        text-transform: inherit;
        display: inline;
        font-size: 20px;
    }

    .teamsTable {
        font-family: Arial, Helvetica, sans-serif;
        border-collapse: collapse;
    }

    .teamsTable td, .teamsTable th {
        border: 1px solid #ddd;
        padding: 8px;
        font-size: 12px;
    }

    .teamsTable th {
        font-size: 13px;
        font-weight: normal;
        color: #1c2e3c;
        background: #c8d6eb;
    }

    .teamsTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .lowerNavButton {
        background-color: #f2f2f2;
        border-color: #93b9c6;
        border-width: 1px;
        color: #a0204a !important;
        font-weight: bold;
    }

    .lowerNavButton:hover {
        background-color: #b0cdda;
        color: #af2552;
    }

ul.no-bullets {
    list-style: none;
    padding-left: 0;
}

    ul.no-bullets li {
        margin-bottom: 0.5rem;
    }