/*
Theme Name: サーチナビ
Theme URI: https://search-navi.co.jp/
Author: Search Navi
Author URI: https://search-navi.co.jp/
Description: サーチナビ公式オリジナルテーマ。スキンケア検索メディア向け。ブロックエディター対応。データ設計 v2（clinic / cosme_brand / other_maker）。
Version: 1.2.10
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: search-navi
Tags: custom-menu, featured-images, translation-ready, block-styles
*/

/* メインスタイルは assets/css/ を enqueue します。 */

/* —— データ設計 v2 用の補助表示 —— */
.sn-image-credit {
  margin: 0.375rem 0 0;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: var(--color-muted, #8a7f84);
  word-break: break-all;
}

.sn-image-credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.sn-care-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}

.sn-care-badges__item {
  display: inline-flex;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.sn-care-badges__item--private {
  background: #fff0f5;
  color: #bd3a5d;
}

.sn-care-badges__item--insurance {
  background: #fff3ee;
  color: #d97a5a;
}

.sn-hours {
  margin: 0;
}

.sn-hours__row {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.5rem;
  margin-top: 0.375rem;
  font-size: 0.875rem;
}

.sn-hours__row dt {
  font-weight: 600;
  color: var(--color-heading, #271f24);
}

.sn-hours__row dd {
  margin: 0;
  white-space: pre-wrap;
}

.sn-hours__note {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: var(--color-muted, #8a7f84);
}

