/* STYLES */

/* Import theme fonts */
@import url("theme-fonts.css");

/* Responsive Fix for small cards */
@media (max-width: 480px) {
    .deal-meta-footer { gap: 5px; }
}


/* Desktops OR Higher Screens */
@media only screen and (min-width: 991px) {
    
}

/* Tablets OR Higher Screens */
@media only screen and (min-width: 769px) {
    
}

/* Desktops OR Lower Screens */
@media only screen and (max-width: 991px) {
    
}

/* Tablets OR Lower Screens */
@media only screen and (max-width: 768px) {
    
}

/* Mobile Screens */
@media only screen and (max-width: 480px) {
        
}