:root {
    --news-theme: #ff6f00;
    --news-theme-hover: #ff6f00;
}

.container.wrap {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 30px;
    overflow: hidden;
}

.container.wrap * {
    box-sizing: border-box;
}

.container.wrap img {
    display: block;
    max-width: 100%;
}

.container.wrap ul,
.container.wrap ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container.wrap .hide {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.container.wrap > .breadcrumb {
    display: block;
    margin: 20px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0;
}

.container.wrap > .breadcrumb li {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    vertical-align: top;
}

.container.wrap > .breadcrumb .wpcom-icon {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 3px;
    color: inherit;
    opacity: 0.8;
}

.container.wrap > .breadcrumb .wpcom-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.container.wrap > .breadcrumb a {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
}

.container.wrap > .breadcrumb a:hover {
    color: var(--news-theme-hover);
}

.container.wrap > .breadcrumb .active {
    font-weight: 400;
    opacity: 0.9;
}

.container.wrap > .main {
    float: left;
    width: 830px;
    min-width: 0;
    padding: 20px 0 30px;
}

.container.wrap > .sidebar {
    float: right;
    width: 300px;
    padding: 20px 0 30px;
}

.container.wrap .post-loop,
.container.wrap .post-loop.post-loop-default {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 0 !important;
    padding: 0;
    list-style: none;
}

.container.wrap .post-loop.post-loop-default .post-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0 !important;
    padding: 20px 0 !important;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    transition: all 0.3s ease 0s;
}

.container.wrap .post-loop.post-loop-default .post-item:hover {
    background-color: var(--news-theme);
}

.container.wrap .post-loop.post-loop-default .item-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 245px;
    height: 100%;
    margin-right: 20px;
    overflow: hidden;
    border: 1px solid #fff !important;
    border-radius: 3px;
    background: transparent;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
    transition: box-shadow 0.3s ease 0s;
}

.container.wrap .post-loop.post-loop-default .item-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.container.wrap .post-loop.post-loop-default .item-img img {
    width: 100%;
    height: 100% !important;
    border-radius: 3px;
    background: #fff;
    object-fit: cover;
}

.container.wrap .post-loop.post-loop-default .item-content {
    position: relative;
    width: 100%;
    padding: 0;
    flex: 1 1 auto;
}

.container.wrap .post-loop.post-loop-default .item-title {
    margin: 0 0 12px;
    color: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.46;
}

.container.wrap .post-loop.post-loop-default .item-title a {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.container.wrap .post-loop.post-loop-default .item-title a:hover,
.container.wrap .post-loop.post-loop-default .item-meta a:hover {
    color: var(--news-theme-hover);
}

.container.wrap .post-loop.post-loop-default .item-excerpt {
    display: -webkit-box;
    height: 72px;
    margin-bottom: 10px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.container.wrap .post-loop.post-loop-default .item-excerpt p {
    display: inline;
    margin: 0;
}

.container.wrap .post-loop.post-loop-default .item-meta,
.container.wrap .post-loop.post-loop-default .item-meta a {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 1.8;
}

.container.wrap .post-loop.post-loop-default .item-meta {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.container.wrap .post-loop.post-loop-default .item-meta .date {
    margin-left: 20px;
}

.container.wrap .post-loop.post-loop-default .post-item:hover .item-title a,
.container.wrap .post-loop.post-loop-default .post-item:hover .item-title a:hover,
.container.wrap .post-loop.post-loop-default .post-item:hover .item-excerpt,
.container.wrap .post-loop.post-loop-default .post-item:hover .item-meta,
.container.wrap .post-loop.post-loop-default .post-item:hover .item-meta a {
    color: #fff;
}

.container.wrap .pagination {
    display: block;
    margin: 0 !important;
    margin-top: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
}

.container.wrap .pagination li {
    display: inline-block;
    min-width: 30px;
    margin: 0 5px !important;
    padding: 0;
    border: 0;
    border-radius: 2px;
    background-color: #f4f4f5;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.container.wrap .pagination li a,
.container.wrap .pagination li span {
    display: block;
    padding: 0 8px;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    text-decoration: none;
}

.container.wrap .pagination li:hover {
    background: var(--news-theme-hover);
    color: #fff;
}

.container.wrap .pagination li.disabled,
.container.wrap .pagination li.disabled:hover {
    background-color: #f4f4f5;
    color: rgba(0, 0, 0, 0.6);
    cursor: default;
}

.container.wrap .pagination li.active {
    background: var(--news-theme);
    color: #fff;
}

.container.wrap .pagination .wpcom-icon {
    display: inline-block;
    width: auto;
    height: auto;
}

.container.wrap .pagination .wpcom-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.container.wrap .pagination .pagination-go {
    position: relative;
    background: transparent;
}

.container.wrap .pagination-go form {
    position: relative;
}

.container.wrap .pagination .pgo-input {
    width: 66px;
    min-width: 66px;
    height: auto;
    padding: 0 28px 0 8px;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
    color: inherit;
    line-height: 26px;
    text-align: left;
}

.container.wrap .pagination .pgo-input:focus {
    border-color: var(--news-theme-hover);
    outline: 0;
}

.container.wrap .pagination .pgo-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    min-width: 28px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.container.wrap .pagination .pgo-btn:hover {
    background: transparent;
    color: var(--news-theme-hover);
}

.container.wrap .widget {
    margin-bottom: 30px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.container.wrap .widget ul,
.container.wrap .widget ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container.wrap .widget ul li,
.container.wrap .widget ol li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    line-height: 1.6;
}

.container.wrap .widget ul li li,
.container.wrap .widget ol li li {
    padding-left: 20px;
    border-bottom: 0;
}

.container.wrap .widget-title {
    position: relative;
    margin: 0;
    padding: 0 0 20px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.container.wrap .widget-title span::before,
.container.wrap .widget_lastest_news li::before {
    display: none;
}

.container.wrap .widget_lastest_products .p-list {
    margin: 0 -10px -20px;
}

.container.wrap .widget_lastest_products .p-item {
    margin: 0 0 20px;
    padding: 0 10px;
    border: 0;
}

.container.wrap .widget_lastest_products .p-item-wrap {
    display: block;
}

.container.wrap .widget_lastest_products .thumb {
    display: block;
    overflow: hidden;
    border-radius: 2px;
    background: #f9f9f9;
}

.container.wrap .widget_lastest_products .thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.3s ease-out 0s;
}

.container.wrap .widget_lastest_products .title {
    display: block;
    margin: 0;
    padding-top: 8px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.container.wrap .widget_lastest_products .title a {
    display: -webkit-box;
    height: 40px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.3s ease-out 0s;
}

.container.wrap .widget_lastest_products .p-item-wrap:hover .title a,
.container.wrap .widget_lastest_news a:hover {
    color: var(--news-theme-hover);
}

.container.wrap .widget_lastest_products .p-item-wrap:hover img {
    transform: scale(1.03);
}

.container.wrap .widget_lastest_news a {
    display: block;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
}

.container.wrap .entry {
    display: block;
    min-width: 0;
}

.container.wrap .entry-title {
    margin: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 34px;
    font-weight: 600;
    line-height: 1.35;
}

.container.wrap .entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.7);
    color: rgba(0, 0, 0, 0.48);
    font-size: 14px;
    line-height: 1.7;
}

.container.wrap .entry-meta a {
    color: inherit;
    text-decoration: none;
}

.container.wrap .entry-meta a:hover {
    color: var(--news-theme-hover);
}

.container.wrap .entry-emta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.container.wrap .entry-meta .wpcom-icon,
.container.wrap .entry-footer .wpcom-icon {
    display: inline-flex;
    width: 1em;
    height: 1em;
    color: inherit;
}

.container.wrap .entry-meta .wpcom-icon svg,
.container.wrap .entry-footer .wpcom-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.container.wrap .entry > .entry-content {
    padding-top: 28px;
}

.container.wrap .entry > .entry-content p {
    margin: 0 0 18px;
    color: rgba(0, 0, 0, 0.72);
    font-size: 16px;
    line-height: 1.9;
}

.container.wrap .entry > .entry-content strong {
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
}

.container.wrap .entry > .entry-content a {
    color: var(--news-theme);
    text-decoration: none;
    word-break: break-word;
}

.container.wrap .entry > .entry-content a:hover {
    color: var(--news-theme-hover);
    text-decoration: underline;
}

.container.wrap .entry > .entry-content .wp-block-image {
    margin: 28px 0;
}

.container.wrap .entry > .entry-content figure {
    margin: 0;
}

.container.wrap .entry > .entry-content .aligncenter img,
.container.wrap .entry > .entry-content .wp-block-image img {
    margin: 0 auto;
    border-radius: 4px;
}

.container.wrap .entry > .entry-content h2,
.container.wrap .entry > .entry-content h3,
.container.wrap .entry > .entry-content h4 {
    margin: 28px 0 16px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    line-height: 1.45;
}

.container.wrap .entry > .entry-content h2 {
    font-size: 26px;
}

.container.wrap .entry > .entry-content h3 {
    font-size: 22px;
}

.container.wrap .entry > .entry-content h4 {
    font-size: 18px;
}

.container.wrap .entry-footer {
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(221, 221, 221, 0.7);
}

.container.wrap .entry-tag {
    margin-bottom: 18px;
}

.container.wrap .entry-tag a {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(123, 191, 64, 0.12);
    color: var(--news-theme);
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.container.wrap .entry-tag a:hover {
    background: var(--news-theme);
    color: #fff;
}

.container.wrap .entry-page p {
    margin: 0 0 10px;
    color: rgba(0, 0, 0, 0.58);
    font-size: 14px;
    line-height: 1.8;
}

.container.wrap .entry-page p:last-child {
    margin-bottom: 0;
}

.container.wrap .entry-page a {
    color: rgb(2 134 255 / 82%);
    text-decoration: none;
}

.container.wrap .entry-page a:hover {
    color: var(--news-theme-hover);
}

.container.wrap .entry-related-title {
    margin: 34px 0 18px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
}

.container.wrap .entry-related {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
}

.container.wrap .entry-related .related-item {
    margin: 0;
    padding: 0;
    border: 0;
}

.container.wrap .entry-related .related-item a {
    display: block;
    color: rgba(0, 0, 0, 0.78);
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
}

.container.wrap .entry-related .related-item a:hover {
    color: var(--news-theme-hover);
}
.entry-tag span {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding: 0 15px;
    color: rgba(0,0,0,.8);
    font-weight: 400;
    line-height: 26px;
    border: 1px solid #ddd;
    border-radius: 20px;
}
@media screen and (max-width: 1239px) {
    .container.wrap > .main {
        width: 660px;
    }

    .container.wrap > .sidebar {
        width: 250px;
    }
}

@media (max-width: 991px) {
    .container.wrap {
        padding: 0 15px 20px;
    }

    .container.wrap > .main {
        float: none;
        width: 100%;
        padding: 20px 0;
    }

    .container.wrap > .sidebar {
        display: none;
    }
}

@media (max-width: 767px) {
    .container.wrap {
        padding: 0 12px 20px;
    }

    .container.wrap > .breadcrumb {
        margin-top: 14px;
    }

    .container.wrap > .breadcrumb li {
        font-size: 13px;
        line-height: 1.5;
    }

    .container.wrap .entry-title {
        font-size: 26px;
    }

    .container.wrap .entry-meta {
        gap: 8px 16px;
        margin-top: 14px;
        padding-bottom: 18px;
        font-size: 13px;
    }

    .container.wrap .entry > .entry-content {
        padding-top: 22px;
    }

    .container.wrap .entry > .entry-content p {
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 1.85;
    }

    .container.wrap .entry > .entry-content .wp-block-image {
        margin: 22px 0;
    }

    .container.wrap .entry-related {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .container.wrap .post-loop.post-loop-default .post-item {
        display: flex;
        align-items: flex-start;
        padding: 0 0 15px !important;
        margin-bottom: 15px !important;
    }

    .container.wrap .post-loop.post-loop-default .item-img {
        width: 120px;
        height: 75px;
        margin-right: 15px;
    }

    .container.wrap .post-loop.post-loop-default .item-title {
        font-size: 18px;
        line-height: 1.34;
    }

    .container.wrap .post-loop.post-loop-default .item-excerpt {
        display: -webkit-box;
        height: auto;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.65;
        -webkit-line-clamp: 2;
    }

    .container.wrap .post-loop.post-loop-default .item-meta {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 4px 10px;
        font-size: 12px;
    }

    .container.wrap .post-loop.post-loop-default .item-meta .date {
        margin-left: 0;
    }

    .container.wrap .pagination {
        margin-top: 18px !important;
    }

    .container.wrap .pagination li,
    .container.wrap .pagination li.next,
    .container.wrap .pagination li.prev {
        display: inline-block;
        min-width: 34px;
        margin: 0 4px 8px !important;
        line-height: 32px;
    }
}
