.module-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.module-card {
    display: block;
    padding: 24px;
    color: #172033;
    text-decoration: none;
    background: #fff;
    border: 1px solid #dce2ea;
    border-top: 5px solid #e46c0a;
    border-radius: 10px;
}

.module-card h2 { color: #063b78; }
.module-card > span { color: #16834a; font-weight: 700; }
.module-card.disabled { opacity: .68; border-top-color: #8a5a00; }
.pdf-options { display: flex; align-items: center; gap: 22px; padding: 12px 18px; }
.pdf-options .checkbox { display: flex; gap: 7px; align-items: center; }
