/* Category landing content: catalogue first, supporting SEO copy second. */
.gm-category-intro {
    max-width: 900px;
    margin: 0 0 35px;
    font-size: 18px;
    line-height: 1.65;
}
.gm-category-intro p:last-child,
.gm-category-details p:last-child {
    margin-bottom: 0;
}
.gm-category-details {
    max-width: 960px;
    margin: 35px auto 0;
    padding-top: 35px;
    border-top: 1px solid #e5e5e5;
    line-height: 1.65;
}
.gm-category-details h2 {
    margin: 35px 0 15px;
    font-size: 32px;
}
.gm-category-details h2:first-child {
    margin-top: 0;
}
.gm-category-details ul {
    padding-left: 24px;
}
.gm-category-details a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.gm-faq {
    display: grid;
    gap: 12px;
}
.gm-faq details {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
}
.gm-faq summary {
    padding: 18px 20px;
    color: #333;
    cursor: pointer;
    font-weight: 600;
}
.gm-faq summary::marker {
    color: #e2000f;
}
.gm-faq details p {
    margin: 0;
    padding: 0 20px 20px;
}
.gm-related-vehicles {
    max-width: 1140px;
    margin: 45px auto 0;
    padding: 28px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fafafa;
}
.gm-related-vehicles h2 {
    margin: 0 0 18px;
    font-size: 28px;
}
.gm-related-vehicles ul {
    display: grid;
    margin: 0 0 18px;
    padding: 0;
    gap: 10px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
}
.gm-related-vehicles li::before {
    margin-right: 8px;
    color: #e2000f;
    content: "→";
}
.gm-related-vehicles a {
    color: #333;
    text-decoration: underline;
    text-decoration-color: rgb(226 0 15 / 45%);
    text-underline-offset: 3px;
}
.gm-related-vehicles a:hover,
.gm-related-vehicles a:focus-visible {
    color: #e2000f;
    text-decoration-color: currentcolor;
}
.gm-related-vehicles__all {
    margin: 0;
    font-weight: 600;
}

@media (max-width: 767px) {
    .page-kontakti h1 span {
        font-size: 42px !important;
        line-height: 1.12;
    }
    .gm-category-intro {
        margin-bottom: 25px;
        font-size: 16px;
    }
    .gm-category-details {
        margin-top: 25px;
        padding-top: 25px;
    }
    .gm-category-details h2 {
        margin-top: 28px;
        font-size: 24px;
    }
    .gm-faq summary {
        padding: 15px 16px;
    }
    .gm-faq details p {
        padding: 0 16px 16px;
    }
    .gm-related-vehicles {
        margin-top: 30px;
        padding: 22px 18px;
    }
    .gm-related-vehicles h2 {
        font-size: 23px;
    }
    .gm-related-vehicles ul {
        grid-template-columns: 1fr;
    }
}
