/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.1.1770993107
Updated: 2026-02-13 23:31:47

*/

/* === EA-lab layout helpers === */
.ealab-wrap{ margin:0 auto; padding:24px; }
.ealab-wrap--wide{ max-width:1100px; }
.ealab-wrap--narrow{ max-width:860px; }

.ealab-archive-head{ margin-bottom:18px; }
.ealab-archive-title{ font-size:28px; margin:0 0 6px; }
.ealab-archive-desc{ margin:0; opacity:.8; }

.ealab-entry-head{ margin-bottom:14px; }
.ealab-entry-meta{ font-size:12px; opacity:.85; display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.ealab-entry-title{ font-size:28px; margin:10px 0 0; }
.ealab-entry-body{ line-height:1.9; }

.ealab-pill{ border:1px solid currentColor; border-radius:999px; padding:2px 8px; display:inline-flex; align-items:center; }
.ealab-badges{ display:inline-flex; gap:6px; flex-wrap:wrap; }

.ealab-muted{ opacity:.8; }
.ealab-related{ margin:0 0 14px; }
.ealab-link{ text-decoration:none; }
.ealab-back{ margin-top:18px; }

.ealab-lockbox{
  border:1px dashed #cbd5e1;
  border-radius:14px;
  padding:16px;
  margin:14px 0;
}
.ealab-lockbox__title{ margin:0 0 8px; font-size:16px; }
.ealab-lockbox__text{ margin:0; opacity:.88; }

.ealab-actions{ display:flex; gap:10px; flex-wrap:wrap; margin-top:12px; }

.ealab-audit{
  margin-top:18px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:10px;
}
.ealab-pre{
  white-space:pre;
  overflow:auto;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:10px;
}
.ealab-pagination{ margin-top:18px; }
.ealab-cards--onecol{ grid-template-columns:1fr !important; }

/* === EA-lab common UI === */
.ealab-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:10px;
  font-weight:700;
  text-decoration:none;
  line-height:1;
}
.ealab-btn--primary{ background:#111; color:#fff; }
.ealab-btn--ghost{ border:1px solid #ddd; color:#111; background:transparent; }

.ealab-header-cta{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:12px;
}
@media (max-width: 768px){
  .ealab-header-cta{ display:none; }
}

.ealab-footer{
  padding:28px 0;
  border-top:1px solid #eee;
  font-size:14px;
}
.ealab-footer__nav{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:12px;
}
.ealab-footer__nav a{ text-decoration:none; }
.ealab-footer__disclaimer{ opacity:.8; margin:0; }

.ealab-cards{ display:grid; gap:14px; margin:14px 0; }
@media(min-width:900px){ .ealab-cards{ grid-template-columns:repeat(2,minmax(0,1fr)); } }

.ealab-card{
  border:1px solid #eee;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}
.ealab-card__link{
  display:block;
  padding:16px;
  color:inherit;
  text-decoration:none;
}
.ealab-card__meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}
.ealab-card__title{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.35;
}
.ealab-card__excerpt{ margin:0; opacity:.9; }

/* === CTA block (daily page) === */
.ealab-cta{
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px;
  margin:18px 0 22px;
  background:#fff;
}
.ealab-cta h3{
  margin:0 0 8px;
  font-size:16px;
}
.ealab-cta p{
  margin:0;
  opacity:.9;
  line-height:1.7;
}
.ealab-cta__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}
.ealab-h2{ margin:18px 0 10px; font-size:18px; }

/* ===== Header: Left logo / Center menu / Right mypage ===== */
.inside-navigation{
  display:flex;
  align-items:center;
  gap:16px;
}

/* 左 */
.ealab-nav-left{
  order:0;
  display:flex;
  align-items:center;
}
.ealab-logo-link .custom-logo{
  max-height:44px;
  width:auto;
  height:auto;
}

/* 中央（GPのメニュー本体） */
.inside-navigation .main-nav{
  order:1;
  flex:1;
  display:flex;
  justify-content:center;
}

/* 右 */
.ealab-nav-right{
  order:2;
  display:flex;
  align-items:center;
  margin-left:auto;
}

.ealab-mypage-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.25);
  text-decoration:none;
  font-weight:700;
  line-height:1;
}

/* ===== FIX: header gray -> dark navy (strong override) ===== */
#site-navigation.main-navigation,
#site-navigation.main-navigation .inside-navigation{
  background: rgba(10,14,39,0.78) !important;   /* 濃いネイビー */
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

#site-navigation.main-navigation::before,
#site-navigation.main-navigation::after,
#site-navigation.main-navigation .inside-navigation::before,
#site-navigation.main-navigation .inside-navigation::after{
  background: transparent !important;
}

#site-navigation.main-navigation{
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

/* ===== Mypage button (EA-lab button style) ===== */
.ealab-btn--mypage{
  background: linear-gradient(135deg, #00d4ff 0%, #2f6bff 100%) !important;
  color:#fff !important;                 /* 文字は白 */
  border: none !important;
  padding: 12px 22px !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 30px rgba(0,212,255,0.18) !important;
}
.ealab-btn--mypage:hover{
  filter: brightness(1.08);
}
