/* AtSea — Klanttoegang (front-end) */

.atsea-kt-melding {
    max-width: 640px;
    margin: 2.5em auto;
    padding: 2em 2em 1.75em;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background: #fbfbfb;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

.atsea-kt-melding__slot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: .75em;
    border-radius: 50%;
    background: var(--atsea-kleur, #c0392b);
    color: #fff;
}

.atsea-kt-melding__titel {
    margin: 0 0 .5em;
    font-size: 1.4em;
    line-height: 1.25;
}

.atsea-kt-melding__tekst {
    color: #555;
    margin-bottom: 1.5em;
}

.atsea-kt-melding__tekst p:last-child {
    margin-bottom: 0;
}

.atsea-kt-melding__knoppen {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0;
}

.atsea-kt-knop {
    display: inline-block;
    padding: .7em 1.4em;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid var(--atsea-kleur, #c0392b);
    color: var(--atsea-kleur, #c0392b);
    background: transparent;
    line-height: 1.2;
}

.atsea-kt-knop:hover,
.atsea-kt-knop:focus {
    text-decoration: none;
    filter: brightness(.92);
}

.atsea-kt-knop--primair {
    background: var(--atsea-kleur, #c0392b);
    color: #fff;
}

/* Eigen sjabloon */
.atsea-kt-sjabloon {
    padding: 2em 1em 3em;
}

.atsea-kt-pagina__kop {
    text-align: center;
    margin-bottom: .5em;
}

@media (max-width: 480px) {
    .atsea-kt-melding {
        padding: 1.5em 1.25em;
    }

    .atsea-kt-melding__knoppen {
        flex-direction: column;
    }
}
