/* Ruwad Al-Sham catalog download button */
.btn-catalog-download {
    border-color: rgba(218,170,77,.55) !important;
    background: linear-gradient(135deg, rgba(218,170,77,.18), rgba(255,255,255,.04)) !important;
    color: #f5d489 !important;
    white-space: nowrap;
}
.btn-catalog-download:hover {
    background: linear-gradient(135deg, rgba(218,170,77,.28), rgba(255,255,255,.07)) !important;
    transform: translateY(-1px);
}
.footer .catalog-footer-link {
    color: #f5d489;
    font-weight: 800;
}
@media (max-width: 1200px) {
    .actions .btn-catalog-download { width: 100%; justify-content: center; }
}