@charset "utf-8";

.content-box {
    background: #EFF1F3;
}

.content-box .publish-book-title {
    margin: 5vw 0;
}

.content-box .tag-box {
    background: #FDFDFD;
    padding: 2vw;
}

.content-box .tag-box .title {
    color: #141414;
    font-family: "IBM Plex Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin-bottom: 1vw;
}

.content-box .tag-box ul {
    list-style-type: none;

    color: #166AC9;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
    text-decoration: none;
}

.content-box .tag-box ul li:hover {
    text-decoration: underline;
}

.content-box .impcat-article {
    padding: 0 2vw;
}

.content-box .impcat-article .content{
    background: #FDFDFD;
    padding: 2vw;
}

.read-more li {
    padding: 0;
}



@media (max-width: 768px) {
    .content-box .tag-box {
        background: #EFF1F3;
        padding: 5vw;
    }

    .content-box .impcat-article .content {
        padding: 5vw;
    }

    .read-more li {
        padding: 0 15px;
    }
}