.article-wrapper hr {
    margin: 7px 0;
    color: inherit;
    border: 0;
    border-top: 1px var(--primary-bg) solid;
    opacity: 1;
}

/*hero start*/

.hero-section {
    width: 100%;
    height: 360px;
    position: relative;
    background-color: #58595B;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-hover-60);
}

.hero-section img {
    height: 360px;
    width: 100%;
    object-fit: cover;
}

.hero-section .text-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
}

.hero-section .text-content h1 {
    font-size: 45px;
    font-weight: 700;
    color: #F5F5F5;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .hero-section .text-content h1 {
        font-size: 30px;
    }
}

.hero-section .breadcrumb {
    margin-bottom: 0;
}

.hero-section .breadcrumb-wrapper li {
    font-size: 13px;
    color: var(--secondary-hover);
}

.hero-section .breadcrumb-wrapper a {
    text-decoration: none;
    color: #F5F5F5;
}

.hero-section .breadcrumb-wrapper li.active {
    color: var(--primary-color);
}

.hero-section .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 5px;
    font-weight: 500;
    color: #F5F5F5 !important;
}

/*hero end*/

/*article start*/

.article-wrapper .article-intro .img-wrapper {
    height: 480px;
    clip-path: var(--card-second-shape);
    padding: 16px;
    border: 1px solid var(--secondary-hover);
}

.article-wrapper .article-intro .img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.article-wrapper .article-intro .article-info {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 8px;
}

.article-wrapper .article-intro .article-info span {
    font-size: 14px;
    font-weight: 700;
    color: var(--secondary-color);
}

.article-wrapper .article-intro .article-info span:not(:last-child) {
    border-left: 2px solid var(--primary-bg);
    padding-left: 15px;
}

.article-wrapper .article-intro .article-info span:not(:first-child) {
    padding-right: 15px;
}

.article-wrapper .article-body h1 {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.article-wrapper .article-body h2 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.article-wrapper .article-body p {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: normal;
    line-height: 2em;
}

.article-wrapper .article-body .img-wrapper {
    height: 600px;
    max-height: 600px;
    text-align: center;
    clip-path: var(--card-first-shape);
    margin-bottom: 20px;
}

.article-wrapper .article-body .img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.article-wrapper .article-body ul li {
    margin-bottom: 10px;
}

.article-wrapper .article-body ul li::marker {
    color: var(--secondary-color);
    font-size: 20px;
}

.article-wrapper .article-body i {
    color: var(--primary-hover);
    font-size: 15px;
}

/*aside start*/

.articles-aside {
    position: sticky;
    top: 30px;
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: fit-content;
}

.articles-aside .search-container input {
    width: 100%;
    border-radius: 0;
    padding: 10px;
}

.articles-aside .search-container input:focus,
.articles-aside .search-container input:active {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
}

.articles-aside .categories .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.articles-aside .categories .tags .tag {
    padding: 10px;
    flex-grow: 1;
    text-align: center;
    background-color: var(--secondary-hover);
    clip-path: var(--card-first-shape);
    transition: background-color 0.3s ease;
}

.articles-aside .categories .tags .tag:hover {
    background-color: var(--primary-hover);
}

.articles-aside .categories .tags .tag a {
    font-size: 13px;
    color: var(--secondary-color);
}

.articles-aside .latest-articles-items .latest-article-item {
    margin-bottom: 10px;
}

.articles-aside .latest-articles-items .card-image {
    max-height: 100px;
}

.articles-aside .latest-articles-items img {
    height: 100px;
    object-fit: cover;
    clip-path: var(--card-first-shape-no-left);
}

.articles-aside .latest-articles-items .card-body .card-title {
    font-size: 15px;
    font-weight: bold;
    color: var(--primary-color);
    text-align: right;
}

.articles-aside .latest-articles-items .card-body .article-date {
    font-size: 13px;
    font-weight: 500;
    color: var(--secondary-color);
}

/*share start*/

.article-wrapper .share .frame {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    width: 350px;
    position: relative;
    transition: box-shadow 0.6s cubic-bezier(.79, .21, .06, .81);
    border-radius: 0;
}

.article-wrapper .share .btn {
    height: 35px;
    width: 35px;
    border-radius: 0;
    background: var(--primary-bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    box-shadow: -7px -7px 20px 0px #fff9,
    -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001,
    inset 0px 0px 0px 0px #fff9,
    inset 0px 0px 0px 0px #0001,
    inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
    transition: box-shadow 0.6s cubic-bezier(.79, .21, .06, .81);
    font-size: 16px;
    color: rgba(42, 52, 84, 1);
    text-decoration: none;
}

.article-wrapper .btn:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

.article-wrapper .share span {
    font-size: 14px;
    font-weight: bold;
    color: var(--primary-color);
}

.article-wrapper .share .next {
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-wrapper .share .next span {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
}

.article-wrapper .share .next a {
    color: var(--secondary-color);
    font-size: 17px;
    text-decoration: underline;
}

.article-wrapper .woocommerce-Reviews {
    display: grid;
    grid-template-columns: auto !important;
    grid-column-gap: 32px;
}

.article-wrapper #reviews #comments ol.commentlist li .comment-text {
    clip-path: var(--card-second-shape);
    padding: 40px 16px 16px 16px;
    background-color: var(--secondary-hover-50);
}