.nieuwsbrief-template-default img,
.nieuwsbrief-template-default main {
    max-width:990px;
}

.nieuwsbrief-template-default main {
    padding-bottom: 100px;
}

.nieuwsbrief-template-default main img {
    margin:1.5rem auto;
    width:100%;
}

.nieuwsbrief-template-default .has-big-font-size {
    font-size:16px;

}

.nieuwsbrief-template-default .has-big-font-size p {
    font-weight: 600;
    color:#AC111C;
}


.nieuwsbrief-template-default article div p:last-child {
    margin-bottom: 0;
}

.nieuwsbrief-template-default article div.item {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1rem;
    padding-top:1rem;
}

.nieuwsbrief-template-default article div.item:last-child {
    border-width: 0px;
}

.nieuwsbrief-template-default .post-password-form {
    margin: 2rem auto;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 550px;
    text-align: center;

    input[type="submit"],
    label {
        font-size:16px;
    }

    input[type="submit"] {
        margin-left:1em;
    }


}

.blue {
    color:#005f9a;
}

.red {
    color:#b81417;
}

.yellow {
    color:#dd8c11;
}

.green {
    color:#238320;
}

/* Container for agenda items */
.agenda_items {
    margin-top:20px;
    margin-bottom:20px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    overflow: hidden;
}

/* Individual item rows */
.a_item {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.a_item:last-child {
    border-bottom: none;
}

/* Columns within each row */
.a_item p {
    flex: 1;
    margin: 0;
    padding: 10px;
    text-align: left;
    font-size: 1em;
    color: #555;
}

/* Add a vertical line between the two <p> tags */
.a_item p:not(:last-child) {
    border-right: 1px solid #ccc;
}


/* Highlight alternating rows for a table-like effect */
.a_item:nth-child(odd) {
    background-color: #fafafa;
}

.a_item:nth-child(even) {
    background-color: #ffffff;
}

.bijlage_header, .bijlage_items  {
    padding-top:16px;
}

.bijlage_items {
    font-size: 16px;
}

