/* Editing Block */
.block-editor-block-list__layout p {
    color: black!important;
}

.block-editor-block-list__layout h2 {
    color: black!important;
}

/* Frontpage */
.post-126 p, .post-126 h1, .post-126 h2, .post-126 h3, .post-126 h4, .post-126 h5, .post-126 h6, .post-126 li {
	color: white;
}

/* .editor-styles-wrapper #block-e67431f1-f809-4b47-903b-ff1e5b667186.wp-block-uagb-container * {
	color: black!important;
} */

/*Removes strikethrough if the link is broken*/
.broken_link, a.broken_link {
    text-decoration: none !important;
}

/*Buttons are rounred now, and margins are added on the bottoms*/
#review-btn.call-to-action-register A {
    border-radius: 15px !important;
    margin-bottom: 15px;
}

/*Images now have padding on the bottom for better visual*/
.wp-block-image img {
    padding-bottom: 20px;
}
