#primary.easykb-doc {
background: #fff;
padding: 20px;
display: grid;
grid-template-columns: 2fr 5fr;
gap: 20px;
}
.mobile #primary.easykb-doc {
display: inherit;
}
.mobile #easykb-doc-sidebar {
margin-bottom: 20px;
}
.easykb-docs {
list-style: none;
padding-left: 0 !important;
}
.easykb-docs-list,
.easykb-docs-result {
margin: auto;
list-style: none;
}
.easykb-docs-category {
margin-bottom: 5px;
}
.easykb-docs-category-title {
cursor: pointer;
background: #f3f3f3;
padding: 15px 20px;
border-radius: 4px;
font-size: 16px;
}
.easykb-doc-single {
border-bottom: 1px solid #f3f3f3;
padding: 10px 15px;
}
.easykb-doc-single:last-child {
border-bottom: 0px solid #f3f3f3;
padding-bottom: 10px;
}
#easykb-doc-title {
margin-bottom: 10px;
border-bottom: 1px solid #ededed;
padding-bottom: 10px;
margin-top: 10px;
}
.easykb-doc-single.active {
font-weight: 600;
}
#easykb-doc-search {
margin-bottom: 20px;
}
#search-wrapper {
position: relative;
width: 100%;
}
#easykb-search-input {
width: 100%;
padding-right: 30px;
box-sizing: border-box;
}
#easykb-search-icon {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-size: 16px;
color: #999;
cursor: pointer;
}
#easykb-rating-wrap {
display: flex;
gap: 10px;
justify-content: center;
align-items: center;
margin-top: 20px;
}
#easykb-rating-wrap p {
margin-bottom: inherit;
font-weight: 600;
} .easykb-lists {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.easykb-topic {
border: 1px solid #dedede75;
border-radius: 6px;
position: relative;
transition: all 0.2s;
}
.easykb-topic:hover {
box-shadow: 0px 4px 16px 2px #00000012;
}
.easykb-topic h3 {
font-size: 1.05rem;
font-weight: 400;
border-bottom: 1px solid #0000000a;
padding: 10px;
margin-bottom: 0;
background: #0000000a;
}
.easykb-topic-docs {
padding: 0 10px 10px 10px;
}
.easykb-more {
text-align: right;
margin-bottom: 10px !important;
padding-right: 10px;
}
.easykb-more > a {
border: 1px solid #046bd200;
text-decoration: none !important;
background: #046bd2;
padding: 4px 10px;
color: #fff;
border-radius: 5px;
font-size: 14px;
}
.easykb-more > a:hover {
border: 1px solid #046bd2;
background: #ffffff;
color: #046bd2;
}