.article-detail {
    padding-inline: 3rem;
}

@media only screen and (max-width: 79.937rem) {
    .article-detail {
        padding-inline: 2.5rem;
    }
}

@media only screen and (max-width: 47.937rem) {
    .article-detail {
        padding-inline: 0rem;
    }
}

.article-detail__header-wrapper {
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
}

@media only screen and (max-width: 79.937rem) {
    .article-detail__header-wrapper {
        padding-bottom: 1.5rem;
        gap: 0.5rem;
    }
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__header-wrapper {
        padding-bottom: 1.25rem;
    }
}

@media only screen and (max-width: 79.937rem) {
    .article-detail__header-wrapper .badge {
        --qn-badge-padding-size: 0.125rem 0.5rem;
        --qn-badge-height-size: 1.75rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 500;
    }
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__header-wrapper .badge {
        --qn-badge-padding-size: 0 0.5rem;
        --qn-badge-height-size: 1.5rem;
        font-size: 0.75rem;
        line-height: 1.125rem;
        font-weight: 500;
    }
}

.article-detail__header-category {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.article-detail__header-title {
    color: var(--qn-neutral-800);
    font-size: 2.25rem;
    line-height: 3.125rem;
    font-weight: 700;
}

@media only screen and (max-width: 79.937rem) {
    .article-detail__header-title {
        font-size: 1.5rem;
        line-height: 2.25rem;
        font-weight: 700;
    }
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__header-title {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
    }
}

.article-detail__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.article-detail__image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 40rem;
    border-radius: 0.75rem;
}

@media only screen and (max-width: 79.937rem) {
    .article-detail__image-wrapper {
        height: 25rem;
    }
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__image-wrapper {
        margin: 0 -1rem;
        width: calc(100% + 2rem);
        border-radius: 0;
        height: 15rem;
    }
}

.article-detail__author {
    padding: 2rem 0;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 79.937rem) {
    .article-detail__author {
        padding: 1.5rem 0;
    }
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__author {
        padding: 1rem 0;
    }
}

.article-detail__author-information {
    display: flex;
    gap: 0.75rem;
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__author-information {
        gap: 0.5rem;
    }
}

.article-detail__author-box {
    --kl-article-detail-author-box-size: 2.5rem;
    width: var(--kl-article-detail-author-box-size);
    min-width: var(--kl-article-detail-author-box-size);
    height: var(--kl-article-detail-author-box-size);
    overflow: hidden;
    border-radius: 0.5rem;
    border: 0.063rem solid var(--qn-neutral-200);
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-detail__author-photo {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.article-detail__author-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.article-detail__author-name {
    color: var(--qn-neutral-700);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__author-name {
        font-size: 0.75rem;
        line-height: 1.125rem;
        font-weight: 600;
    }
}

.article-detail__author-timestamp {
    color: var(--qn-neutral-500);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__author-timestamp {
        font-size: 0.75rem;
        line-height: 1.125rem;
        font-weight: 400;
    }
}

.article-detail__author-social {
    --kl-article-detail-author-social-size: 2.75rem;
    width: var(--kl-article-detail-author-social-size);
    min-width: var(--kl-article-detail-author-social-size);
    height: var(--kl-article-detail-author-social-size);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: 0.063rem solid var(--qn-neutral-300);
    box-shadow: 0 0.063rem 0.125rem 0 rgba(16, 24, 40, 0.05);
    transition: background-color 350ms ease-out;
}

.article-detail__author-socials {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__author-socials {
        gap: 0.5rem;
    }
}

@media only screen and (max-width: 79.937rem) {
    .article-detail__author-social {
        --kl-article-detail-author-social-size: 2.5rem;
        padding: 0.625rem;
    }
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__author-social {
        --kl-article-detail-author-social-size: 1.75rem;
        padding: 0.375rem;
    }
}

.article-detail__author-social:hover,
.article-detail__author-social:focus {
    background-color: var(--qn-neutral-200);
}

.article-detail__author-icon {
    --kl-article-detail-author-icon-size: 1.25rem;
    width: var(--kl-article-detail-author-icon-size);
    min-width: var(--kl-article-detail-author-icon-size);
    height: var(--kl-article-detail-author-icon-size);
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__author-icon {
        --kl-article-detail-author-icon-size: 1rem;
    }
}

.article-detail__body {
    border-top: 0.063rem solid var(--qn-neutral-200);
    border-bottom: 0.063rem solid var(--qn-neutral-200);
    padding: 2rem 0;
    color: var(--qn-neutral-800);
    font-size: 1rem;
    line-height: 2.25rem;
    font-weight: 400;
}

@media only screen and (max-width: 79.937rem) {
    .article-detail__body {
        padding: 1.5rem 0;
        font-size: 0.875rem;
        line-height: 2rem;
        font-weight: 400;
    }
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__body {
        padding: 1rem;
        font-size: 0.75rem;
        line-height: 1.975rem;
        font-weight: 400;
        margin: 0 -1rem;
        width: calc(100% + 2rem);
    }
}

.article-detail__body :first-child {
    padding: 0;
}

.article-detail__body h2 {
    padding-top: 2rem;
    color: var(--qn-neutral-800);
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 700;
}

@media only screen and (max-width: 79.937rem) {
    .article-detail__body h2 {
        padding-top: 1.5rem;
        font-size: 1rem;
        line-height: 2.25rem;
        font-weight: 700;
    }
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__body h2 {
        padding-top: 0.75rem;
        font-size: 0.875rem;
        line-height: 2rem;
        font-weight: 700;
    }
}

.article-detail__body p {
    padding-top: 0.75rem;
}

@media only screen and (max-width: 79.937rem) {
    .article-detail__body p {
        padding-top: 0.5rem;
    }
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__body p {
        padding-top: 0.25rem;
    }
}

.article-detail__body ol,
.article-detail__body ul {
    padding-top: 0.5rem;
    padding-left: 1.5rem;
    list-style-position: outside;
}

@media only screen and (max-width: 79.937rem) {

    .article-detail__body ol,
    .article-detail__body ul {
        padding-top: 0.375rem;
        padding-left: 1.375rem;
    }
}

@media only screen and (max-width: 47.937rem) {

    .article-detail__body ol,
    .article-detail__body ul {
        padding-top: 0.125rem;
        padding-left: 1.125rem;
    }
}

.article-detail__body ol ol,
.article-detail__body ol ul,
.article-detail__body ul ol,
.article-detail__body ul ul {
    padding-top: 0;
}

.article-detail__body ol li::marker,
.article-detail__body ul li::marker {
    padding-right: 0.125rem;
}

.article-detail__body ul {
    list-style-type: square;
}

.article-detail__body ul>li::marker {
    padding-right: 0;
    font-size: 0.75rem;
}

@media only screen and (max-width: 79.937rem) {
    .article-detail__body ul>li::marker {
        font-size: 0.625rem;
    }
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__body ul>li::marker {
        font-size: 0.5rem;
    }
}

.article-detail__footer {
    padding-top: 2rem;
    display: flex;
    gap: 1rem;
    justify-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 79.937rem) {
    .article-detail__footer {
        padding-top: 1.5rem;
    }
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__footer {
        padding-top: 1rem;
    }
}

.article-detail__footer-right .article-detail__link {
    align-items: flex-end;
}

.article-detail__link {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 282px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    color: var(--qn-neutral-800);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

@media only screen and (max-width: 79.937rem) {
    .article-detail__link {
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 500;
    }
}

.article-detail__link:hover .article-detail__link-name {
    text-decoration: underline;
    color: var(--qn-primary-500);
}

.article-detail__link:hover .article-detail__link-name_left {
    transform: translateX(-0.125rem);
}

.article-detail__link:hover .article-detail__link-name_left .icon {
    transform: translateX(-0.25rem);
}

.article-detail__link:hover .article-detail__link-name_right {
    transform: translateX(0.125rem);
}

.article-detail__link:hover .article-detail__link-name_right .icon {
    transform: translateX(0.25rem);
}

.article-detail__link-name {
    transition: transform 300ms ease-out;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    color: var(--qn-primary-400);
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.article-detail__link-name .icon {
    font-size: 1.25rem;
    line-height: 1.25rem;
    transition: transform 400ms ease-in-out;
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__link-desktop {
        display: none;
    }
}

.article-detail__link-description {
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 47.937rem) {
    .article-detail__link-description {
        display: none;
    }
}

/*# sourceMappingURL=article.css.map */
