/* CSS dla bloku przerywnik-seo */
.przerywnik-seo__prefix {
    font-family: "JetBrains Mono", monospace;
    font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: #6B6B6B;
    white-space: nowrap;
}
.przerywnik-seo__miasto {
    font-size: 0.82rem; color: #0A0A0A; text-decoration: none;
    padding: 4px 14px; border-radius: 50px; background: #EFF1F4;
    transition: all 0.2s;
}
.przerywnik-seo__miasto:hover { background: #28538E; color: white; }
