/* Türkiye Geneli Güncel Haberler Widget */

.btgh-news-box {
    background: #ffffff;
    border: 1px solid rgba(166, 0, 0, .10);
    border-radius: 0 0 14px 14px;
    overflow: hidden;
}

.btgh-news-box.btgh-widget-content {
    border-top: 0;
    border-radius: 0 0 14px 14px;
    margin-top: -2px;
}

.btgh-news-box.btgh-shortcode-box {
    border-radius: 14px;
}

.btgh-news-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #a60000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    border-radius: 14px 14px 0 0;
}

.btgh-heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(120, 0, 0, .50);
    color: #ffd45a;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.btgh-news-list {
    display: flex;
    flex-direction: column;
    padding: 10px 14px 12px;
    background: #ffffff;
}

.btgh-news-item {
    display: block;
    padding: 9px 0;
    border-bottom: 1px solid rgba(166, 0, 0, .12);
    color: #222222 !important;
    text-decoration: none !important;
}

.btgh-news-item:last-child {
    border-bottom: 0;
    padding-bottom: 2px;
}

.btgh-news-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 4px;
    color: #777777;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.15;
}

.btgh-news-source {
    display: inline-flex;
    align-items: center;
    padding: 2px 6px;
    border-radius: 999px;
    background: #f3eeee;
    color: #9b0000;
    font-size: 10.5px;
    font-weight: 800;
}

.btgh-news-title {
    display: block;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.30;
}

.btgh-news-item:hover .btgh-news-title {
    color: #a60000;
}

.btgh-news-error {
    padding: 12px 14px;
    color: #9b0000;
    font-weight: 700;
}

/* Eğer tema standart widget başlıklarını veriyorsa, ona daha iyi otursun */
.btgh-turkiye-guncel-haberler-widget .widget-title,
.btgh-turkiye-guncel-haberler-widget .wp-block-heading,
.btgh-turkiye-guncel-haberler-widget .widgettitle {
    margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
    .btgh-news-list {
        padding: 9px 12px 11px;
    }

    .btgh-news-title {
        font-size: 13.5px;
    }
}
