/* Compass component — isolated selectors. */

/* ── Page Title Block ── */
.compass-page-title-block {
    margin-bottom: 20px;
    text-align: center;
}
.compass-page-title-block h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
    letter-spacing: -0.02em;
}
.compass-page-title-block p {
    font-size: 0.95rem;
    color: #94a3b8;
    margin: 0;
}
.compass-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    margin-top: 8px;
    transition: color .2s;
}
.compass-back-link:hover { color: #10b981; }
