.kjeld-service {
    margin: 0 auto;
    max-width: 1180px;
}
.kjeld-service-hero {
    background: #f5f7f8;
    border-radius: 18px;
    margin-bottom: 32px;
    padding: 40px 24px;
    text-align: center;
}
.kjeld-service-hero h1 {
    margin: 0 0 12px;
}
.kjeld-service-hero p {
    margin: 0 auto 24px;
    max-width: 680px;
}
.kjeld-service-search-label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}
.kjeld-service-search {
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    font-size: 16px;
    max-width: 640px;
    padding: 16px 22px;
    width: 100%;
}
.kjeld-service-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-bottom: 42px;
}
.kjeld-service-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    padding: 24px;
}
.kjeld-service-card h2 {
    font-size: 22px;
    margin: 0 0 10px;
}
.kjeld-service-card p {
    margin: 0 0 16px;
}
.kjeld-service-card ul {
    margin: 0 0 18px 18px;
    padding: 0;
}
.kjeld-service-card li {
    margin-bottom: 7px;
}
.kjeld-service-button {
    align-items: center;
    background: #111;
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    padding: 11px 18px;
    text-decoration: none !important;
}
.kjeld-service-faq-sections {
    display: grid;
    gap: 30px;
}
.kjeld-service-faq-section {
    scroll-margin-top: 90px;
}
.kjeld-service-faq-section h2 {
    margin-bottom: 16px;
}
.kjeld-service-accordion details {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 0;
}
.kjeld-service-accordion summary {
    cursor: pointer;
    font-weight: 700;
    padding: 16px 18px;
}
.kjeld-service-accordion details div {
    border-top: 1px solid #eeeeee;
    padding: 16px 18px;
}
.kjeld-service-contact {
    background: #f5f7f8;
    border-radius: 16px;
    margin-top: 42px;
    padding: 28px;
    text-align: center;
}
.kjeld-service-no-results,
.kjeld-service-empty {
    background: #fff4d8;
    border-radius: 10px;
    padding: 16px;
}
@media (max-width: 640px) {
    .kjeld-service-hero {
        padding: 28px 18px;
    }
    .kjeld-service-card {
        padding: 20px;
    }
}

.kjeld-service [hidden] {
    display: none !important;
}
.kjeld-service .nectar-button.kjeld-service-button {
    text-decoration: none !important;
}
