﻿.downloads-modern .section-title {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.download-card {
    display: block;
    padding: 24px;
    border-radius: 16px;
    background: #f8f8fd;
    text-decoration: none;
    color: #111;
    border: 1px solid #eee;
    transition: all .25s ease;
}

.download-card:hover {
    transform: translateY(-6px);
    color: var(--main-feature-color) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.download-card h6 {
    font-weight: 700;
    margin-top: 16px;
}

.download-card p {
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
}

.download-card .icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
}

.icon.pdf {
    background: rgba(236, 239, 255, 0.6);
    color: var(--main-feature-color) !important;
}

.icon.map {
    background: rgba(25,135,84,.15);
    color: #198754;
}

.download-card .meta {
    display: flex;
    justify-content: end;
    font-size: 12px;
    font-weight: 600;
    color: var(--main-feature-color) !important;
}
