/* CSS cho trang Chương trình hỗ trợ - Sử dụng lại style từ CacDonViHoTro */

.breadcrumb-text {
    font-size: 14px;
    color: #000;
    margin: 0;
}

.intro-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

/* Programs title */
.support-programs {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: left;
    padding: 10px 0;
}

/* Sử dụng lại style từ CacDonViHoTro.css */
.don-vi-list {
    margin: 0 0 60px 0;
}

.don-vi-item {
    background: white;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}

.don-vi-header {
    padding: 15px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    background: #f2f5ff;
}

.don-vi-icon {
    flex-shrink: 0;
}

.don-vi-icon img {
    width: 100%;
    object-fit: contain;
}

.don-vi-header h3 {
    flex: 1;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #264596;
}

.don-vi-arrow {
    color: #264596;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.don-vi-item.active .don-vi-arrow {
    color: #264596;
    transform: rotate(180deg);
}

.don-vi-content {
    padding: 20px 25px;
    border-top: 1px solid #d7d7d7;
    display: none;
    background: #f2f5ff;
}

.don-vi-content p {
    margin-bottom: 0;
}

.text-banner {
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    padding-left: 20px;
}

.text-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background-color: #264596;
}

/* Responsive */
@media (max-width: 991px) {
    
    .don-vi-header h3 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .don-vi-header {
        padding: 12px 20px;
    }
    
    .don-vi-content {
        padding: 15px 20px;
    }
    
    .don-vi-header h3 {
        font-size: 13px;
    }
}

/* Program content */
.program-content {
    border-radius: 8px;
    color: #000;
}

.program-content h3 {
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 18px;
}

.program-content p {
    color: #000;
    line-height: 1.6;
    margin-bottom: 14px;
}

.program-content strong {
    font-weight: 700;
}
