/* Primary Button Block */
.wmd-primary-btn {
    background: var(--e-global-color-0659ba0);
    color: #353430;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
	height: 40px;
	display: flex;
	line-height: 14px;
	padding: 0 10px;
    align-items: center;
	transition: all .2s ease;
    min-width: 125px;
    justify-content: center;
}

.wmd-primary-btn:hover {
	color: #ffffff;
}

a.wp-block-wmd-seokratie-blocks-my-button-block {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    align-items: center;
    text-decoration: none !important;
    margin-bottom: 20px;
    margin-top: 10px;
}

.wmd-square {
    width: 40px;
    height: 40px;
    background-color: #344a73;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wmd-square::after {
    content: "\f105";
    color: white;
    font-size: 18px;
	font-family: 'FontAwesome';
	font-weight: 900;
}

figure {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0;
    width: 100%;
}

figcaption {
    font-size: 14px !important;
    font-style: normal !important;
    margin-top: 5px;
    font-weight: normal !important;
}