/*
Theme Name: yourVintage
Theme URI: https://yourvintage.co.jp/
Author: yourVintage Inc.
Author URI: https://yourvintage.co.jp/
Description: 株式会社yourVintage コーポレートサイト用テーマ。実装統合型ITコンサルティングの世界観（Next.js版デザイン準拠）。スタイル本体は assets/css/tailwind.css（build/ でビルド）。
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
Text Domain: yourvintage
*/

/* WP admin bar 表示時のヘッダー位置調整 */
body.admin-bar #yv-header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar #yv-header { top: 46px; }
}

/* WPデフォルトのページネーション最低限の体裁 */
.pagination .nav-links {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 13px;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.6rem;
  border: 1px solid #DDD7CC;
  color: #16263B;
  transition: all .3s;
}
.pagination .page-numbers.current {
  background: #16263B;
  color: #fff;
  border-color: #16263B;
}
.pagination .page-numbers:hover:not(.current) {
  border-color: #D7355D;
  color: #D7355D;
}
