.ws-content {
    background: var(--ws-color-white);
    padding-bottom: 10px;
}
.breadcrumb {
    background: var(--ws-color-background);
}
h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin: 30px 0 10px;
}
.ws-post-excerpt.postbox {
    margin: 20px 0 0;
}

ul.pagination {
    margin-top: 10px;
}

.table {
    margin: 0;
}
.table th,
.table td {
    padding: 14px 15px !important;
}
.table td.nowrap {
    white-space: nowrap;
}
.table th {
    white-space: nowrap;
    background: var(--ws-color-background);
}
.table h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.table tr:nth-child(odd) td {
    background: #fafafa;
}

.ws-post-faqs .panel-group {
    margin-bottom: 0;
}
.ws-post-faqs .panel-group .panel+.panel {
    margin-top: 10px;
}
.ws-post-faqs .panel-heading {
    padding: 0;
}
.ws-post-faqs .panel-heading a {
    display: block;
    line-height: 1.5;
    position: relative;
    background: var(--ws-color-white);
    padding: 15px 30px 15px 15px;
}
.ws-post-faqs .panel-heading a:not(.collapsed) {
    background: var(--ws-color-background);
}
.ws-post-faqs .panel-heading a::after {
    right: 20px;
    font-size: 20px;
    position: absolute;
    top: calc(50% - 11px);
    font-family: FontAwesome;
}
.ws-post-faqs .panel-heading a[aria-expanded=false]::after {
    content: '\f107';
}
.ws-post-faqs .panel-heading a[aria-expanded=true]::after {
    content: '\f106';
}
.ws-post-faqs .panel-group .panel {
    overflow: hidden;
    border-radius: 6px;
}

.ws-post-related .links {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    font-style: italic;
    align-items: center;
}
.ws-post-related .links .active {
    font-weight: 700;
}

.ws-widget,
.postbox {
    gap: 15px;
    display: grid;
    margin: 40px 0;
    position: relative;
}
.postbox h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.ws-widget:not(:last-child)::after {
    content: '';
    left: 0;
    right: 0;
    bottom: -20px;
    position: absolute;
    border-bottom: 1px solid #ddd;
}
.ws-widget h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.ws-widget .active {
    font-weight: 700;
}
.ws-widget.widget ul {
    gap: 10px;
    display: grid;
}
.ws-widget.widget button {
    border: 0;
    padding: 0;
    outline: none;
    background: none;
}
.ws-widget.widget button.active,
.ws-widget.widget button:hover {
    color: var(--ws-color-primary);
    font-weight: 700;
}
.ws-widget.widget button span {
    color: gray;
}
.ws-tags button {
    padding: 0;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    position: relative;
}
.ws-tags button:hover::after {
    color: var(--ws-color-primary);
}
.ws-tags button::after {
    content: '\f057';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    color: gray;
}

.entry,
.entry * {
    line-height: 1.6;
}
.entry p:last-child {
    margin-bottom: 0;
}

.ws-post-content .entry {
    overflow: hidden;
    position: relative;
    max-height: 395.5px;
}
.ws-post-content .entry-hide {
    max-height: initial;
}
.ws-post-content .entry-more-btn {
    text-align: center;
}
.ws-post-content .entry-show .entry-more-btn {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 200px 30px 0;
    background-image: linear-gradient(transparent, white);
}
.ws-post-content .entry-more-btn span {
    font-size: 16px;
    cursor: pointer;
    color: var(--ws-color-primary);
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    gap: 7px;
}
.ws-post-content .entry-show .entry-more-btn span::after {
    content: "\f0d7";
}
.ws-post-content .entry-hide .entry-more-btn {
    margin-top: 30px;
}
.ws-post-content .entry-hide .entry-more-btn span::after {
    content: "\f0d8";
}
.ws-post-content .entry-more-btn span::after {
    font-weight: 400;
    font-family: FontAwesome;
}

.ws-col-wrap,
.ws-col-wrap ul {
    gap: 10px;
    align-items: center;
    white-space: nowrap;
    display: inline-flex;
    vertical-align: middle;
}
.ws-col-wrap ul button {
    padding: 0;
    margin: 0;
    border: 0;
    display: grid;
    background: none;
}
.ws-col-wrap ul button.active,
.ws-col-wrap ul button:hover {
    color: var(--ws-color-primary);
}
.ws-col-wrap ul button .fa {
    line-height: 1;
}

@media screen and (min-width: 768px)
{
    .ws-store {
        overflow: inherit;
    }
    .ws-col.col-sm-2 {
        top: 60px;
        position: sticky;
    }
}

@media screen and (max-width: 767px)
{
    .ws-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .breadcrumb {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .ws-body form {
        margin-top: 20px;
    }
    .postbox {
        margin: 30px 0;
    }
    .ws-widget {
        gap: 0;
        margin: 0;
        padding: 0;
    }
    .ws-widget h3 {
        padding: 15px 0;
        position: relative;
    }
    .ws-widget h3::after {
        right: 0;
        top: 50%;
        content: '';
        position: absolute;
        transform: translate(0, -50%);
        border-top: 6px solid var(--ws-color-black);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .ws-widget.open h3::after {
        border-top: none;
        border-bottom: 6px solid var(--ws-color-black);
    }
    .ws-widget .postbox-entry {
        padding: 15px 0;
        border-top: 1px solid #ddd;
    }
    .ws-widget:not(.open) .postbox-entry {
        display: none;
    }
    .ws-widget:not(:last-child)::after {
        bottom: 0;
    }
    ul.pagination {
        margin: 0;
    }
    .table-responsive {
        border-top: 0;
    }
    .ws-post-faqs .panel-heading a::after {
        right: 15px;
    }
}

@media screen and (max-width: 400px)
{
}