/*
Theme Name: Gadgetbaka Mobile V1
Author: Blogbaka
Description: Mobile-first high-density news theme.
Version: 0.1.0
*/

:root{
  --text:#111;
  --muted:#6b7280;
  --line:#e5e7eb;
  --soft:#f5f6f7;
  --max:760px
}

*{box-sizing:border-box}

html{
  -webkit-text-size-adjust:100%
}

body{
  margin:0;
  background:#fff;
  color:var(--text);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Hiragino Sans",
    "Yu Gothic",
    Meiryo,
    sans-serif
}

a{
  color:inherit;
  text-decoration:none
}

img{
  display:block;
  max-width:100%
}

.gb-brand-row{
  height:48px;
  max-width:var(--max);
  margin:auto;
  padding:0 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line)
}

.gb-brand{
  font-size:20px;
  font-weight:850
}

.gb-search{
  font-size:12px;
  font-weight:700;
  color:var(--muted)
}

.gb-section-nav{
  position:sticky;
  top:0;
  z-index:1000;
  display:flex;
  justify-content:center;
  overflow-x:auto;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(8px);
  scrollbar-width:none
}

.gb-section-nav::-webkit-scrollbar{
  display:none
}

.gb-section-nav a{
  position:relative;
  min-height:36px;
  padding:0 12px;
  display:flex;
  align-items:center;
  white-space:nowrap;
  font-size:13px;
  font-weight:760
}

.gb-section-nav a[aria-current="page"]::after{
  content:"";
  position:absolute;
  left:12px;
  right:12px;
  bottom:0;
  height:2px;
  background:#111
}

.gb-main{
  max-width:var(--max);
  margin:auto
}

.gb-section-head{
  padding:10px 14px;
  border-bottom:1px solid var(--line)
}

.gb-section-head h1{
  margin:0;
  font-size:19px;
  font-weight:850
}

.gb-section-head p{
  margin:3px 0 0;
  color:var(--muted);
  font-size:12px
}

.gb-card{
  min-height:104px;
  padding:12px 14px;
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:12px;
  border-bottom:1px solid var(--line)
}

.gb-thumb,
.gb-placeholder{
  width:112px;
  height:76px;
  border-radius:2px;
  overflow:hidden;
  background:var(--soft)
}

.gb-thumb img{
  width:100%;
  height:100%;
  object-fit:cover
}

.gb-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#9ca3af;
  font-size:12px;
  font-weight:800
}

.gb-meta{
  margin-bottom:4px;
  display:flex;
  gap:8px;
  color:var(--muted);
  font-size:11px
}

.gb-section-label{
  color:#30343b;
  font-weight:800
}

.gb-card h2{
  margin:0;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  font-size:16.5px;
  line-height:1.34;
  font-weight:780;
  letter-spacing:-.01em
}

.gb-infeed-ad{
  min-height:104px;
  padding:12px 14px;
  display:flex;
  align-items:center;
  border-bottom:1px solid var(--line);
  background:#fafafa;
  color:var(--muted);
  font-size:12px
}

.gb-infeed-ad strong{
  display:block;
  font-size:11px;
  color:#4b5563
}

.gb-empty{
  padding:28px 14px;
  color:var(--muted);
  font-size:14px
}

.gb-breadcrumb{
  padding:12px 14px 0;
  color:var(--muted);
  font-size:11px
}

.gb-breadcrumb a{
  text-decoration:underline;
  text-underline-offset:2px
}

.gb-article{
  padding:0 14px 40px
}

.gb-article h1{
  margin:10px 0 8px;
  font-size:27px;
  line-height:1.35
}

.gb-date{
  margin-bottom:24px;
  color:var(--muted);
  font-size:12px
}

.gb-content{
  font-size:16px;
  line-height:1.9
}

.gb-tags{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  gap:7px
}

.gb-tag{
  padding:6px 9px;
  border:1px solid var(--line);
  border-radius:999px;
  font-size:12px
}

.gb-footer{
  max-width:var(--max);
  margin:auto;
  padding:28px 14px 44px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:11px
}

@media(min-width:768px){

  .gb-card{
    min-height:92px;
    padding:8px 14px;
    grid-template-columns:96px minmax(0,1fr);
    gap:12px
  }

  .gb-thumb,
  .gb-placeholder{
    width:96px;
    height:64px
  }

  .gb-card h2{
    -webkit-line-clamp:2;
    font-size:16px;
    line-height:1.32
  }

  .gb-infeed-ad{
    min-height:92px;
    padding:8px 14px
  }
}

@media(max-width:370px){

  .gb-section-nav a{
    padding:0 9px;
    font-size:12px
  }

  .gb-card{
    grid-template-columns:104px minmax(0,1fr);
    gap:10px;
    padding-left:12px;
    padding-right:12px
  }

  .gb-thumb,
  .gb-placeholder{
    width:104px;
    height:70px
  }

  .gb-card h2{
    font-size:16px
  }
}

/* GADGETBAKA_ARTICLE_DETAIL_VISUAL_V1_BEGIN */

.gb-breadcrumb{
  max-width:680px;
  margin:0 auto;
  padding:14px 16px 0;
  line-height:1.55
}

.gb-article{
  max-width:680px;
  margin:0 auto;
  padding:0 16px 56px
}

.gb-article h1{
  margin:12px 0 10px;
  font-size:29px;
  line-height:1.32;
  font-weight:850;
  letter-spacing:-.025em
}

.gb-date{
  margin:0 0 22px;
  padding-bottom:14px;
  border-bottom:1px solid var(--line);
  color:var(--muted);
  font-size:12px
}

.gb-content{
  font-size:16px;
  line-height:1.9;
  overflow-wrap:anywhere
}

.gb-content p{
  margin:0 0 1.45em
}

.gb-content h2{
  margin:2.05em 0 .72em;
  font-size:22px;
  line-height:1.42;
  font-weight:850;
  letter-spacing:-.018em
}

.gb-content h3{
  margin:1.8em 0 .65em;
  font-size:18.5px;
  line-height:1.48;
  font-weight:820
}

.gb-content h4{
  margin:1.6em 0 .55em;
  font-size:16.5px;
  line-height:1.5;
  font-weight:800
}

.gb-content a{
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px
}

.gb-content figure{
  margin:1.8em 0
}

.gb-content img{
  width:100%;
  height:auto;
  border-radius:2px
}

.gb-content figcaption{
  margin-top:7px;
  color:var(--muted);
  font-size:11.5px;
  line-height:1.55
}

.gb-content blockquote{
  margin:1.7em 0;
  padding:12px 14px;
  border-left:3px solid #111;
  background:#f7f7f7;
  color:#30343b
}

.gb-content blockquote p:last-child{
  margin-bottom:0
}

.gb-content ul,
.gb-content ol{
  margin:0 0 1.45em;
  padding-left:1.4em
}

.gb-content li{
  line-height:1.75
}

.gb-content li+li{
  margin-top:.35em
}

.gb-content hr{
  margin:2.2em 0;
  border:0;
  border-top:1px solid var(--line)
}

.gb-content table{
  display:block;
  max-width:100%;
  margin:1.6em 0;
  overflow-x:auto;
  border-collapse:collapse;
  white-space:nowrap
}

.gb-content th,
.gb-content td{
  padding:8px 10px;
  border:1px solid var(--line);
  font-size:14px;
  text-align:left;
  vertical-align:top
}

.gb-content th{
  background:#f7f7f7;
  font-weight:800
}

.gb-content pre{
  max-width:100%;
  margin:1.6em 0;
  padding:12px 14px;
  overflow-x:auto;
  border-radius:3px;
  background:#f6f7f8;
  font-size:13px;
  line-height:1.6
}

.gb-content code{
  font-size:.92em
}

.gb-tags{
  margin-top:34px;
  padding-top:18px;
  border-top:1px solid var(--line)
}

@media(min-width:768px){

  .gb-breadcrumb{
    padding-top:18px
  }

  .gb-article{
    padding-bottom:68px
  }

  .gb-article h1{
    margin-top:14px;
    font-size:34px;
    line-height:1.28
  }

  .gb-content{
    font-size:17px;
    line-height:1.95
  }

  .gb-content h2{
    font-size:24px
  }

  .gb-content h3{
    font-size:20px
  }
}

/* GADGETBAKA_ARTICLE_DETAIL_VISUAL_V1_END */

/* GADGETBAKA_ARTICLE_LAYOUT_FIXTURE_V1_BEGIN */

/*
Fixture only.
Visual Acceptance後にGeneral Article Standardへ昇格するまで、
通常記事には適用しない。
*/

.gb-layout-fixture{
  --gb-article-accent:#e33232;
  --gb-box:#f7f7f7;
  --gb-box-line:#dfe2e5
}

.gb-layout-fixture .gb-lead{
  margin:0 0 1.45em;
  font-size:17.5px;
  line-height:1.9;
  font-weight:520
}

.gb-layout-fixture .gb-key-points{
  margin:1.8em 0 2em;
  padding:14px 16px;
  border:1px solid var(--gb-box-line);
  background:var(--gb-box)
}

.gb-layout-fixture .gb-key-points strong{
  display:block;
  margin-bottom:7px;
  font-size:15px
}

.gb-layout-fixture .gb-key-points ul{
  margin:0;
  padding-left:1.25em
}

.gb-layout-fixture h2{
  margin:2.15em 0 .85em;
  padding:4px 0 4px 14px;
  border-left:4px solid var(--gb-article-accent);
  font-size:22px;
  line-height:1.42;
  font-weight:850;
  letter-spacing:-.018em
}

.gb-layout-fixture h3{
  margin:1.8em 0 .68em;
  font-size:18.5px;
  line-height:1.5;
  font-weight:820
}

.gb-layout-fixture .gb-media{
  margin:1.85em 0 2em
}

.gb-layout-fixture .gb-media-placeholder{
  width:100%;
  min-height:220px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:22px;
  border:1px solid #e2e2e2;
  background:
    linear-gradient(
      135deg,
      #f2f3f4 0%,
      #fafafa 48%,
      #eceeef 100%
    );
  color:#555;
  text-align:center
}

.gb-layout-fixture .gb-media-placeholder strong{
  display:block;
  margin-bottom:6px;
  font-size:17px
}

.gb-layout-fixture .gb-media-placeholder span{
  color:#777;
  font-size:12px
}

.gb-layout-fixture .gb-media-placeholder--hero{
  aspect-ratio:3/2;
  min-height:0
}

.gb-layout-fixture .gb-media-placeholder--wide{
  aspect-ratio:16/9;
  min-height:0
}

.gb-layout-fixture .gb-media-placeholder--standard{
  aspect-ratio:4/3;
  min-height:0
}

.gb-layout-fixture .gb-media-placeholder--source{
  aspect-ratio:4/3;
  min-height:0;
  border-color:#d8d8d8;
  background:#f7f7f7
}

.gb-layout-fixture .gb-media figcaption{
  margin-top:7px;
  color:var(--muted);
  font-size:11.5px;
  line-height:1.55
}

.gb-layout-fixture .gb-quote{
  position:relative;
  margin:1.8em 0;
  border:1px solid var(--gb-box-line);
  background:#fafafa
}

.gb-layout-fixture .gb-quote::before{
  content:"“";
  position:absolute;
  top:4px;
  left:12px;
  color:#d1d3d5;
  font-family:Georgia,serif;
  font-size:46px;
  line-height:1
}

.gb-layout-fixture .gb-quote p{
  margin:0
}

.gb-layout-fixture .gb-quote cite{
  display:block;
  margin-top:12px;
  color:var(--muted);
  font-style:normal
}

.gb-layout-fixture .gb-quote--primary{
  padding:30px 18px 16px;
  font-size:16px;
  line-height:1.8
}

.gb-layout-fixture .gb-quote--primary cite{
  font-size:12px
}

.gb-layout-fixture .gb-quote--evidence{
  padding:27px 16px 14px;
  color:#50545a;
  font-size:14.5px;
  line-height:1.75
}

.gb-layout-fixture .gb-quote--evidence cite{
  font-size:11.5px
}

.gb-layout-fixture .gb-article-note{
  margin:1.6em 0;
  padding:12px 14px;
  border-left:3px solid #a7abb0;
  background:#f7f7f7;
  font-size:14px;
  line-height:1.75
}

.gb-layout-fixture .gb-spec-wrap{
  max-width:100%;
  margin:1.6em 0 2em;
  overflow-x:auto
}

.gb-layout-fixture .gb-spec-wrap table{
  display:table;
  width:100%;
  min-width:560px;
  margin:0;
  white-space:normal
}

.gb-layout-fixture .gb-source-list{
  margin:2.25em 0 0;
  padding-top:18px;
  border-top:1px solid var(--line)
}

.gb-layout-fixture .gb-source-list h2{
  margin-top:0
}

.gb-layout-fixture .gb-source-list li{
  margin-bottom:.8em;
  font-size:14px
}

.gb-layout-fixture .gb-source-meta{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:11.5px;
  line-height:1.5
}

.gb-layout-fixture .gb-related{
  margin:2.1em 0;
  padding:14px 16px;
  border:1px solid var(--line)
}

.gb-layout-fixture .gb-related strong{
  display:block;
  margin-bottom:8px
}

.gb-layout-fixture .gb-related a{
  display:block;
  padding:5px 0
}

.gb-layout-fixture .gb-article-ad{
  margin:2em 0;
  min-height:96px;
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  background:#fafafa;
  color:var(--muted);
  text-align:center;
  font-size:12px
}

.gb-layout-fixture .gb-article-ad strong{
  display:block;
  margin-bottom:4px;
  color:#4b5563;
  font-size:11px
}

@media(min-width:768px){

  .gb-layout-fixture .gb-lead{
    font-size:18px
  }

  .gb-layout-fixture h2{
    font-size:24px
  }

  .gb-layout-fixture h3{
    font-size:20px
  }

  .gb-layout-fixture .gb-quote--primary{
    font-size:16.5px
  }

  .gb-layout-fixture .gb-quote--evidence{
    font-size:15px
  }
}

/* GADGETBAKA_ARTICLE_LAYOUT_FIXTURE_V1_END */

/* GADGETBAKA_EVIDENCE_QUOTE_LOW_PROMINENCE_V1_BEGIN */

/*
⭐️証拠引用⭐️
本文ですでに説明した内容の原文確認用。
重要引用より明確に弱く・小さく・コンパクトに表示する。
*/

.gb-layout-fixture .gb-quote--evidence{
  min-height:0;
  margin:1.05em 0;
  padding:11px 13px 10px;
  border:0;
  border-left:2px solid #d7dade;
  background:#fbfbfb;
  color:#737982;
  font-size:13px;
  line-height:1.62;
  font-weight:400
}

.gb-layout-fixture .gb-quote--evidence::before{
  display:none
}

.gb-layout-fixture .gb-quote--evidence p{
  margin:0
}

.gb-layout-fixture .gb-quote--evidence cite{
  margin-top:6px;
  color:#989da5;
  font-size:10.5px;
  line-height:1.45;
  font-style:normal
}

@media(min-width:768px){

  .gb-layout-fixture .gb-quote--evidence{
    padding:12px 14px 11px;
    font-size:13.5px
  }

  .gb-layout-fixture .gb-quote--evidence cite{
    font-size:11px
  }
}

/* GADGETBAKA_EVIDENCE_QUOTE_LOW_PROMINENCE_V1_END */

/* GADGETBAKA_ARTICLE_END_DISCOVERY_V1_BEGIN */

/*
Fixture only:
関連記事 → 情報源 → SNS共有 → 次に読む → 最新記事
*/

.gb-layout-fixture .gb-end-discovery{
  margin-top:2.35em
}

.gb-layout-fixture .gb-end-section{
  margin:2.05em 0 0;
  padding-top:18px;
  border-top:1px solid var(--line)
}

.gb-layout-fixture .gb-end-title{
  margin:0 0 12px;
  padding:0;
  border:0;
  font-size:18px;
  line-height:1.45;
  font-weight:820
}

.gb-layout-fixture .gb-related-list{
  display:grid;
  gap:8px
}

.gb-layout-fixture .gb-related-item{
  display:block;
  padding:12px 13px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:inherit;
  text-decoration:none
}

.gb-layout-fixture .gb-related-item small{
  display:block;
  margin-bottom:3px;
  color:var(--muted);
  font-size:10.5px
}

.gb-layout-fixture .gb-related-item strong{
  display:block;
  font-size:14px;
  line-height:1.48
}

.gb-layout-fixture .gb-share-note{
  margin:0 0 10px;
  color:var(--muted);
  font-size:12px
}

.gb-layout-fixture .gb-share-row{
  display:flex;
  flex-wrap:wrap;
  gap:7px
}

.gb-layout-fixture .gb-share-chip{
  min-width:56px;
  padding:8px 11px;
  border:1px solid #d9dce0;
  border-radius:999px;
  background:#fff;
  color:#4f555c;
  font-size:12px;
  line-height:1;
  text-align:center
}

.gb-layout-fixture .gb-next-list{
  display:grid;
  gap:0;
  border-top:1px solid var(--line)
}

.gb-layout-fixture .gb-next-item{
  display:block;
  padding:13px 2px;
  border-bottom:1px solid var(--line);
  color:inherit;
  text-decoration:none
}

.gb-layout-fixture .gb-next-item small{
  display:block;
  margin-bottom:3px;
  color:var(--muted);
  font-size:10.5px
}

.gb-layout-fixture .gb-next-item strong{
  display:block;
  font-size:14.5px;
  line-height:1.5
}

.gb-layout-fixture .gb-latest-list{
  margin:0;
  padding:0;
  list-style:none
}

.gb-layout-fixture .gb-latest-list li{
  margin:0;
  border-bottom:1px solid var(--line)
}

.gb-layout-fixture .gb-latest-list a{
  display:block;
  padding:10px 1px;
  color:inherit;
  font-size:13px;
  line-height:1.5;
  text-decoration:none
}

.gb-layout-fixture .gb-latest-list time{
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:10px
}

.gb-layout-fixture .gb-article-ad--compact{
  margin:2.1em 0;
  min-height:88px
}

/* GADGETBAKA_ARTICLE_END_DISCOVERY_V1_END */

/* GADGETBAKA_SEARCH_UI_V1_BEGIN */

.gb-search-menu{
  position:relative;
  margin:0
}

.gb-search-menu summary{
  list-style:none;
  cursor:pointer
}

.gb-search-menu summary::-webkit-details-marker{
  display:none
}

.gb-search-form{
  position:absolute;
  top:50%;
  right:-2px;
  transform:translateY(-50%);
  z-index:2200;
  width:min(300px,calc(100vw - 28px));
  padding:4px;
  display:flex;
  gap:6px;
  border:1px solid var(--line,#ddd);
  border-radius:6px;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.12)
}

.gb-search-form input[type="search"]{
  min-width:0;
  flex:1;
  height:34px;
  padding:0 9px;
  border:1px solid #cfd3d8;
  border-radius:4px;
  background:#fff;
  color:var(--text,#111);
  font:inherit;
  font-size:16px
}

.gb-search-form button{
  height:34px;
  padding:0 12px;
  border:1px solid #111;
  border-radius:4px;
  background:#111;
  color:#fff;
  font:inherit;
  font-size:12px;
  font-weight:760;
  cursor:pointer
}

.gb-sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

/* 
.gb-search-menu[open]{
  z-index:2200
}
GADGETBAKA_SEARCH_UI_V1_END */

/* GADGETBAKA_BOOKMARK_STAR_V1_BEGIN */

.gb-section-description-row{
  display:flex;
  align-items:center;
  gap:8px
}

.gb-section-description-row > p{
  flex:1;
  min-width:0;
  margin-right:auto
}

.gb-home-bookmark-row{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  min-height:30px
}

.gb-bookmark-star{
  flex:0 0 auto;
  margin-left:auto;
  padding:3px 1px;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  font-size:20px;
  line-height:1;
  cursor:pointer;
  -webkit-appearance:none;
  appearance:none
}

/* GADGETBAKA_BOOKMARK_STAR_V1_END */

/* GADGETBAKA_BOOKMARK_HEADER_SECTION_AWARE_V2_BEGIN */

.gb-header-actions{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px
}

.gb-header-actions .gb-bookmark-star{
  margin-left:0;
  color:inherit
}

.gb-header-bookmark-star{
  flex:0 0 auto
}

/* GADGETBAKA_BOOKMARK_HEADER_SECTION_AWARE_V2_END */

/* GADGETBAKA_SEARCH_TAP_HIGHLIGHT_GUARD_V1_BEGIN */

body.gb-search-overlay-open a,
body.gb-search-overlay-open button,
body.gb-search-overlay-open summary {
  -webkit-tap-highlight-color: transparent
}

/* GADGETBAKA_SEARCH_TAP_HIGHLIGHT_GUARD_V1_END */

/* GADGETBAKA_PAGINATION_V2_BEGIN */

.gb-pagination{
  padding:22px 12px 8px
}

.gb-pagination ul.page-numbers{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:4px;
  margin:0;
  padding:0;
  list-style:none
}

.gb-pagination li{
  margin:0;
  padding:0
}

.gb-pagination a.page-numbers,
.gb-pagination span.page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:32px;
  height:32px;
  padding:0 8px;
  border-radius:8px;
  color:var(--muted);
  font-size:13px;
  line-height:1;
  text-decoration:none
}

.gb-pagination a.page-numbers:hover{
  background:#f5f5f5;
  color:var(--text)
}

.gb-pagination .page-numbers.current{
  background:#f0f1f2;
  color:var(--text);
  font-weight:650
}

.gb-pagination .page-numbers.dots{
  min-width:20px;
  padding:0
}

/* GADGETBAKA_PAGINATION_V2_END */

/* GADGETBAKA_404_ROUTE_STYLE_V2_BEGIN */

.gb-not-found{
  padding:42px 20px 54px;
  text-align:center
}

.gb-not-found h1{
  margin:0 0 12px;
  font-size:20px;
  line-height:1.45
}

.gb-not-found p{
  margin:0 auto 22px;
  max-width:34em;
  color:var(--muted);
  font-size:14px;
  line-height:1.7
}

.gb-not-found-home{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border:1px solid #d9d9d9;
  border-radius:10px;
  color:var(--text);
  font-size:14px;
  text-decoration:none
}

.gb-not-found-inline{
  padding-top:30px
}

/* GADGETBAKA_404_ROUTE_STYLE_V2_END */

/* GADGETBAKA_STATIC_PUBLICATION_PAGES_STYLE_V1_BEGIN */

.gb-static-page{
  max-width:760px;
  margin:0 auto;
  padding:30px 18px 54px
}

.gb-static-page h1{
  margin:0 0 24px;
  font-size:25px;
  line-height:1.45
}

.gb-static-page-content{
  font-size:16px;
  line-height:1.9
}

.gb-static-page-content h2{
  margin:2.1em 0 .7em;
  font-size:20px;
  line-height:1.5
}

.gb-static-page-content p{
  margin:0 0 1.35em
}

.gb-footer-links{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:5px;
  margin:0 0 16px;
  font-size:12px;
  line-height:1.8;
  text-align:center
}

.gb-footer-links a{
  color:inherit;
  text-decoration:none
}

.gb-footer-links a:hover{
  text-decoration:underline
}

.gb-footer-copy{
  margin:0;
  font-size:12px;
  line-height:1.6;
  text-align:center
}

/* GADGETBAKA_STATIC_PUBLICATION_PAGES_STYLE_V1_END */

/* GADGETBAKA_DUAL_ARTICLE_SHARE_STYLE_V1_BEGIN */

.gb-article-share{
  color:var(--text)
}

.gb-article-share--upper{
  margin:-.7em 0 1.65em;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px
}

.gb-article-share-label{
  flex:0 0 auto;
  color:var(--muted);
  font-size:11px;
  line-height:1
}

.gb-article-share-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px
}

.gb-article-share-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 11px;
  border:1px solid #d9dce0;
  border-radius:999px;
  background:#fff;
  color:#4f555c;
  font-size:12px;
  line-height:1
}

.gb-article-share--upper
.gb-article-share-chip{
  min-height:28px;
  padding:0 9px;
  font-size:11.5px
}

.gb-article-share--lower{
  margin:2.05em 0 0;
  padding-top:18px;
  border-top:1px solid var(--line)
}

.gb-article-share-title{
  margin:0 0 12px !important;
  padding:0 !important;
  border:0 !important;
  font-size:18px !important;
  line-height:1.45 !important;
  font-weight:820 !important
}

.gb-article-share-note{
  margin:0 0 10px !important;
  color:var(--muted);
  font-size:12px !important;
  line-height:1.6
}

@media(min-width:768px){
  .gb-article-share--upper{
    gap:9px
  }
}

/* GADGETBAKA_DUAL_ARTICLE_SHARE_STYLE_V1_END */

/* GADGETBAKA_FEATURED_ARTICLE_PRIMARY_STYLE_V1_BEGIN */

.gb-article-featured{
  margin:18px 0 14px;
  overflow:hidden;
  border-radius:10px;
  background:var(--soft)
}

.gb-article-featured-image{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:3/2;
  object-fit:cover
}

.gb-article-featured
+ .gb-article-share--upper{
  margin:0 0 1.35em
}

/* GADGETBAKA_FEATURED_ARTICLE_PRIMARY_STYLE_V1_END */

/* GADGETBAKA_IN_ARTICLE_AD_FOUNDATION_V1_BEGIN */

.gb-article .gb-article-ad{
  margin:2.1em 0;
  min-height:88px;
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  background:#fafafa;
  color:var(--muted);
  text-align:center;
  font-size:12px
}

.gb-article .gb-article-ad strong{
  display:block;
  margin-bottom:4px;
  color:#4b5563;
  font-size:11px
}

.gb-article .gb-article-ad--compact{
  min-height:88px
}

/* GADGETBAKA_IN_ARTICLE_AD_FOUNDATION_V1_END */

/* GADGETBAKA_LEAD_STORY_V1_BEGIN */

.gb-thumb{
  display:block
}

.gb-thumb img{
  display:block
}

.gb-card--lead{
  min-height:0;
  padding:14px;
  display:block
}

.gb-card--lead > a:first-child{
  display:block
}

.gb-card--lead .gb-thumb,
.gb-card--lead .gb-placeholder{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  border-radius:8px;
  overflow:hidden
}

.gb-card--lead .gb-thumb{
  display:block
}

.gb-card--lead .gb-placeholder{
  display:flex
}

.gb-card--lead .gb-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover
}

.gb-card--lead > div{
  margin-top:10px
}

.gb-card--lead .gb-meta{
  margin-bottom:6px;
  font-size:12px
}

.gb-card--lead h2{
  -webkit-line-clamp:3;
  font-size:22px;
  line-height:1.3;
  font-weight:820
}

@media(min-width:768px){

  .gb-card--lead{
    padding:16px 14px 18px
  }

  .gb-card--lead h2{
    font-size:24px;
    line-height:1.28
  }
}

/* GADGETBAKA_LEAD_STORY_V1_END */

/* GADGETBAKA_HOME_SEMANTIC_H1_V1_BEGIN */

.gb-home-title-sr{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

/* GADGETBAKA_HOME_SEMANTIC_H1_V1_END */

/* GADGETBAKA_PROMOTION_BLOCK_V1_BEGIN */

.gb-content .gb-promotion-card{
  margin:1.9em 0;
  padding:14px;
  border:1px solid #d9dce0;
  border-radius:10px;
  background:#fafafa
}

.gb-content .gb-promotion-kicker{
  margin:0 0 7px;
  color:#666c73;
  font-size:11px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.025em
}

.gb-content .gb-promotion-title{
  margin:0 0 9px;
  font-size:17px;
  line-height:1.45;
  font-weight:820
}

.gb-content .gb-promotion-price-row{
  margin:0 0 10px;
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:5px 10px
}

.gb-content .gb-promotion-price{
  font-size:23px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:-.015em
}

.gb-content .gb-promotion-compare{
  color:var(--muted);
  font-size:12px;
  line-height:1.45
}

.gb-content .gb-promotion-note{
  margin:0 0 12px;
  color:var(--muted);
  font-size:12px;
  line-height:1.65
}

.gb-content .gb-promotion-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 15px;
  border:1px solid #111;
  border-radius:8px;
  background:#111;
  color:#fff;
  font-size:13px;
  line-height:1.2;
  font-weight:800;
  text-decoration:none
}

.gb-content .gb-promotion-disclosure{
  margin:9px 0 0;
  color:var(--muted);
  font-size:10.5px;
  line-height:1.55
}

/* GADGETBAKA_PROMOTION_BLOCK_V1_END */

/* BLOGBKA_EXTERNAL_VISUAL_MANIFEST_THEME_V1 */
.blogbaka-external-visual-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.blogbaka-external-visual-disclosure {
  max-width: 760px;
  margin: 24px auto 0;
  padding: 0 16px 24px;
  font-size: 11px;
  line-height: 1.6;
  color: #666;
}

/*
================================================================
GADGETBAKA_CARD_WIDE_CLICK_AND_EVIDENCE_COMPACT_V4_BEGIN
================================================================
*/

.gb-card[data-card-click="v4"]{
  cursor:pointer;
  touch-action:manipulation;
}

/*
 * Evidence Quote only.
 * Existing body typography remains unchanged.
 */
.gb-layout-fixture
.gb-quote--evidence
.gb-evidence-quote-label-v4{
  font-size:10.5px;
  line-height:1.45;
  font-weight:600;
  color:#989da5;
  opacity:.88;
  white-space:nowrap;
}

.gb-layout-fixture
.gb-quote--evidence
.gb-evidence-source-label-v4{
  font-size:10px;
  line-height:1.45;
  font-weight:600;
  color:#989da5;
  opacity:.88;
  white-space:nowrap;
}

@media(min-width:768px){

  .gb-layout-fixture
  .gb-quote--evidence
  .gb-evidence-quote-label-v4{
    font-size:11px;
  }

  .gb-layout-fixture
  .gb-quote--evidence
  .gb-evidence-source-label-v4{
    font-size:10.5px;
  }
}

/*
================================================================
GADGETBAKA_CARD_WIDE_CLICK_AND_EVIDENCE_COMPACT_V4_END
================================================================
*/

/*
================================================================
GB_FOOTER_SECTION_NAV_STYLE_V2_BEGIN
================================================================
*/

.gb-footer-section-nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:8px 16px;
  margin:0 auto 24px;
  padding:0;
  font-size:13px;
  line-height:1.5;
  text-align:center;
}

.gb-footer-section-nav a{
  color:inherit;
  text-decoration:none;
  white-space:nowrap;
}

.gb-footer-section-nav a:hover,
.gb-footer-section-nav a:focus-visible{
  text-decoration:underline;
}

/*
================================================================
GB_FOOTER_SECTION_NAV_STYLE_V2_END
================================================================
*/

