body {
    background-color: #f3f1f1;
}

.section-grid {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 90px;
    font-size: 1.1rem;
    font-weight: 500;
}

.section-grid .form-check-input {
    margin-right: 10px;
    transform: scale(1.15);
}

.card {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.season-summary-grid {
    background: #d8e6bd !important;
    padding: 8px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px 24px !important;
}

.season-card {
    min-width: 0 !important;
}

.season-card-title {
    text-align: center !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}
.logo {
    width: 110px;
}
h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.season-summary-table {
    width: 100% !important;
    height: auto !important;
    background: white !important;
    border-collapse: collapse !important;
}

.season-summary-table td {
    border: none !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding: 2px 8px !important;
}

.summary-name {
    text-align: left !important;
    width: 48% !important;
}

.summary-points {
    text-align: left !important;
    width: 52% !important;
    padding-left: 8px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.fish-entry-table {
    width: 850px;
}

.fish-entry-table th:nth-child(1),
.fish-entry-table td:nth-child(1) {
    width: 90px;
}

.fish-entry-table th:nth-child(2),
.fish-entry-table td:nth-child(2) {
    width: 4400px;
}

.fish-entry-table th:nth-child(3),
.fish-entry-table td:nth-child(3) {
    width: 600px;
}
.navbar-brand img {
    border-radius: 50%;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.4rem;
}
.season-summary-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
    align-items: start !important;
    background: #d8e6bd !important;
    padding: 12px !important;
}

.season-card {
    background: #ffffff !important;
    min-height: 120px !important;
    padding: 0 !important;
}

.season-card-title {
    background: #d8e6bd !important;
    text-align: center !important;
    font-weight: 700 !important;
    padding: 4px !important;
}

.season-summary-table {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

.season-summary-table td {
    padding: 3px 8px !important;
    vertical-align: top !important;
}

.summary-name {
    text-align: center !important;
}

.summary-points {
    text-align: right !important;
    font-weight: 700 !important;
}
.season-summary-table {
    table-layout: fixed !important;
}

.summary-name {
    width: 70% !important;
    text-align: left !important;
}

.summary-points {
    width: 30% !important;
    text-align: right !important;
    font-weight: 700 !important;
    padding-right: 10px !important;
    white-space: nowrap !important;
}
.season-card {
    min-height: 260px;
}
.btn-next {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

.btn-next:hover {
    background-color: #5a6268;
    border-color: #545b62;
    color: white;
}

@media print {
    .no-print {
        display: none;
    }
}
.manual-badge {
    background: #ffc107;
    color: #000;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
}
/* Honour Roll */

.accordion-button {
    background: #5f6b78 !important;
    color: white !important;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background: #6d7a88 !important;
    color: white !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-item {
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    overflow: hidden;
}

.winner-count {
    color: #ffc107;
    font-weight: 700;
    margin-left: 8px;
}

.no-history {
    color: #ff6b6b;
    font-weight: 700;
    margin-left: 8px;
}

.trophy-sponsor {
    display: block;
    font-size: 0.85rem;
    color: #e8e8e8;
    margin-top: 4px;
    margin-left: 28px;
}
.honour-stat-card.total {
    border-left: 5px solid #5f6b78;
}

.honour-stat-card.history {
    border-left: 5px solid #28a745;
}

.honour-stat-card.no-history {
    border-left: 5px solid #dc3545;
}

.honour-stat-card.records {
    border-left: 5px solid #ffc107;
}

/* Honour Roll Summary Cards */
.card {
    background-color: #e7f4ec !important;
    border: 1px solid #b8d8c2 !important;
}

.card h2,
.card .stat-number,
.card .card-title {
    color: #0a8f4b !important;
    font-weight: 700;
}

.card-body {
    color: #1f2937;
}
/* Weigh In Page Styling */
.weighin-card,
.weighin-section {
    background-color: #e7f4ec !important;
    border: 1px solid #b8d8c2 !important;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 16px;
}

.weighin-card .card-header,
.weighin-section-title {
    background-color: #d7edf5 !important;
    color: #0a2942 !important;
    font-weight: 700;
}

.weighin-card label,
.weighin-section label {
    font-weight: 600;
    color: #0a2942;
}

.weighin-card .form-control,
.weighin-card .form-select,
.weighin-section .form-control,
.weighin-section .form-select {
    border: 1px solid #9ec8ae;
}
.weighin-card .form-select,
.weighin-card .form-control,
.weighin-section .form-select,
.weighin-section .form-control {
    width: 100% !important;
}
/* Season Summary Refresh */

.season-summary-grid {
    background: #e7f4ec !important;
    padding: 10px !important;
}

.season-card {
    background: #ffffff !important;
    border: 1px solid #b8d8c2 !important;
    border-radius: 6px !important;
    padding: 10px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.season-card-title {
    text-align: center !important;
    color: #1f4f99 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-bottom: 8px !important;
}

.season-summary-table {
    background: white !important;
}

.season-summary-table td {
    padding: 3px 6px !important;
}

.season-total {
    font-weight: 700 !important;
    color: #0a8f4b !important;
}
.select2-container {
    width: 100% !important;
}

.select2-selection {
    min-height: 38px !important;
}
/* ==========================================
   Matamata Fishing Club Navbar Refresh
   ========================================== */

.navbar,
.navbar-dark,
.navbar-dark.bg-dark {
    background: #16365d !important;
    border-bottom: 3px solid #0a9b55;
}

/* Menu text */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.95) !important;
    font-weight: 500;
}

/* Hover effect */
.navbar-dark .navbar-nav .nav-link:hover {
    color: #d8e6bd !important;
}

/* Active page */
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff !important;
    font-weight: 700;
}

/* Club name */
.navbar-brand {
    color: white !important;
    font-weight: 700;
}

/* Logged in text */
.navbar .text-light {
    color: #ffffff !important;
    font-weight: 600;
}

/* Settings dropdown */
.dropdown-menu {
    border: 1px solid #1f4f99;
}

.dropdown-item:hover {
    background: #e7f4ec;
    color: #1f4f99;
}
/* Season Summary card tidy */
.season-summary-table {
    table-layout: fixed !important;
}

.season-summary-table .summary-name {
    width: 50% !important;
    text-align: left !important;
}

.season-summary-table .summary-points {
    width: 50% !important;
    text-align: left !important;
    padding-left: 4px !important;
    white-space: nowrap !important;
    font-size: 14px !important;
}
.accordion-button::after {
    display: none !important;
}

.record-header-detail {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-align: center !important;
    flex: 1 !important;
}
.trophy-sponsor {
    color: #ffffff !important;
    font-weight: 700 !important;
}
.winner-count {
    color: #ffc107 !important;
    font-weight: 700 !important;
}