/* ============================================================
   Belle Acres Golf Course — Custom Styles
   ============================================================ */

/* Scorecard table inputs */
.scorecard-table input[type="number"],
.scorecard-table select {
    font-size: 0.8rem;
    padding: 2px 4px;
}

/* Navbar active link indicator */
.navbar-dark .nav-link.active {
    font-weight: 600;
    border-bottom: 2px solid #fff;
}

/* Card header consistency */
.card-header.bg-success {
    background-color: #198754 !important;
}

/* Tee time status colors */
.row-checked-in { background-color: #d1e7dd; }

/* Member search dropdown z-index */
.z-3 { z-index: 1003 !important; }

/* Print styles for scorecards */
@media print {
    .navbar, .btn, .card-footer, form { display: none !important; }
    .card { border: 1px solid #ccc; }
}

/* Responsive table fix for scorecard */
@media (max-width: 768px) {
    .scorecard-table input,
    .scorecard-table select {
        width: 36px !important;
        font-size: 0.7rem;
    }
}
