@charset "utf-8";

/* Article tag */
.m2-kb-article-badge {
    background-color: var(--m2-brand-blue-hc-color);
}

/* Article list */
.m2-kb-article-list > li > .article {
    position: relative;
}
.m2-kb-article-list > li > .article > .thumb {
}
.m2-kb-article-list > li > .article > .info-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #00000000 0%, #0A0A0A90 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: flex-end;
    opacity: 0.90;
}
.m2-kb-article-list > li > .article > .info-wrap > .info {
    padding: 0 1rem 1rem 1rem;
}
.m2-kb-article-list > li > .article > .info-wrap > .info > .title {
    font-size: 18px;
    color: var(--m2-brand-white-color);
    font-family: 'Quicksand-SemiBold';
    line-height: 24px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    opacity: 0.9;
}
.m2-kb-article-list > li > .article > .info-wrap > .info > .title:hover {
    opacity: 1;
}
.m2-kb-article-list > li > .article > .info-wrap > .info > .continue {
    font-size: 16px;
    font-family: 'Quicksand-SemiBold';
    color: var(--m2-brand-white-color);
    text-decoration: underline;
    padding-right: 30px;
    background-image: url(/images/frontend_2023/right-dir.png);
    background-repeat: no-repeat;
    background-position: top 65% right;
    line-height: 20px;
}

@media only screen and (min-width: 768px) {
    .m2-kb-article-list > li > .article > .info-wrap > .info {
        padding: 0 2rem 2rem 2rem;
    }
    .m2-kb-article-list > li > .article > .info-wrap > .info > .title {
        font-size: 22px;
        line-height: 28px;
        font-family: 'Quicksand-Bold';
    }
}

/* Tag list */
.m2-kb-tag-list-wrapper {
}
.m2-kb-tag-list-wrapper > .title {
    font-family: 'Quicksand-SemiBold';
    font-size: 18px;
}
.m2-kb-tag-list-wrapper > .tag-list {
    margin: 2rem 0 0 0;
    display: flex;
    gap: 1rem;
    justify-content: start;
    flex-wrap: wrap;
}
.m2-kb-tag-list-wrapper > .tag-list > .tag-item {
    min-width: 10px;
}
.m2-kb-tag-list-wrapper > .tag-list > .tag-item > .tag-link {
    display: block;
    padding: 0.3rem 0.75rem;
    border: 1px solid var(--m2-brand-blue-hover-light-color);
    border-radius: 1rem;
    color: var(--m2-brand-dark-color);
    font-size: 16px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m2-kb-tag-list-wrapper > .tag-list > .tag-item > .tag-link:hover {
    color: var(--m2-brand-white-color);
    background-color: var(--m2-brand-blue-hc-color);
}

@media only screen and (min-width: 768px) {
    .m2-kb-tag-list-wrapper > .title {
        font-size: 24px;
    }
}


.m2-sol-article-engageTabContents {
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 15px;
}

.m2-sol-article-engageTabs {
    margin-bottom: 0;
}


/* Short codes */
.m2-shortcode-prod {
    padding: 10px;
}
.m2-shortcode-prod > a > .th {
    border: 0;
    box-shadow: none;
    margin-bottom: 5px;
}
.m2-shortcode-prod > .t {
    display: block;
    font-size: 12px;
    height: 50px;
    overflow: hidden;
}
.m2-shortcode-prod > .pr {
    text-align: center;
    font-weight: bold;
    color: #b00;
    margin: 5px 0;
}
.m2-shortcode-prod > .sku {
    text-align: center;
    font-size: 11px;
    color: #999;
    margin: 5px 0;
    overflow: hidden;
}
.m2-shortcode-prod .btn-buy {
    width: 100%;
    display: block;
}
