body {
    font-family: Arial, sans-serif;
    background: #f5f7fa;
    margin: 0;
    padding: 40px;
    color: #333;
}

h1, h2 {
    margin-bottom: 10px;
    font-weight: 400;
}

.dashboard-container {
    max-width: 900px;
    margin: auto;
}

.card {
    background: white;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

th {
    background: #003366;
    color: white;
    padding: 10px;
    text-align: left;
}

td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

tr:nth-child(even) {
    background: #f0f4f8;
}
.card h1,
.card h2,
.card h3,
.card p {
    margin-top: 0;
}
.year-summary {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.year-col {
    flex: 1;
}

.year-col.padded {
    padding-left: 40px;   /* adjust this to move the right column further right */
    padding-top: 1px;   /* moves the 2025 block downward */
    border-left: 1px solid #ddd;
}
.year-col {
    flex: 1;
    font-size: 0.9rem;   /* slightly smaller text */
}

.year-col h1 {
    font-size: 1.6rem;   /* keep the main title large */
}

.year-col h2 {
    font-size: 1.2rem;   /* slightly smaller subheading */
}
    border-left: 1px solid #ddd; /* optional visual separation */
}
.today-date {
    font-size: 0.9rem;
    color: #555;
    margin: 0 0 10px 0;
}
.card {
    padding-top: 15px;   /* default was probably 20–25px */
}
.title-row {
    display: flex;
    align-items: flex-start;   /* aligns image with top of H1 */
    gap: 12px;                 /* space between text and image */
}

.title-logo {
    height: 58px;              /* adjust to taste */
    width: auto;
    margin-top: 0;             /* ensures no drift downward */
    margin-left: 300px;
}
