@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.1
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*
 * Ranking action spacing compatibility
 * 新旧どちらのランキングHTMLでも、比較表とボタンの間隔を確保する。
 */
.hitotama-ranking .ranking-card__facts {
  margin-bottom: 28px;
}

.hitotama-ranking .ranking-card__actions {
  padding-top: 0;
}

.hitotama-ranking .ranking-card > .ranking-card__button {
  margin-top: auto;
}

@media (max-width: 767px) {
  .hitotama-ranking .ranking-card__facts {
    margin-bottom: 24px;
  }
}