.actie-popup-content h2{
    margin-top: 0;
    padding: 3rem 3rem 1rem 3rem;
}
.actie-popup-overlay {
    display: none;
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.actie-popup-content .actie-tekst{
    padding: 0 3rem 3rem 3rem;
}
.actie-popup-content {
    background: #fff;
    padding: 0;
    z-index: 9999;
    max-width: 90vw;
    width: fit-content;
    position: relative;
    border-radius: 12px;
    max-height: 90vh;
	max-width: 1164px;
    margin: 0 1rem;
}
.actie-popup-content .actie-link{
    padding: 0 3rem 3rem 3rem;
}
.actie-galerij {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.actie-galerij img {
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    width: 100%;
    max-height: 300px;
    height: auto;
    object-position: left;
}
.close-popup {
    position: absolute;
    top: -40px;
    right: -40px;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: white;
}
.acties-lijst{
	margin-top: 2rem;
	display: flex;
    gap: 1rem;
	flex-wrap: wrap;
}
.actie-item{
	display: flex;
}
.open-popup{
    position: relative;
    color: var(--wp--preset--color--primary);
	background: transparent;
    transition: 0.2s;
    font-family: var(--wp--preset--font-family--instrument-sans);
    font-size: var(--wp--preset--font-size--small);
    font-style: normal;
    font-weight: 400;
    line-height: var(--wp--custom--line-height--initial);
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #d9cbb0;
    border-style: solid;
}
.open-popup:hover{
	color: black;
    background: var(--wp--preset--color--primary);
}




/* BACKEND */
.actie-block {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    background: #f9f9f9;
}

.actie-block input,
.actie-block textarea {
    width: 100%;
}