/*
Theme Name: Savzoo
Theme URI: https://savzoo.com/
Author: Your Name
Description: A minimalist review theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: savzoo
*/

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.card .badge {
  font-size: 0.9rem;
  padding: 0.4em 0.6em;
}
.card h4 {
  font-size: 1.25rem;
}

@media only screen and (min-width: 992px) {
    .rank_badge {
        display: flex;
        flex-direction: row;
        min-height: 15px;
    }
}