.basics-container {
    max-width: 1100px;
    font-family: "Manrope", sans-serif;
}

/* A-Z letters */
.alphabet a {
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    color: #005BBB; /* Psychology Today blue */
}
.alphabet a:hover {
    text-decoration: underline;
}

/* Letter titles (A,B,C...) */
.letter-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #333;
}

/* List links */
.basics-list li a {
    color: #D8A80E;
    text-decoration: none;
    font-size: 14px;
}
.basics-list li a:hover {
    text-decoration: underline;
}

/* Divider */
.letter-block hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #e5e5e5;
}
