/* Content Academy — Frontend stijlen */

/* Checkout */
.ca-checkout {}

.ca-extra-cursussen {
    margin-top: 1rem;
    margin-bottom: 1rem;

}

.ca-extra-cursus {
    /*
    padding: 0.75rem;
    border: 1px solid #e0e0e0;
    margin-bottom: 0.5rem;
    */
    background-color: rgb(219, 160, 112);
    border-style: dashed;
    border-width: 0;
    background-clip: border-box;
    border-color: rgb(0, 0, 0);
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-radius: 12px;
    box-shadow: 4px 4px 7px 0px rgb(51, 51, 51);
    color: white;
    padding: 20px;
}
/*
.ca-extra-cursus label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
}
*/

.ca-veld label {
    font-weight: 400;
}

.ca-extra-cursus label p {
    font-weight: 400;
}

.ca-extra-cursus input[type="checkbox"] {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.ca-prijs {
    display: block;
    font-weight: 600;
    margin-top: 0.25rem;
}

/* Totaaloverzicht */
.ca-totaal {
    width: 100%;
    margin-top: 1rem;
    border-top: 1px solid #e0e0e0;
    padding-top: 0.5rem;
}

.ca-totaal-rij {
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0;
}

.ca-totaal-incl {
    border-top: 1px solid #ccc;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

/* Link aanvragen */
.ca-link-aanvragen {}

.ca-melding {
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.ca-success {
    background-color: #e8f5e9;
    border: 1px solid #a5d6a7;
    color: #2e7d32;
}

.ca-fout {
    background-color: #ffebee;
    border: 1px solid #ef9a9a;
    color: #c62828;
}

/* Betaling mislukt */
.ca-betaling-mislukt {}

/* Algemene voorwaarden */
.ca-algemene-voorwaarden {
    line-height: 1.7;
}