.row > div > .group > .margin > .padding > .article.article.recent-agenda-list > .margin > .padding {
    padding-top: 0;
}

.article.recent-agenda-list > .margin > .padding .bottom-navigation {
    margin-top: 20px;
}

.article.recent-agenda-list > .margin > .padding .item-recent-agenda-list {
    width: 100%;
    padding: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text {
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    border-bottom: solid 1px #dfd4c3;
}

.article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text a {
    display: flex;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 20px 0px;
    text-decoration: none;
}
.article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text a:hover {
    color: #00476f;
}
.row.achtergrond-blauw .article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text a:hover {
    color: #fff;
}

.article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text .day {
    width: 200px;
}

.article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text .title {
    width: calc(100% - 400px);
}
.article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text .title h3 {
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px;
}

.article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text .read-more span {
    display: block;
    background-color: #e2d500;
    color: #00476f;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    transition-property: background-color, color;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    padding: 4px 30px 5px 30px;
}
.article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text > a:hover .read-more span {
    background-color: #00476f;
    color: #fff;
}

.article.recent-agenda-list .all-dates {
    padding-top: 20px;
    text-align: right;
}

.article.recent-agenda-list .all-dates a {
    display: inline-block;
    padding: 4px 30px 5px 30px;
    background-color: #e2d500;
    color: #00476f;
    border-radius: 30px;
    font-weight: 700;
    transition-property: background-color, color;
    transition: 0.2s linear;
    text-align: center;
    text-decoration: none;
}
.article.recent-agenda-list .all-dates a:hover {
    background-color: #fff;
}

/* A */
@media (max-width: 1024px) {
}

/* B*/
@media (max-width: 991px) {
}

/* C */
@media (max-width: 767px) {
    .article.recent-agenda-list > .margin > .padding .item-recent-agenda-list {
        padding: 0px;
    }
    .article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text a {
        display: block;
    }
    .article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text .day {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
    }
    .article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text .title {
        width: 100%;
    }
    .article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text .title h3 {
        font-size: 16px;
        font-weight: 600;
    }
    .article.recent-agenda-list > .margin > .padding .item-recent-agenda-list > .text .read-more {
        width: 100%;
        font-size: 14px;
        padding-top: 10px;
        padding-right: 0px;
        text-align: left;
    }
}

/* D */
@media (max-width: 479px) {
    .article.recent-agenda-list .all-dates a {
        width: 100%;
    }
}
