.wrap-post .post-thumbnail {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-image: url('/site/assets/images/default_image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 16px;
}

.wrap-post .wrap-post-information {
    padding: 16px;
}

.wrap-post .wrap-post-information .post-category {
    padding: 8px 0;
}

.wrap-post .wrap-post-information .post-category span {
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    padding: 4px 8px;
    color: #4B5563;
    font-weight: 400;
    font-size: 0.857rem;
    line-height: 1.143rem;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

.wrap-post .wrap-post-information .post-information {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.wrap-post .wrap-post-information .post-information .avatar {
    width: 40px;
    height: 40px;
    border-radius: 200px;
}

.wrap-post .wrap-post-information .post-information .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: 8px;
}

.wrap-post .wrap-post-information .post-information .info .name {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.429rem;
    letter-spacing: 0;
    color: #111827;
}

.wrap-post .wrap-post-information .post-information .info .date {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.429rem;
    letter-spacing: 0;
    color: #4B5563;
}

.wrap-post .wrap-post-information .post-information .meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-left: auto;
    width: 40%;
}

.wrap-post .wrap-post-information .post-information .meta .last-view-at {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.429rem;
    letter-spacing: 0;
    text-align: right;
    color: #4C1D95;
}

.wrap-post .wrap-post-information .post-information .meta .views {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.429rem;
    letter-spacing: 0;
    text-align: right;
    color: #4B5563;
}

.wrap-post .wrap-post-information .post-title {
    margin-top: 18px;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.wrap-post .wrap-post-information .post-title .title {
    display: block;
    width: calc(100% - 26px);
}

.wrap-post .wrap-post-information .post-title a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.714rem;
    line-height: 2.286rem;
    letter-spacing: 0;
}

.wrap-post .wrap-post-information .post-title a:hover {
    color: inherit;
}

.wrap-post .wrap-post-information .post-title .svg-icon-arrow-up-right {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url('/site/assets/images/arrow-up-right.svg');
    mask-image: url('/site/assets/images/arrow-up-right.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #111827;
}

.wrap-post .wrap-post-information .post-description {
    margin-top: 4px;
    font-weight: 400;
    font-size: 1.143rem;
    line-height: 1.714rem;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4B5563;
}

.wrap-post .wrap-post-information .post-social {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.wrap-post .wrap-post-information .post-social .icon {
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #4B5563;
}

.wrap-post .wrap-post-information .post-social .item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1rem;
    color: #4B5563;
    font-weight: 500;
    line-height: 1.429rem;
    letter-spacing: 0;
}

.wrap-post .wrap-post-information .post-social .icon.linear-like-heart {
    -webkit-mask-image: url('/site/assets/images/linear-like-heart.svg');
    mask-image: url('/site/assets/images/linear-like-heart.svg');
}
.wrap-post .wrap-post-information .post-social .icon.linear-messages-conversation-chat-dots {
    -webkit-mask-image: url('/site/assets/images/linear-messages-conversation-chat-dots.svg');
    mask-image: url('/site/assets/images/linear-messages-conversation-chat-dots.svg');
}
.wrap-post .wrap-post-information .post-social .icon.linear-messages-conversation-square-share-line {
    -webkit-mask-image: url('/site/assets/images/linear-messages-conversation-square-share-line.svg');
    mask-image: url('/site/assets/images/linear-messages-conversation-square-share-line.svg');
}

.wrap-post.layout-horizontal {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    gap: 32px;
    margin: auto;
    padding: 64px 0;
    /*margin-right: -2rem;*/
}

/*@media (min-width: 640px) {*/
/*    .wrap-post.layout-horizontal {*/
/*        margin-right: -4rem;*/
/*    }*/
/*}*/

/*@media (min-width: 960px) {*/
/*    .wrap-post.layout-horizontal {*/
/*        margin-right: -6rem;*/
/*    }*/
/*}*/

/*@media (min-width: 1200px) {*/
/*    .wrap-post.layout-horizontal {*/
/*        margin-right: -8rem;*/
/*    }*/
/*}*/

/*@media (min-width: 1600px) {*/
/*    .wrap-post.layout-horizontal {*/
/*        margin-right: -9.846rem;*/
/*    }*/
/*}*/

.wrap-post:hover {
    box-shadow: 2px 4px 20px 0px #0000000F;
    transition: box-shadow 0.3s ease;
}

.wrap-post{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.wrap-post.layout-horizontal:hover {
    box-shadow: none;
}

.wrap-post.layout-horizontal .post-thumbnail {
    flex: 1;
    width: 60%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 608px;
}
.wrap-post.layout-horizontal .wrap-post-information .post-social,.wrap-post.layout-horizontal .wrap-post-information .post-information {
    max-width: 360px;
}

.wrap-post.layout-horizontal .wrap-post-information  .post-title {
    -webkit-line-clamp: initial;
}

.wrap-post.layout-horizontal .post-title .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
}

.wrap-post.layout-horizontal .wrap-post-information {
    padding: 0;
    width: 40%;
    margin: auto 0;
}

.wrap-post.layout-horizontal .post-title a {
    font-size: 2rem;
    line-height: 2.5rem;
}

.wrap-post.layout-horizontal .post-description {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: unset;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #374151;
    margin-top: 12px;
    max-width: 480px;
}