/* --- User Provided Logo Fix --- */
.logo-text {
    display: flex;
    flex-direction: column;
    /* Vertical align */
    align-items: center;
    /* Horizontal center */
    justify-content: center;
    line-height: 1.1;
    margin-left: 10px;
}

.logo-text-main,
.logo-text-sub {
    font-size: 1.25rem !important;
    /* Force equal size */
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    /* Ensure block behavior */
}

.logo-text-sub {
    color: var(--accent-gold);
    margin-top: 0;
    /* Reset margin */
}

/* Ensure Logo Container allows this layout */
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}