#mfn > .mfn-divider,
#mfn hr {
    display: none;
}

.mfn-content {
    display: grid;
    gap: 0.9em;
}

.mfn-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.mfn-date,
.mfn-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 6px 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    border-radius: 8px;
    background: #fff;
}

.mfn-date::before,
.mfn-tag::before {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23394747' d='M7 0v2h6V0h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h4V0h2Zm11 10H2v8h16v-8ZM6 13v2H4v-2h2Zm10 0v2H8v-2h8ZM5 4H2v4h16V4h-3v2h-2V4H7v2H5V4Z'/%3E%3Cpath fill='%23fff' fill-opacity='.7' d='M7 0v2h6V0h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h4V0h2Zm11 10H2v8h16v-8ZM6 13v2H4v-2h2Zm10 0v2H8v-2h8ZM5 4H2v4h16V4h-3v2h-2V4H7v2H5V4Z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    content: '';
}

.mfn-date * {
    flex: 0 0 auto;
}

.mfn-tag::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none' viewBox='0 0 21 21'%3E%3Cpath fill='%23394747' d='m9.485 0 9.9 1.414 1.414 9.9-9.192 9.192a1 1 0 0 1-1.415 0l-9.9-9.9a1 1 0 0 1 0-1.414L9.486 0Zm.707 2.121L2.414 9.9l8.486 8.486 7.778-7.778-1.06-7.425-7.426-1.06Zm2.122 6.364a2 2 0 1 1 2.828-2.828 2 2 0 0 1-2.828 2.828Z'/%3E%3Cpath fill='%23fff' fill-opacity='.7' d='m9.485 0 9.9 1.414 1.414 9.9-9.192 9.192a1 1 0 0 1-1.415 0l-9.9-9.9a1 1 0 0 1 0-1.414L9.486 0Zm.707 2.121L2.414 9.9l8.486 8.486 7.778-7.778-1.06-7.425-7.426-1.06Zm2.122 6.364a2 2 0 1 1 2.828-2.828 2 2 0 0 1-2.828 2.828Z'/%3E%3C/svg%3E");
}