/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* ==========================================================================
   共通コンテナスタイル
   ========================================================================== */
.container-custom {
  max-width: 1032px;
  padding: 0;
}

@media (max-width: 1032px) {
  .container-custom {
    padding: 0 0.75rem;
  }
}

/* ==========================================================================
   見出しスタイル
   ========================================================================== */
h2 {
  font-weight: 900;
}

/* ==========================================================================
   チェックボックス縦中央揃え
   ========================================================================== */
.container_check {
  display: flex;
  align-items: center;
}

.container_check .checkmark {
  top: 50%;
  transform: translateY(-50%);
}

/* ==========================================================================
   サイト共通カラー
   ========================================================================== */
.bg-site-primary {
  background-color: #0030AB;
}

/* ==========================================================================
   サイト共通ボタン
   ========================================================================== */
.btn-site-primary {
  background-color: #0030AB;
  border-color: #0030AB;
  color: #fff;
}

.btn-site-primary:hover {
  background-color: #0030AB;
  border-color: #0030AB;
  color: #fff;
}

.btn-detail {
  background-color: #01CD82;
  border-color: #01CD82;
  color: #fff;
}

.btn-detail:hover {
  background-color: #01CD82;
  border-color: #01CD82;
  color: #fff;
}

.btn-outline-site-primary,
.btn-outline-site-primary:hover,
.btn-outline-site-primary:focus,
.btn-outline-site-primary:active {
  background-color: #fff;
  border-color: #0030AB;
  color: #0030AB;
}

.login-link {
  color: #0030AB;
}

.login-link:hover {
  color: #0030AB;
}

/* ==========================================================================
   星評価コンポーネント
   ========================================================================== */
.review-summary-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #333;
}

.review-summary-line .score-number {
  font-weight: bold;
}

.star-rating-container {
  position: relative;
  display: inline-block;
  font-size: 1.25em;
  vertical-align: middle;
}

.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #F58220;
}

.star-rating-back {
  color: #e0e0e0;
}

.star-color {
  color: #ffc107;
}

/* ==========================================================================
   画像コンポーネント
   ========================================================================== */
.image-container {
  position: relative;
  width: 100%;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-image-label {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff5e5e;
  color: white;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  border-bottom-right-radius: 4px;
  z-index: 1;
}

/* ==========================================================================
   お気に入りボタン
   ========================================================================== */
.favorite-button-container {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px;
  display: inline-block;
  color: #555;
  line-height: 1;
  border-radius: 3px;
}

.favorite-button-inner form {
  display: inline;
}

/* ==========================================================================
   Swiperコンポーネント
   ========================================================================== */
.swiper {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.swiper-pagination {
  bottom: 10px !important;
}

/* ==========================================================================
   Select2カスタマイズ
   ========================================================================== */
#search_main_filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #f5f5f5;
  border-radius: 5px;
}

#search_main_filters .select2-container--default .select2-selection--single {
  border: 0;
}

#search_main_filters .select2-container--open .select2-dropdown--below {
  border: 1px solid #aaa;
}

/* ==========================================================================
   ヘッダー
   !important: Panagea CSS (style.css) が header.header 系に
   深いセレクタ + !important でスタイルを適用しているため、
   上書きに !important が必要。Panagea を除去するまで維持する。
   ========================================================================== */
header.header {
  position: relative !important;
  height: 56px !important;
  background-color: #ffffff !important;
  border-bottom: none !important;
  padding: 0 !important;
}

header.header.sticky {
  background-color: #ffffff !important;
  padding: 0 !important;
}

header.header .header-inner {
  max-width: 1032px;
  width: 100%;
  margin: 0 auto;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

header.header #logo img {
  width: 146px !important;
  height: auto !important;
}

/* ナビゲーション */
header.header .main-menu {
  position: static !important;
  top: auto !important;
  right: auto !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  margin-left: auto !important;
}

header.header .main-menu > ul {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

header.header .main-menu > ul > li {
  margin: 0 !important;
  padding: 0 !important;
}

header.header .main-menu > ul > li + li {
  margin-left: 10px !important;
}

header.header .main-menu > ul > li span,
header.header .main-menu > ul > li span > a {
  font-size: 14px !important;
  line-height: 1.0 !important;
  color: #191E3B !important;
  padding: 0 !important;
  margin: 0 !important;
}

header.header .main-menu > ul > li span > a:hover {
  color: #0030AB !important;
}

header.header .main-menu > ul > li a.hb-header-text-link,
header.header .main-menu > ul > li span > a.hb-header-text-link,
.main-menu ul li a.hb-header-text-link,
ul.mm-listview li a.hb-header-text-link {
  color: #0030AB !important;
  text-decoration: none !important;
  margin-right: 5px !important;
  font-weight: bold !important;
}

header.header .main-menu > ul > li a.hb-header-text-link:hover,
header.header .main-menu > ul > li span > a.hb-header-text-link:hover,
.main-menu ul li a.hb-header-text-link:hover,
ul.mm-listview li a.hb-header-text-link:hover {
  color: #0030AB !important;
  text-decoration: underline !important;
}

header.header .main-menu > ul > li a.hb-header-btn,
header.header .main-menu > ul > li span > a.hb-header-btn,
.main-menu ul li a.hb-header-btn,
ul.mm-listview li a.hb-header-btn {
  color: #0030AB !important;
  padding: 8px 20px !important;
  border: 2px solid #0030AB !important;
  background-color: #fff !important;
  border-radius: 50rem !important;
  font-weight: bold !important;
}

header.header .main-menu > ul > li a.hb-header-btn:hover,
header.header .main-menu > ul > li span > a.hb-header-btn:hover,
.main-menu ul li a.hb-header-btn:hover,
ul.mm-listview li a.hb-header-btn:hover {
  background-color: #0030AB !important;
  color: #fff !important;
}

.hb-load-more-btn {
  color: #0030AB;
  padding: 8px 20px;
  border: 2px solid #0030AB;
  background-color: #fff;
  border-radius: 50rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.hb-load-more-btn:hover {
  background-color: #0030AB;
  color: #fff;
  text-decoration: none;
}

header.header .main-menu .menu-title {
  color: #0030AB !important;
  font-family: 'Sriracha', cursive !important;
  font-weight: normal !important;
  padding-right: 10px !important;
  border-right: 1px solid #eee !important;
  cursor: default !important;
}

header.header .hamburger-inner,
header.header .hamburger-inner::before,
header.header .hamburger-inner::after {
  background-color: #0030AB !important;
}

header.header .hamburger {
  transform: scale(0.73);
  transform-origin: center center;
}

header.header .hamburger:hover {
  opacity: 1 !important;
}

header.header .main-menu > ul > li > span {
  cursor: pointer;
}

/* ドロップダウンメニュー */
header.header .main-menu ul ul.second_level_right {
  top: 100% !important;
  margin-top: 10px !important;
  right: 0 !important;
  left: auto !important;
  transform: none !important;
  transform-origin: unset !important;
  transition: none !important;
  border-radius: 10px !important;
}

header.header .main-menu ul ul.second_level_right li a {
  padding: 20px 15px !important;
}

header.header .main-menu ul ul.second_level_right:before {
  display: none !important;
}

header.header .main-menu ul ul li:hover > a,
header.header .main-menu ul ul li a:hover {
  color: #0030AB !important;
  background-color: #f9f9f9 !important;
  cursor: pointer !important;
  padding-left: 15px !important;
}

header.header .main-menu ul ul li:first-child a {
  border-radius: 10px 10px 0 0 !important;
}

header.header .main-menu ul ul li:last-child a {
  border-radius: 0 0 10px 10px !important;
}

/* ヘッダー（モバイル） */
@media (max-width: 991px) {
  header.header #logo {
    width: auto !important;
    position: static !important;
  }

  header.header #logo img {
    width: 120px !important;
    margin: 0 !important;
  }

  header.header .hamburger-box {
    display: flex !important;
    align-items: center !important;
  }

  header.header .header-inner {
    padding: 0 0.75rem !important;
  }

  header.header .btn_mobile {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
    z-index: 10000 !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
  }

  nav#mobile-menu {
    display: block !important;
    visibility: visible !important;
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 80% !important;
    max-width: 320px !important;
    height: 100vh !important;
    background: #ffffff !important;
    z-index: 9999 !important;
    transition: right 0.3s ease-in-out !important;
    overflow-y: auto !important;
    box-shadow: -5px 0 15px rgba(0,0,0,0.2) !important;
    padding: 60px 20px 20px 20px !important;
  }

  nav#mobile-menu.show {
    right: 0 !important;
    opacity: 1 !important;
  }

  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #0030AB !important;
  }

  nav#mobile-menu ul {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
  }

  nav#mobile-menu > ul > li:not(.d-none) {
    display: block !important;
    margin: 0 0 20px 0 !important;
    padding: 0 0 20px 0 !important;
  }

  nav#mobile-menu ul li a {
    display: block !important;
    color: #333333 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    padding: 10px 0 !important;
    transition: color 0.3s ease !important;
  }

  nav#mobile-menu ul li a:hover,
  nav#mobile-menu ul li a:active {
    color: #007bff !important;
  }

  nav#mobile-menu ul li a.hb-header-btn {
    color: #0030AB !important;
    padding: 8px 20px !important;
    border: 2px solid #0030AB !important;
    background-color: #fff !important;
    border-radius: 50rem !important;
    font-weight: bold !important;
    text-align: center !important;
  }

  nav#mobile-menu ul li a.hb-header-btn:hover {
    background-color: #0030AB !important;
    color: #fff !important;
  }

  nav#mobile-menu ul li a.hb-header-text-link {
    color: #0030AB !important;
    text-decoration: none !important;
    font-weight: bold !important;
    text-align: center !important;
  }

  nav#mobile-menu ul li a.hb-header-text-link:hover {
    color: #0030AB !important;
    text-decoration: underline !important;
  }

  nav#mobile-menu > ul > li > span > a {
    cursor: default !important;
    pointer-events: none !important;
  }

  nav#mobile-menu ul ul li {
    margin: 0 !important;
    padding: 0 !important;
  }

  nav#mobile-menu ul ul li a {
    font-size: 14px !important;
    color: #666666 !important;
  }

  nav#mobile-menu .menu-title {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: normal !important;
    color: #0030AB !important;
  }
}

body.menu-open {
  overflow: hidden !important;
  position: relative !important;
  height: 100% !important;
}

/* ==========================================================================
   フッター
   ========================================================================== */
footer {
  margin-top: 55px;
  border-top: 1px solid #E0E9FD;
  background-color: #F3F6FF;
  color: #191E3B;
}

footer .container {
  max-width: 1032px;
  padding-left: 0;
  padding-right: 0;
}

footer h5 {
  font-size: 14px;
  margin-bottom: 10px;
}

footer ul,
footer li,
footer a,
footer .text-muted {
  font-size: 14px;
  color: #191E3B !important;
  opacity: 1 !important;
  transition: none !important;
}

footer a:hover {
  text-decoration: underline !important;
}

footer .hb-footer__shops,
footer .hb-footer__links,
footer .hb-footer__copyright {
  padding: 30px 0;
}

footer .hb-footer__shops,
footer .hb-footer__links {
  border-bottom: 1px solid #E0E9FD;
}

footer .hb-footer__links .list-unstyled {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  footer .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  footer .hb-footer__shops,
  footer .hb-footer__links,
  footer .hb-footer__copyright {
    padding: 20px 0;
  }

  footer h5 {
    margin-top: 0;
  }
}

/* ==========================================================================
   セキュリティ（Honeypot）
   ========================================================================== */
.nickname-field {
  position: absolute !important;  /* セキュリティ: ボット対策に必須 */
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ==========================================================================
   検索ボタン共通サイズ
   ========================================================================== */
.hb-search-btn {
  width: 40px;
  height: 40px;
}

/* ==========================================================================
   検索タブ（PC版・トップページ）
   ========================================================================== */
.hb-search-tabs {
  gap: 0.5rem;
}

.hb-search-tab {
  position: relative;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  color: white;
  background: rgba(255, 255, 255, 0.3);
}

.hb-search-tab.active {
  background: #0030AB;
  color: white;
}

.hb-search-tab:hover:not(.active) {
  background: rgba(255, 255, 255, 0.5);
}

.hb-search-tab__badge {
  position: absolute;
  top: -8px;
  right: -5px;
  font-size: 0.6rem;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 1px 6px;
  border-radius: 1rem;
  font-weight: normal;
}

/* ==========================================================================
   モバイル検索コンポーネント
   ========================================================================== */
.hb-mobile-search {
  background: white;
  border-radius: 3rem;
  padding: 0 1rem 0 2rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);

  opacity: 0;
  animation: hb-fadeIn 0.3s ease-in-out forwards;
}

@keyframes hb-fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hb-mobile-search__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.hb-mobile-search__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}

.hb-mobile-search__type {
  order: 1;
  font-size: 0.85rem;
}

.hb-mobile-search__params {
  order: 2;
}

.hb-mobile-search__params .d-flex {
  flex-wrap: nowrap;
}

.hb-mobile-search__params .d-flex > span {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hb-mobile-search__button {
  flex-shrink: 0;
}

.hb-mobile-search__button .btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hb-mobile-search__summary:hover {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
}

/* トップページ用モバイルインライン検索フォーム */
.hb-top-mobile-tab {
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
}
.hb-top-mobile-search .hb-top-mobile-tab.btn-primary,
.hb-top-mobile-search .hb-top-mobile-tab.btn-primary:hover,
.hb-top-mobile-search .hb-top-mobile-tab.btn-primary:focus {
  background-color: #002688 !important;
  border-color: #002688 !important;
  color: #fff !important;
}
.hb-top-mobile-search .hb-top-mobile-tab:disabled,
.hb-top-mobile-search .hb-top-mobile-tab.disabled {
  border-color: #fff !important;
  color: #fff !important;
  opacity: 0.4;
}
.hb-top-mobile-search__field {
  padding: 10px 12px;
}
.hb-top-mobile-search__field + .hb-top-mobile-search__field {
  border-top: 2px solid #0030AB;
}
.hb-top-mobile-search__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #191E3B;
  margin-bottom: 2px;
}
.hb-top-mobile-search__input,
.hb-top-mobile-search__field select,
.hb-top-mobile-search__field .hb-area-suggest-input {
  width: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 1rem;
  color: #191E3B;
  background: transparent;
  height: auto;
  line-height: 1.4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hb-top-mobile-search__input:focus,
.hb-top-mobile-search__field select:focus,
.hb-top-mobile-search__field .hb-area-suggest-input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.hb-top-mobile-search__input::placeholder,
.hb-top-mobile-search__field .hb-area-suggest-input::placeholder {
  color: #999;
  font-size: 1rem;
}

.hb-mobile-tab {
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  font-size: 0.85rem;
  font-weight: bold;
}

.hb-mobile-tab .badge {
  font-weight: normal;
}

/* ==========================================================================
   ボトムシートモーダル
   ========================================================================== */
@media (max-width: 991px) {
  .hb-bottom-sheet {
    position: fixed;
    margin: 0;
    width: 100%;
    max-width: none;
    bottom: 0;
    height: 75vh;
  }

  .hb-bottom-sheet .modal-content {
    border-radius: 1rem 1rem 0 0;
    height: 100%;
    overflow-y: auto;
  }

  .hb-bottom-sheet .modal-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    border-radius: 1rem 1rem 0 0;
  }

  .hb-bottom-sheet .modal-footer {
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 10;
  }

  .hb-bottom-sheet .modal-body {
    overflow-y: auto;
    flex: 1;
  }

  .modal.fade .hb-bottom-sheet {
    transform: translateY(100%);
  }

  .modal.fade.show .hb-bottom-sheet {
    transform: translateY(0);
  }
}

/* ==========================================================================
   エリアサジェスト
   ========================================================================== */
.hb-area-suggest-wrapper {
  position: relative;
  flex: 1;
}

.hb-area-suggest-input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 1rem;
  color: #191E3B;
  padding: 0;
  background: transparent;
  height: auto;
}

.hb-area-suggest-input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.hb-search-input,
.hb-search-input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.hb-area-suggest-input::placeholder,
.hb-search-input::placeholder {
  color: #999;
}

/* 検索結果ページのフィルター用 */
.hb-area-suggest-wrapper--filter .hb-area-suggest-input {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  height: calc(1.5em + 0.75rem + 2px);
}

.hb-area-suggest-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  max-height: 300px;
  overflow-y: auto;
  z-index: 9999;
  margin-top: 4px;
}

.hb-area-suggest-dropdown.is-open {
  display: block;
}

.hb-area-suggest-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.75rem;
  cursor: pointer;
  font-size: 0.9rem;
  color: #333;
  transition: background-color 0.15s ease;
}

.hb-area-suggest-item:hover,
.hb-area-suggest-item.is-active {
  background-color: #f0f4f8;
}

.hb-area-suggest-item__name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hb-area-suggest-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.15rem 0.4rem;
  border-radius: 3px;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

.hb-area-suggest-badge--country {
  background-color: #2e7d32;
}

.hb-area-suggest-badge--region {
  background-color: #1565c0;
}

.hb-area-suggest-badge--prefecture {
  background-color: #e65100;
}

.hb-area-suggest-badge--city {
  background-color: #c2185b;
}

.hb-area-suggest-badge--area {
  background-color: #6a1b9a;
}

.hb-area-suggest-clear {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 0.85rem;
  padding: 0.2rem;
  line-height: 1;
  display: none;
}

.hb-area-suggest-clear.is-visible {
  display: block;
}

/* rounded-pill検索バー内でのoverflow対応 */
.rounded-pill .hb-area-suggest-wrapper {
  overflow: visible;
}

/* モバイルモーダル内のサジェスト */
.modal .hb-area-suggest-dropdown {
  max-height: 300px;
  z-index: 1080;
}

/* モバイルモーダル内のエリア入力をform-controlに合わせる */
.modal .hb-area-suggest-input {
  display: block;
  width: 100%;
  padding: 10px !important;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #191E3B;
  background-color: #fff;
  border: 1px solid #d2d8dd !important;
  border-radius: 3px !important;
  appearance: none;
}

.modal .form-control,
.modal .form-select {
  font-size: 0.875rem !important;
}

.modal .form-control::placeholder {
  color: #999;
}

.modal .hb-area-suggest-input:focus,
.modal .form-control:focus,
.modal .form-select:focus {
  border-color: var(--bs-border-color) !important;
  box-shadow: none !important;
  outline: none !important;
}

/* サジェスト展開時にモーダルのoverflowクリップを解除 */
.modal .hb-area-suggest-wrapper.is-dropdown-open ~ *,
.modal .mb-3:has(.is-dropdown-open) {
  position: relative;
}

.hb-bottom-sheet .modal-body.is-suggest-open {
  overflow-y: visible;
}

.hb-bottom-sheet .modal-content.is-suggest-open {
  overflow: visible;
}

/* サジェスト展開時にhero_singleのoverflowクリップを解除 */
.hero_single:has(.hb-area-suggest-dropdown.is-open) {
  overflow: visible !important;
}

/* サジェスト空メッセージ */
.hb-area-suggest-empty {
  padding: 0.75rem;
  text-align: center;
  color: #999;
  font-size: 0.85rem;
}

/* 検索結果見出し：モバイル時の文字サイズ */
@media (max-width: 767.98px) {
  .hb-search-title {
    font-size: 1.5rem;
  }
}
