/* ===== Hezi Article Detail Widget ===== */
.hezi-article-detail {
    width: 100%;
}
.hezi-article-detail .article-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.hezi-article-detail .article-main {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.667%;
    max-width: 66.667%;
}
.hezi-article-detail .article-sidebar {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

/* Post Card */
.hezi-article-detail .post {
    background-color: #34363e;
    border: 1px solid #34363e;
    margin: 0 0 2.5rem;
    padding: 0;
    transition: all 0.5s;
}
.hezi-article-detail .post:hover {
    background-color: #383a42;
    border-color: #383a42;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.hezi-article-detail .post-content {
    padding: 1.375rem 1.375rem 1rem;
}

/* Entry Header */
.hezi-article-detail .entry-header {
    position: relative;
    margin: 0 0 0.8125rem;
}
.hezi-article-detail .entry-title {
    margin: 0;
    letter-spacing: 0.45px;
    word-break: break-word;
    font-size: 1.875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

/* Entry Description */
.hezi-article-detail .entry-desc {
    margin: 0 0 1rem;
    color: #e5e5e5;
    font-size: 1rem;
}

/* Entry Content */
.hezi-article-detail .entry-content {
    overflow: hidden;
    color: #e5e5e5;
}
.hezi-article-detail .entry-content p {
    margin-bottom: 1rem;
    color: #e5e5e5;
}
.hezi-article-detail .entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
}
.hezi-article-detail .entry-content figure {
    width: auto !important;
    margin: 0 0 1rem;
}
.hezi-article-detail .entry-content a {
    color: #FAB702;
    box-shadow: 0 1px 0 0 currentColor;
}
.hezi-article-detail .entry-content a:hover {
    color: #fff;
    box-shadow: none;
}

/* Post Navigation */
.hezi-article-detail .post-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
    margin-top: 1rem;
}
.hezi-article-detail .post-nav a {
    color: #FAB702;
    box-shadow: 0 1px 0 0 currentColor;
    text-decoration: none !important;
    transition: 0.3s;
}
.hezi-article-detail .post-nav a:hover {
    color: #fff;
    box-shadow: none;
}

/* Sidebar */
.hezi-article-detail .sidebar {
    background-color: #34363e;
    border: 1px solid #34363e;
    padding: 1.875rem 1.25rem;
    margin-bottom: 2.5rem;
}

/* Widget Heading */
.hezi-article-detail .sidebar .widget-title {
    position: relative;
    color: #fff;
    margin-bottom: 1.5rem;
    padding: 0;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

/* Widget Lists */
.hezi-article-detail .sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hezi-article-detail .sidebar-list li {
    padding: 0.4375rem 0;
}
.hezi-article-detail .sidebar-list li:first-child {
    padding-top: 0;
}
.hezi-article-detail .sidebar-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.hezi-article-detail .sidebar .widget .sidebar-list li a {
    color: #e5e5e5;
    font-weight: 600;
    text-decoration: none !important;
    text-decoration-line: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
    transition: color 0.3s;
}
.hezi-article-detail .sidebar .widget .sidebar-list li a:hover {
    color: #FAB702;
}

/* Sidebar Spacer */
.hezi-article-detail .sidebar-spacer {
    height: 20px;
}

/* Search */
.hezi-article-detail .sidebar-search {
    display: flex;
    width: 100%;
}
.hezi-article-detail .sidebar-search input {
    flex: 1;
    padding: 0.74rem 1rem;
    background-color: transparent;
    border: 1px solid #5b5d64;
    border-right: none;
    color: #000;
    font-size: 1rem;
    font-family: inherit;
    outline: none;
    border-radius: 0;
}
.hezi-article-detail .sidebar-search input:focus {
    border-color: #FAB702;
}
.hezi-article-detail .sidebar-search input::placeholder {
    color: #888;
}
.hezi-article-detail .sidebar-search button {
    background-color: #FAB702;
    border: 1px solid #FAB702;
    color: #fff;
    padding: 0.74rem 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border-radius: 0;
}
.hezi-article-detail .sidebar-search button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.hezi-article-detail .sidebar-search button svg {
    fill: currentColor;
    width: 24px;
    height: 24px;
}

/* Current Item Highlight */
.hezi-article-detail .sidebar-list li.is-current a {
    color: #FAB702;
}

/* Pagination */
.hezi-article-detail .sidebar-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dotted #5b5d64;
}
.hezi-article-detail .sidebar-pagination a,
.hezi-article-detail .sidebar-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid #5b5d64;
    color: #e5e5e5;
    transition: all 0.3s;
}
.hezi-article-detail .sidebar-pagination a:hover {
    color: #FAB702;
    border-color: #FAB702;
}
.hezi-article-detail .sidebar-pagination span.current {
    color: #FAB702;
    border-color: #FAB702;
}
.hezi-article-detail .sidebar-pagination .dots {
    border: none;
    color: #888;
}

/* Animation */
@keyframes heziArticleFadeInUp {
    from { opacity: 0; transform: translate3d(0, 30px, 0); }
    to   { opacity: 1; transform: translate3d(0, 0, 0); }
}
.hezi-article-detail .animate {
    animation: heziArticleFadeInUp 1s both;
}

/* Responsive */
@media (max-width: 992px) {
    .hezi-article-detail .article-main {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hezi-article-detail .article-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
