/*6.07.2026 Crypt*/
.single-directions-seo-text .seo-text h2 {
    margin-bottom: 16px;
}
.single-directions-seo-text .seo-text p {
    margin: 16px 0;
    line-height: 1.4;
}
.seo-text-toggle {
    font-size: 14px;
    margin: 8px 0;
    color: #2b5c8e;
    border-bottom: 1px dashed;
}
.seo-text-hidden {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease;
}
/*6.07.2026 Crypt*/