.main-content {
    padding: 20px 0;
}

.section-title h4 {
    color: #387c2b;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-title p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.news-box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    overflow: hidden;
}

.new-thumb {
    position: relative;
    overflow: hidden;
}

.new-thumb img {
    width: 100%;
    height: auto;
}

.new-thumb .cat {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #f0803c;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
}

.new-thumb a {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 40px;
    color: #fff;
    z-index: 1;
}

.new-txt {
    padding: 30px;
}

.news-meta {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.news-meta li {
    display: inline-block;
    margin-right: 20px;
    color: #777;
    font-size: 14px;
}

.news-meta li i {
    margin-right: 5px;
    color: #f0803c;
}

.sidebar {
    margin-top: 0;
}

.widget {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 5px;
    margin-bottom: 30px;
}

.widget h4 {
    color: #387c2b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0803c;
}

.recent-posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recent-posts li {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.recent-posts li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-posts img {
    width: 70px;
    height: 60px;
    border-radius: 3px;
    margin-right: 15px;
}

.recent-posts strong {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
}

.recent-posts h6 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
}

.recent-posts h6 a {
    color: #333;
    text-decoration: none;
}

.recent-posts h6 a:hover {
    color: #387c2b;
}

.document-download {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin-top: 30px;
}

.download-btn {
    background-color: #f0803c;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    font-weight: 600;
    transition: background-color 0.3s;
    display: inline-block;
    text-decoration: none;
}

.download-btn:hover {
    background-color: #e06b29;
    color: #fff;
    text-decoration: none;
}

.progress-container {
    margin-top: 15px;
}

.progress {
    height: 10px;
    margin-bottom: 20px;
}

.progress-bar-success {
    background-color: #387c2b;
}

.progress-bar-warning {
    background-color: #f0803c;
}

.kpi-container {
    text-align: center;
    margin-top: 30px;
}

.kpi-value {
    font-size: 24px;
    font-weight: 700;
    color: #f0803c;
    margin-bottom: 5px;
}

.kpi-label {
    color: #666;
    font-size: 14px;
    margin-bottom: 2px;
}

.kpi-desc {
    font-size: 12px;
    color: #777;
}
