/* Style the actual page header title (from Ananke theme) */
header h1,
.header h1,
header .f1,
header .f2 {
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.3 !important;
    text-align: center !important;
    word-wrap: break-word !important;
    hyphens: none !important;
}

/* Alternative: Target by common Ananke header classes */
.cover h1,
.cover .f1,
.bg-black-60 h1 {
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.3 !important;
    word-wrap: break-word !important;
    hyphens: none !important;
}

/* Table styling */
table {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem auto;
    font-size: 0.9rem;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: left;
}

table th {
    background-color: #f5f5f5;
    font-weight: bold;
    text-align: center;
}

table tr:nth-child(even) {
    background-color: #f9f9f9;
}

table tr:hover {
    background-color: #f5f5f5;
}

/* Center the table */
table {
    margin-left: auto;
    margin-right: auto;
}
