.mfn-archive table {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
}

.mfn-archive tbody::after {
    content: '';
    display: block;
    height: 2rem;
}

.mfn-archive td {
    padding: 10px 20px;
}

/* TH */
.mfn-archive tbody > tr:nth-child(1) {
    border: none;
}

.mfn-archive-header {
    font-size: var(--base-size);
    line-height: 1.8;
    color: rgb(var(--black-color));
    background: rgb(var(--primary-color));
}

.mfn-archive-header-item-type-report-pdf {
    font-size: 0;
}

/* TR */
.mfn-archive tr {
    position: relative;
    border: 1px solid rgb(var(--gray-light-color));
    transition: .3s ease;
}

/*.mfn-archive tr:hover {
    background: rgb(var(--gray-light-color));
}*/

.mfn-archive-event-title {
    font-size: var(--base-size);
    line-height: 1.8;
    color: rgb(var(--black-color));
}

.mfn-archive-event-date {
    display: none;
}

.mfn-archive-item a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
max-width: 7rem;
    padding: 0.5rem 0.5rem;
    border-radius: 1rem;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
    background: rgb(244, 188, 0);
    border: 0.1rem solid rgb(244, 188, 0);
}
.mfn-archive .mfn-archive-item img{
    filter: invert();
    max-height: 2.5rem;
}

.mfn-archive-item a:hover {
background: rgba(244, 187, 0, 0.362);
border: 0.1rem solid rgb(244, 188, 0);
}
.mfn-archive td.mfn-archive-item{
    text-align: end;
}
