:root {
    --date-font-size: 1em;
    --date-font-weight: 400;

    --text-font-size: 0.9em;
    --text-font-weight: 400;
    --text-letter-spacing: 0.05em;
    --text-font-uppercase: uppercase;

    --single-tags-font-size: 1.5em;
    --single-tags-font-weight: 450;
    --single-tags-letter-spacing: 0.01em;
    --single-tags-color: var(--text-main);
}

.archiprod-single {
    font-family: Barlow;
}

.archiprod-single iframe {
    overflow: hidden;
    border-radius: var(--radius);
}

.archiprod-single .postdate {
    background-color: var(--text-main);
    color: white;
    font-size: var(--date-font-size);
    font-weight: var(--date-font-weight);
}

.archiprod-single p {
    font-size: var(--text-font-size);
    font-weight: var(--text-font-weight);
    letter-spacing: var(--text-letter-spacing);
}

.archiprod-single .single-footer {
    margin-top: 5px;
}

.archiprod-single .posttags i {
    margin-right: 5px;
}

.archiprod-single .posttags * {
    font-size: var(--single-tags-font-size);
    font-weight: var(--single-tags-font-weight);
    letter-spacing: var(--single-tags-letter-spacing);
    color: var(--single-tags-color);
}

.archiprod-single .archiprod_similar_carousel .slick-slide {
    margin: 0 5px;
}

.archiprod-single .archiprod_similar_carousel .blog_item {
    border-radius: var(--radius);
    border-color: var(--dark-bg);
    overflow: hidden;
}

.archiprod-single .archiprod_similar_carousel img {
    margin: 0;
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-bottom: 1px solid var(--dark-bg);
}

.archiprod-single .archiprod_similar_carousel .entry-content p {
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 8em;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    margin-top: 10px;
}

.archiprod-single .archiprod_similar_carousel .entry-title {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0;
    color: var(--text-main);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.3em;
    border-bottom: solid 1px var(--text-main);
    text-transform: var(--text-font-uppercase);
}