/*
 Theme Name:   Astra Child
 Theme URI:    https://famfam.jp/
 Description:  famfamの業務用B2Bサイト用 子テーマ
 Author:       有限会社ジェイタ
 Template:     astra
 Version:      1.0
*/

/* 必要ならここにカスタムCSSを書く */


#primary {
    margin: 0px !important;
}

/* マイアカウント：カードUI */
/* ざっくり。必要に応じて調整 */
.ff-title { font-size: 2rem; margin: .5em 0; }
.ff-lead, .ff-desc { color: #555; margin-bottom: 1rem; font-size: 12px; }
.ff-form label { display:block; margin: .6rem 0; font-size: 12px; font-weight: 600; color: #111; }
.ff-form input[type="text"],
.ff-form input[type="email"],
.ff-form input[type="password"],
.ff-form input[type="tel"]{ width:100%; padding:.8rem; border:1px solid #ddd; border-radius:8px; }
.ff-btn { margin: 20px auto; display:block; padding:1rem 1.6rem; border-radius:999px; }
.ff-btn-primary { background:#111; color:#fff; border-color: transparent; }
.ff-btn-primary:hover, .ff-btn-primary:focus { background:#111; opacity: 0.4; border-color: transparent;}
.ff-errors { background:#ffecec; color:#b10000; padding:.8rem; border-radius:8px; margin-bottom:1rem; font-size:12px; }
.ff-errors p { margin-bottom:0; }
.ff-note {font-size: 12px; color:var(--ast-global-color-3);}
.ff-check { display:flex; gap:.5rem; align-items:center; margin:.8rem 0; }
.ff-grid .ff-row{ display:flex; gap:1rem; }
.ff-grid .ff-row > label{ flex:1; }
.ff-card{ display:block; padding:1rem; border:1px solid #eee; border-radius:12px; }
.ff-cards{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:1rem; margin:1rem 0 2rem; }
.req{ margin-left:.5em; font-size:.85em; color:#b10000; }


/* ===== ff modal ===== */
.ff-modal { max-width:100% !important; display:none; position:fixed; inset:0; z-index:9999; }
.ff-modal__backdrop { max-width:100%; position:absolute; inset:0; background:rgba(0,0,0,.45); }
.ff-modal__dialog { position:relative; width:calc(100% - 32px); max-width:520px; box-sizing:border-box; margin:10vh auto; background:#fff; border-radius:14px; padding:24px; box-shadow:0 10px 40px rgba(0,0,0,.18); }
.ff-modal__title { margin:0 0 8px; font-size:20px; font-weight:700; }
.ff-modal__body { margin:0 0 16px; line-height:1.7; font-size: 12px; }
.ff-modal__actions { text-align:right; }

/* ===== TOS step: scrollable terms + fixed CTA ===== */
.ff-step {
  max-width: 860px;
  margin: 0 auto;
  padding: 24px 16px;
}

.ff-tos-layout {
  display: grid;
  grid-template-rows: auto 1fr auto; /* title/desc | terms | cta */
  gap: 16px;
  min-height: min(78vh, 900px);
}

/* 独立スクロールの規約ボックス */
.ff-tos-box {
  background: #fff;
  font-size: 80%;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px;
  overflow: auto;
  /* 1ビューに収める高さ（端末に応じて可変） */
  max-height: clamp(38vh, 52vh, 560px);
  -webkit-overflow-scrolling: touch;
  /* スクロール陰影のヒント */
  box-shadow:
    inset 0 8px 10px -10px rgba(0,0,0,.25),
    inset 0 -8px 10px -10px rgba(0,0,0,.25);
}

/* CTAバーは常にボックスの下に見えるよう余白を微調整 */
.ff-tos-cta {
  position: sticky;
  bottom: 0;
  background: linear-gradient(to top, rgba(255,255,255,1) 60%, rgba(255,255,255,0));
  padding-top: 12px;
  margin-top: -6px; /* グラデ重なりを自然に */
}

/* 同意行＆送信ボタンのレイアウト */
.ff-tos-cta .ff-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.ff-tos-cta {
  margin-right: auto; /* 左寄せ */
}

.ff-check {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.ff-btn[disabled] {
  opacity: .5;
  cursor: not-allowed;
}

/* モバイル最適化 */
@media (max-width: 640px) {
  .ff-step { padding: 20px 14px; }
  .ff-tos-box { max-height: clamp(44vh, 60vh, 66vh); }
  .ff-tos-cta .ff-actions { gap: 10px; }
}

/* ===== Onboarding Stepper ===== */
/* ===== Onboarding Stepper 五角形型 ===== */
.ff-steps__list {
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  list-style:none; padding:0; margin:8px 0 0;
  gap: 8px;
}

.ff-steps__item { position:relative; }

/* 五角形ベース */
.ff-steps__link {
  position:relative;
  display:flex; align-items:center; gap:10px;
  width:100%; height:52px;
  font-size: 14px;
  padding:0 14px 0 18px;
  color:#111; text-decoration:none;
  background:#f5f6f8;
  border:1px solid #edeff2;
  border-radius: 10px;
  clip-path: polygon(
    0 0,             /* 左上 */
    calc(100% - 18px) 0, /* 右上手前 */
    100% 50%,        /* 右三角の先端 */
    calc(100% - 18px) 100%, /* 右下手前 */
    0 100%           /* 左下 */
  );
}
.ff-steps__link:hover, .ff-steps__link:focus {
    color:#111;
}

.ff-steps__label {
    margin:auto;
}
.ff-steps {
    margin-bottom: 30px;
}

/* done（完了） */
.ff-steps__item--done .ff-steps__link {
  background:#257BC1; color:#fff; border-color:#257BC1;
}

/* current（現在） */
.ff-steps__item--current .ff-steps__link {
  background:#111; color:#fff; border-color:#111;
}

/* pending（未着手） */
.ff-steps__item--pending .ff-steps__link {
  background:#f5f6f8; opacity:.7;
}

/* 最後のステップは右矢印なし（四角形に戻す） */
.ff-steps__item:last-child .ff-steps__link {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ff-steps__item--done { color:#257BC1; }
.ff-steps__item--current { color:#111; }


@keyframes ffspin { to { transform: rotate(360deg); } }

/* スマホ */
@media (max-width: 640px) {
  .ff-steps__list { grid-template-columns: 1fr 1fr; }
  .ff-onboarding-done { margin-top: 40px;}
}


/* カートの削除ボタンに表示される邪魔なO型アイコンの削除 */
a.remove::before {
        display: none !important;
}



.wc-cat-buttons{display:grid;gap:.75rem;}
.wc-cat-buttons[data-cols="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
.wc-cat-buttons[data-cols="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}
.wc-cat-buttons[data-cols="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}
.wc-cat-buttons[data-cols="5"]{grid-template-columns:repeat(5,minmax(0,1fr))}
.wc-cat-buttons[data-cols="6"]{grid-template-columns:repeat(6,minmax(0,1fr))}
.wc-cat-btn{display:flex;align-items:center;justify-content:center;text-decoration:none;
  border:1px solid currentColor;border-radius:.75rem;padding:1rem .9rem;font-weight:600;
  line-height:1.2;transition:transform .12s ease, background-color .12s ease, color .12s ease, border-color .12s ease;
  color:var(--ast-global-color-2, #23364A); /* Astra があれば色に追従 */
  background:transparent;
}
.wc-cat-btn:hover{transform:translateY(-1px);background:rgba(0,0,0,.03)}
@media (max-width:768px){.wc-cat-buttons{gap:.5rem}.wc-cat-btn{padding:1rem .75rem}}


#shipping_address_book_field .optional {
    display: none !important;
}
#shipping_address_nickname_field .optional {
    display: none !important;
}

/* 「クーポンをお持ちですか？」バーと、元のクーポンフォームを隠す */
.woocommerce-form-coupon-toggle,
form.checkout_coupon {
    display: none;
}

.tiered-pricing-table tr {
    text-align: center;
    font-size: 0.9em;
}

.ff-price-made-to-order .ff-price-lot {
   font-size: 0.8em;
    font-weight: 400;
  }

  .ff-lot-badge {
  display: inline-block;
  margin: 4px 0 0;
  padding: 2px 8px;
  font-size: 0.85em;
  border-radius: 999px;
  border: 1px solid #324055;
  color: #324055;
}

.ff-lot-badge--loop {
  font-size: 0.8em;
}

/* ===== Favorites / My List ===== */
.ff-favorite-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #d7dce3;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .2s ease, background-color .2s ease, border-color .2s ease;
}

.ff-favorite-button:hover,
.ff-favorite-button:focus {
  color: #0f172a;
  opacity: .72;
}

.ff-favorite-button.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ff-favorite-button.is-loading {
  pointer-events: none;
  opacity: .55;
}

.ff-favorite-icon {
  font-size: 18px;
  line-height: 1;
}

.ff-favorite-button--loop {
  z-index: 2;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  padding: 0;
  margin: 3px 0 2px;
  border-color: transparent;
  background: transparent;
  color: #9ca3af;
  box-shadow: none;
  font-size: 0;
}

.ff-favorite-button--loop .ff-favorite-icon {
  font-size: 15px;
}

.ff-favorite-button--loop:hover,
.ff-favorite-button--loop:focus {
  color: #4b5563;
}

.ff-favorite-button--loop.is-active {
  border-color: transparent;
  background: transparent;
  color: #111;
}

.ff-favorite-button--loop .ff-favorite-label {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.ff-single-favorite-wrap {
  margin: 12px 0 0;
}

/* ===== Fulfillment notices ===== */
.ff-supplier-order-notice {
  border: 1px solid #d5dee8;
  border-radius: 8px;
  background: #f7fafc;
  color: #1f3142;
  padding: 14px 16px;
  margin: 16px 0;
}

.ff-supplier-order-notice__lead {
  margin: 0 0 8px;
  font-weight: 700;
  line-height: 1.7;
}

.ff-supplier-order-notice__list {
  margin: 0;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 1.8;
}

.ff-supplier-order-note {
  color: #5b6470;
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0 18px;
}

.ff-catalog-price {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.45;
}

.ff-catalog-price__regular {
  color: #8a94a3;
  font-size: .74em;
  font-weight: 500;
}

.ff-catalog-price__business {
  color: #1f3142;
  font-weight: 700;
}

.ff-catalog-price__rate {
  align-self: flex-start;
  border: 1px solid #d5dee8;
  border-radius: 999px;
  color: #5b6470;
  font-size: .64em;
  font-weight: 700;
  padding: 2px 7px;
}

.ff-order-fulfillment-groups {
  margin-top: 2em;
}

.ff-order-fulfillment-group {
  border-top: 1px solid #e5e7eb;
  padding: 14px 0;
}

.ff-order-fulfillment-group h3 {
  font-size: 16px;
  margin: 0 0 8px;
}

.ff-order-fulfillment-group p {
  margin: 4px 0;
  line-height: 1.7;
}

.ff-favorite-button--single,
.ff-favorite-button--list {
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 700;
}

.ff-my-list__items {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  border-top: 1px solid #e5e7eb;
}

.ff-my-list-products {
  margin-top: 16px;
}

.ff-my-list__item {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #e5e7eb;
}

.ff-my-list__image img {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 6px;
}

.ff-my-list__body {
  min-width: 0;
}

.ff-my-list__name {
  display: block;
  color: #0f172a;
  font-weight: 800;
  text-decoration: none;
}

.ff-my-list__price {
  margin-top: 8px;
  color: #374151;
}

.ff-last-ordered-note {
  clear: both;
  margin: 8px 0 0;
  color: #6b7280;
  font-size: .8em;
  line-height: 1.5;
}

.ff-my-list__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.ff-my-list__actions .button {
  margin: 0;
}

/* ===== Mobile sticky cart ===== */
.ff-mobile-cart-sticky-wrap {
  display: none;
}

.ff-mobile-cart-sticky {
  display: none;
}

.ff-mobile-cart-sticky__icon svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media (max-width: 767px) {
  .ff-mobile-cart-sticky-wrap {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(92px + env(safe-area-inset-bottom));
    z-index: 9998;
    padding: 0 20px;
    pointer-events: none;
  }

  .ff-mobile-cart-sticky {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: min(100%, 360px);
    min-height: 56px;
    margin: 0 auto;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0,0,0,.22);
    pointer-events: auto;
  }

  .ff-mobile-cart-sticky:hover,
  .ff-mobile-cart-sticky:focus {
    color: #fff;
    opacity: .92;
  }
}

@media (max-width: 640px) {
  .ff-my-list__item {
    grid-template-columns: 88px 1fr;
    gap: 12px;
  }

  .ff-my-list__image img {
    width: 88px;
    height: 88px;
  }

  .ff-my-list__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ff-my-list__actions .button,
  .ff-my-list__actions .ff-favorite-button {
    width: 100%;
  }
}


/* ===========================
   WooCommerce 通知ボックス調整
   - エラー：.woocommerce-error
   - 成功： .woocommerce-message
   - 情報： .woocommerce-info
   =========================== */

/* ベースレイアウト（共通） */
.ff-reg-wrap .woocommerce-error,
.ff-step .woocommerce-error,
.ff-reg-wrap .woocommerce-message,
.ff-step .woocommerce-message,
.ff-reg-wrap .woocommerce-info,
.ff-step .woocommerce-info {
  box-sizing: border-box;
  margin: 0 0 16px;
  padding: 10px 50px;
  border-radius: 6px;
  list-style: none;
  border: 1px solid transparent;
  border-left-width: 4px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.ff-reg-wrap {
	margin-bottom:50px;
}

/* li の余白調整 */
.ff-reg-wrap .woocommerce-error li,
.ff-step .woocommerce-error li,
.ff-reg-wrap .woocommerce-message li,
.ff-step .woocommerce-message li,
.ff-reg-wrap .woocommerce-info li,
.ff-step .woocommerce-info li {
  margin: 0;
  padding: 0;
}

/* ---- エラー（赤系） ---- */
.ff-reg-wrap .woocommerce-error,
.ff-step .woocommerce-error {
  background: #fff5f5;
  border-color: #e53e3e;
  color: #742a2a;
}

/* ---- 成功（緑系：将来使う用） ---- */
.ff-reg-wrap .woocommerce-message,
.ff-step .woocommerce-message {
  background: #f0fff4;
  border-color: #38a169;
  color: #22543d;
}

/* ---- 情報（青系：将来使う用） ---- */
.ff-reg-wrap .woocommerce-info,
.ff-step .woocommerce-info {
  background: #ebf8ff;
  border-color: #3182ce;
  color: #2a4365;
}

/* ステップ内で幅一杯に見せたい場合の微調整（任意） */
.ff-step .woocommerce-error,
.ff-step .woocommerce-message,
.ff-step .woocommerce-info {
  margin-top: 0;
}

.ff-steps_title {
	margin-top: 50px;
}

/* モバイル向けに少し余白を広めに */
@media (max-width: 600px) {
  .ff-reg-wrap .woocommerce-error,
  .ff-step .woocommerce-error,
  .ff-reg-wrap .woocommerce-message,
  .ff-step .woocommerce-message,
  .ff-reg-wrap .woocommerce-info,
  .ff-step .woocommerce-info {
    padding: 12px 50px;
    font-size: 0.95rem;
  }
}


.woocommerce h2 {
    font-size: 1em;
}

/* 操作: のラベルだけ非表示 */
.order-actions--heading {
    display: none !important;
}

/* 決済の注文するボタンを目立つように */
button#place_order {
    height: 45px;
    margin-top: 10px;
    background-color: indianred;
}



/* 非ログイン時（body に logged-in クラスが付いていない時）だけ
   WooCommerce Tiered Price Table を非表示にする */
body:not(.logged-in) .tpt__tiered-pricing,
body:not(.logged-in) .tpt__tiered-pricing .tiered-pricing-wrapper,
body:not(.logged-in) .tpt__tiered-pricing .tiered-pricing-table {
    display: none !important;
}


/* ───────── 上部固定バー本体 ───────── */

.ff-top-login-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 48px;              /* 指定いただいた高さ */
  background: #f5f5f5;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.ff-top-login-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.ff-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 9999px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #111;
  white-space: nowrap;
}

.ff-top-btn--outline {
  background: #fff;
  color: #111;
}

.ff-top-btn--primary {
  background: #111;
  color: #fff;
}

/* ───────── 透明ヘッダーのみのときの余白 ───────── */

/* PC */
body.ast-theme-transparent-header #content {
  padding-top: 81px;   /* 透明ヘッダー高さ */
}

/* スマホ */
@media (max-width: 768px) {
  body.ast-theme-transparent-header #content {
    padding-top: 72px;
  }
}

/* ───────── 上部バーがあるページだけの調整 ───────── */

/* 1) 通常ヘッダーの位置をバーの下にずらす（バーがあるときだけ） */
body:has(.ff-top-login-bar) #masthead {
  margin-top: 48px;
}

/* 2) 透明ヘッダーの場合は top をずらす（Astraは position:absolute; top:0 のため） */
body.ast-theme-transparent-header:has(.ff-top-login-bar) #masthead {
  margin-top: 0;
  top: 48px;
}

/* 3) 透明ヘッダー＋上部バーのときだけ、コンテンツ余白を「ヘッダー＋バー」の合計にする */

/* PC: 81 + 48 = 129px */
body.ast-theme-transparent-header:has(.ff-top-login-bar) #content {
  padding-top: 129px;
}

/* SP: 45 + 48 = 93px */
@media (max-width: 768px) {
  body.ast-theme-transparent-header:has(.ff-top-login-bar) #content {
    padding-top: 120px;
  }
}

/* マイアカウント：表示名フィールドの説明文を非表示 */
#account_display_name_description {
    display: none !important;
}

.woocommerce-EditAccountForm .woocommerce-form-row.form-row br {
    display: none;
}


/* ================================
   WAPF：全体の微調整
=================================== */

/* ラベルのフォントを少し小さく・柔らかく */
.wapf-field-label label span {
    font-size: 15px;
    font-weight: 600;
}

/* ================================
   初回納品数（number）フィールド
=================================== */

/* 入力欄を広く大きく */
  .wapf-field-number .wapf-input[type="number"] {
    width: 100px !important; 
    max-width: 100px;
    text-align: center;
    padding: 10px 12px;
    font-size: 18px;          
    border: 1px solid #ccc;
    border-radius: 6px;
  }

  .wapf-field-group {
    border: 1px solid;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
  }

/* スマホ向けに幅を100%に */
@media (max-width: 480px) {
    .wapf-field-number .wapf-input[type="number"] {
        width: 100% !important;
    }
}

/* ================================
   チェックボックス行（在庫預かり）
=================================== */

.wapf-checkbox-label {
    font-size: 15px;
}

.wapf-pricing-hint {
    font-size: 14px;
    color: #333;
}

.wapf-checkable {
    margin: 10px 50% 10px 50%;
}

/* ================================
   オプション説明文を小さめに
=================================== */
.wapf-field-true-false .wapf-field-description {
    font-size: 12px;
    color: #242424;
}


/* 無料サンプル（数量固定）の数量UI */
.ff-fixed-qty {
    font-weight: bold;
    padding: 4px 8px;
    background: #f5f5f5;
    border-radius: 4px;
    display: inline-block;
}

/* 通常の数量フィールド無効っぽく見せる */
tr.cart_item .quantity input[disabled],
tr.cart_item .quantity input[readonly] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* カート画面の +- 数量ボタンを非表示 */
.woocommerce-cart .quantity .ast-qty-placeholder.minus,
.woocommerce-cart .quantity .ast-qty-placeholder.plus {
    display: none !important;
}

.woocommerce-cart .quantity input.qty {
    margin: 0 !important;
}

/* マイページ注文詳細：再注文ボタンの余白 */
.woocommerce-account .woocommerce-MyAccount-content .order-again {
    margin: 18px 0 34px;
}

.woocommerce-account .woocommerce-MyAccount-content .order-again .button {
    margin: 0;
}

/* トップページ HERO タグ */
.ff-home-hero-tag {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin-top: 12px;
}

.ff-home-hero-tag p {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin: 0;
    padding: 5px 13px;
    border: 0;
    border-radius: 999px;
    background: rgba(90, 94, 99, 0.78);
    box-shadow: 0 6px 18px rgba(16, 24, 32, 0.18);
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    white-space: normal;
}

@media (max-width: 767px) {
    .ff-home-hero-tag {
        margin-top: 10px;
    }

    .ff-home-hero-tag p {
        min-height: 26px;
        padding: 4px 11px;
        font-size: 11px;
    }
}

/* お知らせ詳細ページ（single-news）：ヘッダー/フッターとの余白、タイトル・日付のフォントサイズ調整 */
.single-news article.ast-article-single {
    padding-top: 64px;
    padding-bottom: 64px;
}

.single-news .entry-title {
    font-size: 24px;
}

.single-news .entry-meta {
    font-size: 13px;
}

.single-news .post-navigation {
    margin-bottom: 64px;
}

@media (max-width: 767px) {
    .single-news article.ast-article-single {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .single-news .entry-title {
        font-size: 19px;
    }

    .single-news .entry-meta {
        font-size: 12px;
    }

    .single-news .post-navigation {
        margin-bottom: 40px;
    }
}
