.single-prikbord #hero {
    margin-bottom: 20px;
}

#prikbord-content {
    margin-bottom: 50px;
}

#prikbord-intro {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

#prikbord-contact a {
    color: #fff;
    margin-top: 50px;
    font-size: 18px;
}

#prikbord-contact a:hover {
    color: #fff;
}

#prikbord-item-content-metadata {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 2px solid #97AAC4;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#hero-date-author a {
    color: var(--grey-color);
}