.aof-ledigeplasser-boks {
    border-radius: 60px;
}
.aof-ledigeplasser-boks h2 {
    margin: 0;
    padding: 10px 0;
}
.aof-ledigeplasser-item {
    border-radius: 60px;
    margin: 0px;
    padding: 20px 30px;
}
.wp-block-buttons {
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-button__link {
    font-weight: bold;
}
.has-small-font-size {
    margin-top: 0;
    margin-bottom: 0;
}
#aof-ledige-studieplasser::after {
    content: '→'; /* This is the arrow character */
    margin-left: 8px; /* Space between the text and the arrow */
    font-weight: bold; /* Ensure the arrow matches the text style */
    color: #3F425B; /* Match the arrow color to the link color */
}