﻿/* ============================================================
   GAGAK HITAM NEWS â€” Black / Silver / Red Theme
   ============================================================ */

/* â”€â”€ Global dark canvas â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body {
    background-color: #0d0d0d;
    color: #e0e0e0;
}

a {
    color: #e0e0e0;
}

/* â”€â”€ Header fixed positioning â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    padding: 0;
}

main {
    margin-top: 92px;
    min-height: 70vh;
}

@media (max-width: 992px) {
    main {
        margin-top: 74px;
    }
}

@media (max-width: 576px) {
    main {
        margin-top: 56px;
    }
}

/* â”€â”€ Background gradients â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.gray-gradient {
    background: linear-gradient(160deg, #111111 0%, #1a1a1a 100%);
}

.gray-bottom-gradient {
    background: linear-gradient(180deg, #111111 0%, #0d0d0d 100%);
}

.light-gray-gradient {
    background: #141414;
}

/* Red gradient â€” used for headline ticker & section badges */
.red-gradient {
    background: linear-gradient(135deg, #8b0000 0%, #cc0000 100%);
}

.red-gradient-reverse {
    background: linear-gradient(135deg, #cc0000 0%, #8b0000 100%);
}

/* â”€â”€ "Baca Juga" block â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.baca-juga-container {
    border-left: 4px solid #cc0000;
    background-color: #1a1a1a;
    padding: 0 10px;
    padding-top: 5px;
    font-weight: 600;
    margin: 18px 0;
    color: #e0e0e0;
}

.baca-juga-container span {
    display: block;
}

.baca-juga-container a {
    padding-top: 2px;
    padding-bottom: 5px;
    display: block;
    color: #c0c0c0;
}

.baca-juga-container a:hover {
    color: #cc0000;
}

/* â”€â”€ Images â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-thumbnail {
    width: 100%;
    aspect-ratio: 16/9;
}

/* â”€â”€ Post typography â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.post-category {
    color: #cc0000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-timestamp {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
}

.post-content-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.post-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #e8e8e8;
}

.post-title-lg {
    font-size: 28px;
    line-height: 35px;
    color: #f0f0f0;
}

.post-description {
    font-weight: 400;
    color: #888888;
    font-size: 16px;
    line-height: 24px;
}

/* â”€â”€ Post similar items â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.post-similar-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.post-similar-home {
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-similar {
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-similar-thumbnail {
    width: 196px;
    min-width: 196px;
    aspect-ratio: 16/11;
}

.post-similar-title {
    font-weight: 400;
    color: #888888;
    font-size: 16px;
    line-height: 24px;
}

/* â”€â”€ Search overlay â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.search-container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #111111;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.6);
    border-radius: 0 0 5px 5px;
    border-bottom: 2px solid #cc0000;
    display: none;
}

/* â”€â”€ Category grid â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.category-post-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding-top: 8px;
}

.category-post-content-top {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
}

.category-post-content-bottom {
    margin-top: 10px;
    margin-bottom: 4px;
}

/* â”€â”€ Video grid â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.video-section-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    padding-top: 8px;
}

/* â”€â”€ See-more links â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.see-more a {
    text-decoration: none;
    display: flex;
    font-weight: 500;
    color: #cc0000;
    transition: color 0.2s;
}

.see-more a:hover {
    color: #ff2222;
}

/* â”€â”€ Truncation helpers â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.truncate-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 612px;
}

.truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* â”€â”€ Sidebar section borders â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.border-section-bottom {
    border-bottom: 1px solid #2a2a2a;
}

.sidebar-section {
    margin-top: 24px;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 22px;
}

/* â”€â”€ Local time widget â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.local-time-container {
    padding: 10px 16px;
    padding-bottom: 17px;
    border-radius: 4px;
    background-color: #161616;
    border: 1px solid #2a2a2a;
}

.local-time-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 6px;
}

.local-time-header span {
    font-size: 13px;
    color: #888888;
}

.local-time-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.local-time-date {
    font-size: 19px;
    font-weight: 400;
    color: #c0c0c0;
    line-height: 24px;
}

.local-time-label {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.local-time-label .clock-number {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222222;
    border-radius: 6px;
    border: 1px solid #333333;
}

.clock-number span {
    font-size: 26px;
    padding: 2px 6px;
    font-stretch: 10%;
    font-weight: 500;
    color: #c0c0c0;
}

/* â”€â”€ News section heading â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.news-heading h2 {
    font-size: 24px !important;
    font-weight: 500 !important;
    border-bottom: 0px !important;
    color: #e0e0e0;
}

/* â”€â”€ Popular tags â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.popular-tags {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.popular-tags a {
    font-size: 20px;
    font-weight: 400;
    color: #c0c0c0;
    transition: color 0.2s;
}

.popular-tags a:hover {
    color: #cc0000;
}

/* â”€â”€ Footer â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
footer {
    margin-top: 24px;
    padding: 0 16px;
    padding-bottom: 50px;
    padding-top: 1px;
    border-top: 2px solid #cc0000;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    padding-top: 26px !important;
    margin-top: 26px !important;
}

.footer-right-content {
    flex-basis: 60%;
    display: flex;
    gap: 20px;
}

.footer-right-content ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 0;
}

.footer-right-content ul li a {
    text-decoration: none;
    color: #c0c0c0;
    font-weight: 500;
    font-size: 15px !important;
    transition: color 0.2s;
}

.footer-right-content ul li a:hover {
    color: #cc0000;
}

.footer-left-content {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-left-content .address {
    font-size: 17px;
    font-weight: 500;
    color: #c0c0c0;
}

.footer-left-content .copyright {
    font-size: 14px;
    color: #555555;
    font-weight: 500;
}

.footer-left-content .social {
    list-style: none;
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.footer-info {
    margin-top: 8px;
    text-align: end;
    color: #888888;
}

.footer-info a {
    color: #666666 !important;
    transition: color 0.2s;
}

.footer-info a:hover {
    color: #cc0000 !important;
}

.footer-logo img {
    margin-right: 10px;
    padding-bottom: -24px;
    margin-bottom: -50px;
}

.footer-description {
    width: 400px;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
}

.social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #cc0000;
    transition: background-color 0.2s;
}

.social li a:hover {
    background-color: #ff2222;
}

.social li a i {
    font-size: 20px;
    color: white;
}

/* â”€â”€ Home sections â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.search-inner {
    margin: 24px 0;
    margin-bottom: 28px;
}

.headline {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 4px 16px;
}

.typing-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 600px;
    font-size: 16px !important;
}

.daerah-container {
    padding: 8px 0px;
}

.daerah-container ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    margin: 0;
}

.daerah-container ul a {
    text-decoration: none;
    color: #c0c0c0;
    font-weight: 400;
    transition: color 0.2s;
}

.daerah-container ul a:hover {
    color: #cc0000;
}

.daerah-content {
    padding: 0 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.daerah-more {
    gap: 10px;
}

.daerah-more span {
    color: #cc0000;
    font-weight: 400;
}

.daerah-more button {
    border: none;
    background: #1a1a1a;
    aspect-ratio: 1/1;
    border-radius: 4px;
    color: #c0c0c0;
}

.headline-container {
    padding: 0px 8px;
}

.headline-container .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headline-label {
    flex-basis: fit-content;
    padding: 8px 18px;
    border-radius: 2px;
}

.headline-label span {
    display: inline-block;
    font-weight: 400;
    word-spacing: 4px;
    font-size: 13px;
}

.headline-post {
    max-width: 50%;
    width: 50%;
    overflow: hidden;
}

/* â”€â”€ Date / user metadata â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.date-user-2 {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

.date-user-2 .user {
    margin-right: 20px;
    position: relative;
    padding-left: 12px;
    color: #555555;
    font-size: 12px;
}

.date-user-2 .date {
    position: relative;
    padding-left: 12px;
    color: #555555;
    font-size: 12px;
}

.date-user-2 .time {
    position: relative;
    padding-left: 4px;
    color: #555555;
    font-size: 12px;
}

.date-user-2 .user:before,
.date-user-2 .date:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 10px;
}

.date-user-2 .user a,
.date-user-2 .date a,
.date-user-2 .time a {
    color: #555555;
}

.date-user-2 .user a:hover,
.date-user-2 .date a:hover,
.date-user-2 .time a:hover {
    color: #cc0000;
}

.date-user-2 .user:before {
    content: "\f007";
}

.date-user-2 .date:before {
    content: "\f073";
}

/* â”€â”€ Loading spinner â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.loading-spinner-container {
    display: flex;
    align-items: center;
}

.loading-spinner {
    border: 4px solid #222222;
    border-top: 4px solid #cc0000;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    animation: spin 2s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* â”€â”€ Responsive overrides â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 992px) {
    .home-content {
        margin-top: 32px;
    }

    .daerah-content {
        padding: 0;
    }

    .headline-container {
        padding: 4px 8px;
    }

    .headline-container .headline {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .headline-post {
        max-width: 100%;
        width: 100%;
    }

    .headline-label {
        padding: 4px 12px;
    }

    .headline-label span {
        font-size: 12px;
    }

    .truncate-1 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
    }

    .footer-left-content {
        align-items: center;
        margin-top: 32px;
    }

    .footer-info {
        text-align: center;
    }

    .footer-right-content {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .post-title-lg {
        font-size: 24px;
        line-height: 30px;
    }

    .post-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
    }

    .post-description {
        font-size: 14px;
        line-height: 22px;
    }

    .post-content-top {
        margin-top: 10px;
        margin-bottom: 3px;
    }

    .post-category {
        font-size: 12px;
    }

    .category-post-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 18px;
    }

    .category-post-content-top {
        margin-top: 8px;
        margin-bottom: 2px;
    }

    .category-post-content-bottom {
        margin-top: -4px;
    }

    .sorotan .post-similar-container {
        margin-top: 16px;
    }

    .post-similar-home {
        flex-direction: column;
    }

    .post-similar-thumbnail {
        width: 100%;
        min-width: none;
        margin-bottom: -24px;
    }

    .post-similar-home .post-description {
        margin-top: -4px;
    }

    .video-section-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 22px;
    }

    .home-content {
        margin-top: 24px;
    }

    .daerah-container {
        display: none;
    }

    .popular-tags a {
        font-size: 16px;
    }

    .footer-right-content {
        flex-direction: column;
        gap: 10px;
    }

    .footer-right-content ul {
        margin-top: -12px;
    }

    .footer-left-content {
        align-items: start;
        margin-top: 26px;
        gap: 8px;
    }

    .footer-info {
        text-align: start;
    }

    .footer-info .address {
        font-size: 15px;
    }

    .footer-description {
        width: 100%;
    }

    .footer-left-content .copyright {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .footer-content {
        flex-direction: column;
    }

    .footer-left-content {
        align-items: center;
        margin-top: 32px;
    }

    .footer-info {
        text-align: center;
    }

    .footer-right-content {
        justify-content: center;
    }
}

/* â”€â”€ Dark card override (Bootstrap cards / articles) â”€â”€â”€â”€â”€â”€â”€â”€ */
.card,
.home-main,
.news-total-item,
.category-post-item {
    background-color: transparent;
    border-color: #2a2a2a;
}

/* â”€â”€ Section divider line â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
hr,
.border-section-bottom {
    border-color: #2a2a2a;
}

/* â”€â”€ Breadcrumb â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.breadcrumb-item + .breadcrumb-item::before {
    color: #555555;
}

/* â”€â”€ Pagination dark â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.page-link {
    background-color: #1a1a1a;
    border-color: #333333;
    color: #c0c0c0;
}

.page-link:hover {
    background-color: #222222;
    color: #cc0000;
}

/* â”€â”€ Form inputs dark â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.form-control {
    background-color: #1a1a1a;
    border-color: #333333;
    color: #e0e0e0;
}

.form-control::placeholder {
    color: #555555;
}

.form-control:focus {
    background-color: #1a1a1a;
    border-color: #cc0000;
    color: #e0e0e0;
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}

/* â”€â”€ Scroll-to-top button â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.scroll-top {
    background: linear-gradient(135deg, #8b0000 0%, #cc0000 100%) !important;
    border: none;
}

/* â”€â”€ Loader overlay â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#loader {
    background-color: #0d0d0d;
}

/* â”€â”€ Section heading accent bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.section-heading-bar {
    width: 4px;
    height: 100%;
    background-color: #cc0000;
    display: inline-block;
    margin-right: 8px;
}

/* â”€â”€ GH Breaking / Ticker bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.gh-ticker-bar {
    background: #111111;
    border-bottom: 1px solid #222222;
    padding: 0;
}

.gh-ticker-inner {
    display: flex;
    align-items: stretch;
    min-height: 38px;
    overflow: hidden;
}

.gh-ticker-badge {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #cc0000;
    color: #ffffff;
    padding: 0 16px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    white-space: nowrap;
    flex-shrink: 0;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
    padding-right: 24px;
}

.gh-live-dot {
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
    animation: ghPulse 1.4s ease-in-out infinite;
}

@keyframes ghPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.25; transform: scale(0.7); }
}

.gh-ticker-scroll {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-left: 1px solid #2a2a2a;
    min-width: 0;
}

.gh-ticker-scroll ul.my-news-ticker {
    padding: 0 !important;
    margin: 0 !important;
    height: 26px !important;
    list-style: none !important;
    overflow: hidden;
}

.gh-ticker-scroll ul.my-news-ticker li a {
    color: #d8d8d8 !important;
    font-weight: 400 !important;
    font-size: 13.5px;
    white-space: nowrap;
    text-decoration: none;
}

.gh-ticker-scroll ul.my-news-ticker li a:hover {
    color: #cc0000 !important;
}

.gh-ticker-clock {
    display: flex;
    align-items: center;
    padding: 0 14px;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    color: #555555;
    white-space: nowrap;
    flex-shrink: 0;
    border-left: 1px solid #2a2a2a;
    font-family: 'Courier New', monospace;
    letter-spacing: 0.5px;
}

@media (max-width: 576px) {
    .gh-ticker-badge {
        padding: 0 12px;
        padding-right: 20px;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .gh-ticker-clock {
        display: none;
    }
}

/* ============================================================
   HOMEPAGE NEW LAYOUT â€” Magazine editorial style
   ============================================================ */

/* â”€â”€ Section heading â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.gh-section-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222222;
    margin-bottom: 16px;
}
.gh-section-line {
    width: 4px;
    height: 22px;
    background: #cc0000;
    flex-shrink: 0;
    border-radius: 1px;
}
.gh-section-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #e0e0e0;
    text-transform: uppercase;
    margin: 0;
}
.gh-section-spacer {
    flex: 1;
}
.gh-section-link {
    font-size: 11px;
    color: #cc0000;
    text-decoration: none;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.15s;
}
.gh-section-link:hover { color: #ff2222; }

/* â”€â”€ Hero (featured post) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.gh-hero {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    display: block;
    text-decoration: none;
}
.gh-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.gh-hero:hover img {
    transform: scale(1.02);
}
.gh-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.92) 0%,
        rgba(0,0,0,.55) 45%,
        rgba(0,0,0,.1) 100%
    );
}
.gh-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 22px;
}
.gh-hero-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.gh-hero-category {
    background: #cc0000;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 2px 8px;
}
.gh-hero-time {
    font-size: 12px;
    color: rgba(255,255,255,.6);
}
.gh-hero-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 6px;
    text-shadow: 0 1px 4px rgba(0,0,0,.5);
}
.gh-hero-author {
    font-size: 12px;
    color: rgba(255,255,255,.5);
}
/* ── Feature strip (2 overlay cards below hero) ──────────────── */
.gh-feature-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin-top: 4px;
}
.gh-feature-card {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    display: block;
    text-decoration: none;
}
.gh-feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.gh-feature-card:hover img { transform: scale(1.04); }
.gh-feature-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.45) 55%, rgba(0,0,0,.05) 100%);
}
.gh-feature-body {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 12px 14px;
}
.gh-feature-cat {
    font-size: 10px;
    font-weight: 800;
    color: #cc0000;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}
.gh-feature-title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.35;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gh-feature-time {
    font-size: 11px;
    color: rgba(255,255,255,.5);
    display: block;
    margin-top: 4px;
}

/* ── Home section wrapper ─────────────────────────────────────── */
.gh-home-section {
    margin-top: 28px;
    padding-top: 4px;
}

/* ── Article lead (large horizontal card) ────────────────────── */
.gh-article-lead {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding-bottom: 18px;
    border-bottom: 1px solid #1c1c1c;
    text-decoration: none;
}
.gh-article-lead-thumb {
    width: 46%;
    min-width: 46%;
    aspect-ratio: 16/10;
    overflow: hidden;
    flex-shrink: 0;
}
.gh-article-lead-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.gh-article-lead:hover .gh-article-lead-thumb img { transform: scale(1.03); }
.gh-article-lead-body { flex: 1; min-width: 0; padding-top: 2px; }
.gh-article-lead-cat {
    font-size: 10px;
    font-weight: 800;
    color: #cc0000;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block;
    margin-bottom: 7px;
}
.gh-article-lead-title {
    font-size: 19px;
    font-weight: 700;
    color: #e8e8e8;
    line-height: 1.35;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.15s;
}
.gh-article-lead:hover .gh-article-lead-title { color: #ffffff; }
.gh-article-lead-desc {
    font-size: 13.5px;
    color: #777777;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 10px;
}
.gh-article-lead-meta {
    font-size: 11.5px;
    color: #555555;
}

/* ── Article list (horizontal rows) ──────────────────────────── */
.gh-article-list {
    display: flex;
    flex-direction: column;
}
.gh-article-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #1c1c1c;
    text-decoration: none;
    transition: background-color 0.15s;
}
.gh-article-item:last-child { border-bottom: none; }
.gh-article-thumb {
    width: 118px;
    min-width: 118px;
    aspect-ratio: 4/3;
    overflow: hidden;
    flex-shrink: 0;
}
.gh-article-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.gh-article-item:hover .gh-article-thumb img { transform: scale(1.04); }
.gh-article-body { flex: 1; min-width: 0; }
.gh-article-cat {
    font-size: 10px;
    font-weight: 800;
    color: #cc0000;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}
.gh-article-title {
    font-size: 15px;
    font-weight: 600;
    color: #dcdcdc;
    line-height: 1.4;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.15s;
}
.gh-article-item:hover .gh-article-title { color: #ffffff; }
.gh-article-desc {
    font-size: 12.5px;
    color: #666666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 5px;
}
.gh-article-meta {
    font-size: 11px;
    color: #555555;
}

/* â”€â”€ See More link â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.gh-see-more {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}
.gh-see-more a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #cc0000;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.15s;
}
.gh-see-more a:hover { color: #ff2222; }

/* â”€â”€ Video section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.gh-video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.gh-video-card {
    text-decoration: none;
}
.gh-video-thumb {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    display: block;
}
.gh-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(55%);
    transition: filter 0.25s;
}
.gh-video-card:hover .gh-video-thumb img {
    filter: brightness(75%);
}
.gh-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gh-video-play-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(204,0,0,.85);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, background 0.2s;
}
.gh-video-card:hover .gh-video-play-icon {
    transform: scale(1.1);
    background: #cc0000;
}
.gh-video-play-icon i {
    color: #fff;
    font-size: 16px;
    margin-left: 3px;
}
.gh-video-title {
    font-size: 13.5px;
    font-weight: 500;
    color: #c0c0c0;
    line-height: 1.4;
    margin: 8px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.15s;
}
.gh-video-card:hover .gh-video-title { color: #ffffff; }

/* â”€â”€ SIDEBAR new design â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.gh-sidebar { display: flex; flex-direction: column; gap: 24px; }

/* Clock widget */
.gh-clock-widget {
    background: linear-gradient(135deg, #161616 0%, #111111 100%);
    border: 1px solid #252525;
    border-left: 3px solid #cc0000;
    padding: 16px 18px;
}
.gh-clock-day {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #cc0000;
    text-transform: uppercase;
    display: block;
}
.gh-clock-date-str {
    font-size: 13px;
    color: #888888;
    margin-top: 2px;
    display: block;
}
.gh-clock-time {
    font-size: 38px;
    font-weight: 700;
    color: #e8e8e8;
    letter-spacing: 2px;
    font-variant-numeric: tabular-nums;
    font-family: 'Courier New', monospace;
    margin: 6px 0 2px;
    line-height: 1;
}
.gh-clock-zone {
    font-size: 10px;
    color: #444444;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* Sidebar section */
.gh-sidebar-section { display: flex; flex-direction: column; gap: 0; }

/* Tags cloud */
.gh-tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.gh-tag {
    display: inline-block;
    padding: 4px 10px;
    background: #161616;
    border: 1px solid #2a2a2a;
    color: #888888;
    font-size: 12px;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.15s;
    letter-spacing: 0.3px;
}
.gh-tag:hover {
    background: #cc0000;
    border-color: #cc0000;
    color: #fff;
}

/* Sidebar compact post list */
.gh-sidebar-list {
    display: flex;
    flex-direction: column;
}
.gh-sidebar-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #1a1a1a;
    text-decoration: none;
    transition: none;
}
.gh-sidebar-item:last-child { border-bottom: none; }
.gh-sidebar-thumb {
    width: 68px;
    min-width: 68px;
    aspect-ratio: 1/1;
    overflow: hidden;
    flex-shrink: 0;
}
.gh-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gh-sidebar-body { min-width: 0; }
.gh-sidebar-cat {
    font-size: 10px;
    font-weight: 700;
    color: #cc0000;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: block;
    margin-bottom: 3px;
}
.gh-sidebar-title {
    font-size: 13px;
    font-weight: 500;
    color: #c0c0c0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    transition: color 0.15s;
}
.gh-sidebar-item:hover .gh-sidebar-title { color: #cc0000; }
.gh-sidebar-time {
    font-size: 11px;
    color: #444444;
    margin-top: 3px;
    display: block;
}

/* Ranked popular posts */
.gh-ranked-list {
    display: flex;
    flex-direction: column;
}
.gh-ranked-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #1a1a1a;
    text-decoration: none;
}
.gh-ranked-item:last-child { border-bottom: none; }
.gh-rank-num {
    font-size: 32px;
    font-weight: 900;
    min-width: 28px;
    line-height: 1;
    text-align: right;
    flex-shrink: 0;
    font-family: 'Roboto', sans-serif;
}
.gh-rank-num.r1 { color: #cc0000; }
.gh-rank-num.r2 { color: #992200; }
.gh-rank-num.r3 { color: #661100; }
.gh-rank-num.r4, .gh-rank-num.r5 { color: #2a2a2a; }
.gh-ranked-title {
    font-size: 13px;
    font-weight: 500;
    color: #c0c0c0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 4px 0 0;
    transition: color 0.15s;
}
.gh-ranked-item:hover .gh-ranked-title { color: #cc0000; }

/* ── Responsive homepage ────────────────────────────────────── */
@media (max-width: 992px) {
    .gh-feature-strip { grid-template-columns: 1fr; }
    .gh-video-grid { grid-template-columns: 1fr; }
    .gh-article-lead { flex-direction: column; }
    .gh-article-lead-thumb { width: 100%; min-width: 100%; aspect-ratio: 16/9; }
}

@media (max-width: 576px) {
    .gh-hero-title { font-size: 18px; }
    .gh-hero-content { padding: 14px 16px; }
    .gh-section-title { font-size: 12px; }
    .gh-article-thumb { width: 90px; min-width: 90px; }
    .gh-article-title { font-size: 13.5px; }
}

/* ── Post Detail Article ────────────────────────────────────── */
.gh-art-wrap { padding: 32px 0 60px; }
.gh-art-cat-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.gh-art-cat-badge {
    display: inline-block;
    background: #cc0000;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 3px 10px;
    text-decoration: none;
    transition: background 0.15s;
}
.gh-art-cat-badge:hover { background: #aa0000; color: #fff; }
.gh-art-breadcrumb {
    font-size: 12px;
    color: #555555;
}
.gh-art-breadcrumb a { color: #666666; text-decoration: none; }
.gh-art-breadcrumb a:hover { color: #cc0000; }
.gh-art-breadcrumb span { margin: 0 5px; }
.gh-art-title {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 0;
    font-family: 'Roboto', sans-serif;
}
.gh-art-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: 14px 0;
    border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
    margin: 16px 0 20px;
}
.gh-art-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #888888;
}
.gh-art-meta-item i { color: #cc0000; font-size: 12px; }
.gh-art-meta-item a { color: #aaaaaa; text-decoration: none; }
.gh-art-meta-item a:hover { color: #cc0000; }
.gh-art-hero {
    margin-bottom: 24px;
    overflow: hidden;
    background: #111111;
}
.gh-art-hero img {
    width: 100%;
    height: auto;
    display: block;
}
.gh-art-body {
    font-size: 16px;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 28px;
}
.gh-art-body p { margin-bottom: 16px; }
.gh-art-body h1, .gh-art-body h2, .gh-art-body h3, .gh-art-body h4 {
    color: #ffffff;
    margin: 24px 0 12px;
    line-height: 1.3;
}
.gh-art-body h2 { font-size: 22px; }
.gh-art-body h3 { font-size: 19px; }
.gh-art-body a { color: #cc0000; }
.gh-art-body a:hover { color: #ff3333; }
.gh-art-body img { width: 100%; max-width: 100%; height: auto; display: block; margin: 16px 0; }
.gh-art-body blockquote {
    border-left: 3px solid #cc0000;
    padding: 8px 16px;
    margin: 20px 0;
    background: #141414;
    color: #999999;
    font-style: italic;
}
.gh-art-body ul, .gh-art-body ol { padding-left: 24px; color: #cccccc; margin-bottom: 16px; }
.gh-art-body li { margin-bottom: 6px; }
.gh-art-body strong, .gh-art-body b { color: #e8e8e8; }
.gh-art-body table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.gh-art-body table th {
    background: #1a1a1a;
    color: #e0e0e0;
    font-weight: 600;
    padding: 10px 12px;
    border: 1px solid #2a2a2a;
    text-align: left;
}
.gh-art-body table td {
    padding: 9px 12px;
    border: 1px solid #1e1e1e;
    color: #c0c0c0;
    vertical-align: top;
}
.gh-art-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 28px 0;
}

/* Tags & Related in dark theme */
.gh-art-wrap .tag-section h2,
.gh-art-wrap .related-news-heading h2 {
    font-size: 18px;
    font-weight: 700;
    color: #e0e0e0;
    border-left: 3px solid #cc0000;
    padding-left: 10px;
    margin-bottom: 14px;
}
.gh-art-wrap .tag-section { margin-bottom: 24px; }
.gh-art-wrap .tag-section .badge { font-size: 12px; font-weight: 500; margin: 3px; }
.gh-art-wrap .related-news { margin-top: 8px; padding-top: 0; }
.gh-art-wrap .post-thumbnail img { border: none; }
.gh-art-wrap .category-post-content-top .post-category { color: #cc0000; }
.gh-art-wrap .post-similar-title a { color: #e0e0e0 !important; }
.gh-art-wrap .post-similar-title a:hover { color: #cc0000 !important; }
.gh-art-wrap .date-user-2 { color: #666666; }
.gh-art-wrap .date-user-2 a { color: #666666; }

/* Sidebar col in detail page */
.gh-art-sidebar-col { padding-left: 24px; border-left: 1px solid #1a1a1a; }

@media (max-width: 992px) {
    .gh-art-title { font-size: 22px; }
    .gh-art-body { font-size: 15px; }
    .gh-art-sidebar-col { padding-left: 0; border-left: none; margin-top: 32px; }
}
@media (max-width: 576px) {
    .gh-art-title { font-size: 20px; }
    .gh-art-body { font-size: 15px; line-height: 1.75; }
    .gh-art-meta { gap: 12px; }
}
