/* Wrapping container */
.mfn-loader-single-container {
    margin: 20px;
    max-width: 1000px;
}

/* Content */
/* .mfn-loader-single-container .mfn-content {
    font-size: 14px;
} */

.mfn-body p,
.mfn-body ol,
.mfn-body li,
.mfn-body strong,
.mfn-body table tbody tr,
.mfn-body table tbody td,
.mfn-body table tbody a {
    font-size: 1.25rem !important;
}

.mfn-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mfn-loader-single-container .mfn-content strong {
    font-weight: 700;
}

.mfn-loader-single-container .mfn-content a {
    text-decoration: none;
    word-break: break-all;
}

.mfn-loader-single-container .mfn-content a:hover {
    text-decoration: none;
}

.mfn-loader-single-container .mfn-content a:visited {
    text-decoration: none;
}

.mfn-loader-single-container .mfn-preamble {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
}

.mfn-loader-single-container .mfn-preamble strong{
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
}

.mfn-loader-single-container .mfn-tags-list {
    display: none;
    font-size: 13px;
    margin: 10px 0 15px 0;
}

.mfn-loader-single-container .mfn-tag {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    max-height: min-content;
    padding: 2px 4px;
    margin-right: 10px;
    background: #FFFFFF;
    user-select: none;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px;
}

.mfn-loader-single-container .mfn-title {
    font-size: 2.5rem;
    font-style: normal;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    width: -webkit-fill-available;
}

.mfn-loader-single-container .mfn-date {
    color: var(--Grayscale-1000, #000);
    font-family: Lexend;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
}

.mfn-loader-single-container .mfn-content img {
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 50px;
    height: 100%;
    width: 100%;
}

.mfn-loader-single-container .mfn-content table,
.mfn-loader-single-container .mfn-content td,
.mfn-loader-single-container .mfn-content th {
    border: 1px solid #dddddd;
}

.mfn-loader-single-container .mfn-content table {
    border-collapse: collapse;
    width: 100%;
}

.mfn-loader-single-container .mfn-content th,
.mfn-content td {
    padding: 6px;
}

.mfn-loader-single-container .mfn-footer hr {
    height: 0;
    border: none;
    border-top: 1px solid #dddddd;
}

.mfn-loader-single-container .mfn-attachment-text {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
}

.mfn-loader-single-container .mfn-attachment {
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
    align-items: center;
}

.mfn-loader-single-container .mfn-attachment:hover {
    opacity: .8;
}

.mfn-loader-single-container .mfn-attachment .mfn-thumbnail {
    display: inline-block;
    cursor: pointer;
    height: auto;
    width: 55px;
    margin-right: 10px;
    border: 1px solid #eee;
}

.mfn-loader-single-container .mfn-attachment.mfn-file-icon:before {
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    height: 74px;
    width: 55px;
    margin-right: 10px;
    flex-shrink: 0;
    content: " ";
    filter: invert(38%) sepia(92%) saturate(351%) hue-rotate(118deg) brightness(88%) contrast(89%);
}


/* May also be set to display: none if you instead want to show the original attachments */
.mfn-loader-single-container .mfn-attachments-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 20px;
}

/* .mfn-hide
    This class should be set to display: none;
    if the option show_attachments is 'true'
*/
.mfn-loader-single-container .mfn-hide {
    display: none;
}

@media (max-width: 768px) {
    .mfn-loader-single-container .mfn-title {
        font-size: 2.3125rem;
    }

    .mfn-body p,
    .mfn-body ol,
    .mfn-body li,
    .mfn-body strong,
    .mfn-body table tbody tr,
    .mfn-body table tbody td,
    .mfn-body table tbody a {
        font-size: 1rem !important;
    }
}

@media (max-width: 700px) {
    .mfn-loader-single-container .mfn-title {
        font-size: 1.875rem;
    }
}