/* Oak Roots & Records — Bootstrap theme */

:root {
    --bs-primary: #3d5c2e;
    --bs-primary-rgb: 61, 92, 46;
    --oak-accent: #8b5a2b;
}

body {
    background-color: #f4f1ea;
    font-family: "Segoe UI", Arial, sans-serif;
}

.btn-primary {
    background-color: #3d5c2e;
    border-color: #3d5c2e;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #2f4723;
    border-color: #2f4723;
}

.btn-outline-primary {
    color: #3d5c2e;
    border-color: #3d5c2e;
}

.btn-outline-primary:hover {
    background-color: #3d5c2e;
    border-color: #3d5c2e;
    color: #fff;
}

.text-primary {
    color: #3d5c2e !important;
}

.navbar-brand {
    color: #3d5c2e;
    font-weight: 700;
}

.navbar {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
}

.card {
    background: #fff;
    border: none;
}

.hero {
    background: linear-gradient(135deg, rgba(61, 92, 46, 0.12), rgba(139, 90, 43, 0.08));
}

.oak-turnstile {
    display: flex;
    justify-content: center;
}

.status-checklist .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-admin th {
    white-space: nowrap;
    font-size: 0.85rem;
}

.letter-preview {
    white-space: pre-wrap;
    font-family: Georgia, "Times New Roman", serif;
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 1.5rem;
    min-height: 300px;
}

.student-row {
    border-left: 3px solid #3d5c2e;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
