/* App Free Resources Block Styles */

.app-free-resources-section {
    background: #f8f9fc;
    color: #333333;
}

/* Typography Helpers */
.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}
.fw-extrabold {
    font-weight: 800;
}
.ls-1 {
    letter-spacing: 1px;
}
.text-light-gray {
    color: #bcc3d4;
}

/* Left Column Content */
.resources-main-content .intro-description {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #444444;
}

.resources-main-content .intro-description a {
    color: #ccac60;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.resources-main-content .intro-description a:hover {
    color: #1e2344;
}

/* Download rows */
.afr-download-row {
    border-bottom: 1px solid #e1e5f0;
    transition: background-color 0.2s ease;
}

.afr-download-row:hover {
    background-color: rgba(204, 172, 96, 0.03);
}

.afr-download-row .download-label {
    font-size: 1.1rem;
    color: #1e2344;
}

.afr-download-row .download-link {
    color: #ccac60;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.afr-download-row .download-link i {
    transition: transform 0.2s ease;
}

.afr-download-row:hover .download-link {
    color: #1e2344;
}

.afr-download-row:hover .download-link i {
    transform: translateX(5px);
}

/* Videos Stack */
.videos-stack {
    margin-top: 40px;
}

.afr-video-item {
    width: 100%;
}

.afr-video-card {
    background-color: #000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.afr-video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(30, 35, 68, 0.15) !important;
}

.afr-video-card .pilmma-thumb {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.afr-video-card:hover .pilmma-thumb {
    opacity: 0.85 !important;
    transform: scale(1.02);
}
