.duyurular-main {
    background-image:
        linear-gradient(rgba(185, 185, 185, 0.7), rgba(185, 185, 185, 0.6)),
        url("../images/slider4.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}

.duyuru-box {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.duyuru-box:hover {
    transform: translateY(-5px);
}

.erasmus-bg {
    background-color: #9E0000;
    color: white;
}

.erasmus-text {
    color: #9E0000;
}

.dpu-bg {
    background-color: #9E0000;
    color: white;
}

.yos-text {
    color: #045288;
}

.duyuru-badge {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 10px;
    line-height: normal;
    letter-spacing: 3px;
}

.duyuru-day {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
}

.duyuru-month {
    font-size: 20px;
    line-height: 1.1;
}

.duyuru-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}

.duyuru-footer {
    color: #606060;
    font-size: 8pt;
}


.duyuru-status {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 5;
    letter-spacing: 0.5px;
    background-color: #ffffff;
    border: 1px solid;
    transition: all 0.3s ease;
}

.status-yeni {
    color: #198754;
    border-color: #198754;
    box-shadow: 0 0 10px rgba(25, 135, 84, 0.35);
}

/* .status-guncel {
    color: #0989a8;
    border-color: #0dcaf0;
    box-shadow: 0 0 10px rgba(13, 202, 240, 0.4);
} */

.status-guncel {
    color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 0 10px rgba(13, 202, 240, 0.4);
}

.status-onemli {
    color: #fd7e14;
    border-color: #fd7e14;
    box-shadow: 0 0 10px rgba(253, 126, 20, 0.4);
}

.duyuru-box:hover .duyuru-status {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}


/* =================== HABER DETAY SAYFASI (DETAYLAR) ========================= */

.news-detail-title {
    color: #1a1a2a;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.3;
}

.news-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 20px;
    text-align: justify;
}

.news-content .lead {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #333;
    border-left: 4px solid var(--primary-color);
    padding-left: 15px;
}

/* ======================= SIDEBAR ====================== */

.sidebar-box {
    background-color: #fff;
}

.border-top-red {
    border-top: 4px solid var(--primary-color);
}

.sidebar-title {
    font-weight: 700;
    color: #1a1a2a;
    letter-spacing: -0.5px;
    font-size: 1.25rem;
}

.sidebar-item {
    transition: all 0.2s ease;
}

.sidebar-item:hover {
    background-color: #f8fafc;
    padding-left: 10px !important;
    border-radius: 5px;
}

.sidebar-item:hover .sidebar-text {
    color: var(--primary-color) !important;
}

.sidebar-text {
    line-height: 1.4;
    transition: color 0.2s ease;
}

.nav-spacer {
    background-color: #1a1a2a;
    height: 60px;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}