/*
Theme Name: GadgetView White Green Black
Theme URI: https://example.com/gadgetview
Author: Editorial Studio
Description: Original responsive WordPress theme with a pure white background, green chips and black typography. Layout and functionality unchanged.
Version: 2.1.5.39
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: gadgetview
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


/* Post date and author meta on home/category cards */
.post-meta-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 5px;
}
.post-meta-line .meta-sep {
  opacity: .75;
}
.post-meta-line .post-author,
.post-meta-line .post-author a {
  color: inherit;
  font-size: inherit;
}
.post-meta-line .post-author a {
  text-decoration: none;
}
.post-meta-line .post-author a:hover {
  color: var(--accent, #15803d);
}

/* Unified date + author typography on post cards */
.post-meta-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--muted);
}
.post-meta-line > time,
.post-meta-line > span,
.post-meta-line .post-author,
.post-meta-line .post-author a {
  margin: 0;
  padding: 0;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  text-transform: none;
  letter-spacing: normal;
}
.post-meta-line .post-author a:hover {
  color: var(--accent, #15803d) !important;
}


/* v1.4.9: exact date → small gap → author layout on home and category cards */
.post-meta-line{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:0 !important;
  font-family:inherit !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1.4 !important;
  color:var(--muted) !important;
}
.post-meta-line > time,
.post-meta-line > .post-author,
.post-meta-line > .post-author a{
  display:inline !important;
  margin:0 !important;
  padding:0 !important;
  font:inherit !important;
  line-height:inherit !important;
  color:inherit !important;
  text-transform:none !important;
  letter-spacing:normal !important;
  text-decoration:none !important;
}
.post-meta-line > time + .post-author{
  margin-left:12px !important;
}
.post-meta-line > time + .post-author::before,
.post-meta-line > span:first-child + .post-author::before{
  content:none !important;
  display:none !important;
}
.post-meta-line .meta-sep{display:none !important;}
.post-meta-line .post-author a:hover{color:var(--accent,#15803d) !important;}


/* v1.5.0: author — date format on home/category/archive cards */
.post-meta-line{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:0 !important;
}
.post-meta-line .post-author,
.post-meta-line > time,
.post-meta-line .post-author a,
.post-meta-line .meta-sep{
  font:inherit !important;
  color:inherit !important;
  line-height:inherit !important;
  text-decoration:none !important;
}
.post-meta-line .post-author{
  display:inline-flex !important;
  align-items:center !important;
}
.post-meta-line .meta-sep{
  display:inline-block !important;
  margin:0 8px !important;
  opacity:.9;
}
.post-meta-line .post-author a:hover{color:var(--accent,#15803d) !important;}


/* v1.5.1: date first, then small double-gap, then author on cards */
.post-meta-line{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:0 !important;
}
.post-meta-line > time,
.post-meta-line > .post-author,
.post-meta-line > .post-author a{
  display:inline !important;
  margin:0 !important;
  padding:0 !important;
  font:inherit !important;
  color:inherit !important;
  line-height:inherit !important;
  text-decoration:none !important;
}
.post-meta-line > .meta-gap{
  display:inline-block !important;
  width:22px !important;
  min-width:22px !important;
  height:1px !important;
  flex:0 0 22px !important;
}
.post-meta-line .meta-sep{display:none !important;}
.post-meta-line .post-author a:hover{color:var(--accent,#15803d) !important;}


/* v1.5.2: clearly visible double spacing between date and author */
.post-meta-line > .meta-gap{
  width:22px !important;
  min-width:22px !important;
  flex:0 0 22px !important;
}


/* v1.5.3: exactly two non-breaking spaces between date and author */
.post-meta-line > .meta-gap{
  display:inline !important;
  width:auto !important;
  min-width:0 !important;
  height:auto !important;
  flex:none !important;
  margin:0 !important;
  padding:0 !important;
}


/* v1.5.9: second home banner before footer */
.home-ad-banner-wrap-secondary{margin-top:36px;margin-bottom:8px;}


/* v1.6.0: smaller gap between bottom banner and footer on home */
.home-shell.home-shell-tight-bottom{padding-bottom:14px !important;}
.home-ad-banner-wrap-secondary{margin-top:28px !important;margin-bottom:0 !important;}
.home-shell.home-shell-tight-bottom + .site-footer{margin-top:8px !important;}


/* v1.7.9 — compact spacing: about 1–2 spaces only */
.post-meta-line.gv-meta-fixed{
  column-gap:7px !important;
}
.post-meta-line.gv-meta-fixed > .meta-item{
  gap:3px !important;
}
@media(max-width:1180px){
  .post-meta-line.gv-meta-fixed{column-gap:6px !important;}
  .post-meta-line.gv-meta-fixed > .meta-item{gap:3px !important;}
}
@media(max-width:620px){
  .post-meta-line.gv-meta-fixed{column-gap:6px !important;}
}


/* v1.8.0 — tight visible spacing between date / author / comments and remove the word read */


/* v1.8.1 — literal two-space separators between metadata groups */
.post-meta-line.gv-meta-fixed{column-gap:0 !important;}
.post-meta-line.gv-meta-fixed > .gv-real-space{display:inline !important; flex:none !important; margin:0 !important; padding:0 !important;}


/* v1.8.2 — visible compact spacing between metadata groups */
.post-meta-line.gv-meta-fixed{column-gap:0 !important;}
.post-meta-line.gv-meta-fixed > .meta-date{margin-left:0 !important;}
.post-meta-line.gv-meta-fixed > .meta-author,
.post-meta-line.gv-meta-fixed > .meta-comments,
.post-meta-line.gv-meta-fixed > .meta-reading{margin-left:8px !important;}
.post-meta-line.gv-meta-fixed > .meta-item{gap:3px !important;}


/* v1.8.3 — match supplied reference: clear group spacing and compact icon-to-text spacing */
.post-meta-line.gv-meta-fixed{column-gap:0 !important;}
.post-meta-line.gv-meta-fixed > .meta-date{margin-left:0 !important;}
.post-meta-line.gv-meta-fixed > .meta-author,
.post-meta-line.gv-meta-fixed > .meta-comments,
.post-meta-line.gv-meta-fixed > .meta-reading{margin-left:14px !important;}
.post-meta-line.gv-meta-fixed > .meta-item{gap:6px !important;}
@media(max-width:1180px){
  .post-meta-line.gv-meta-fixed > .meta-author,
  .post-meta-line.gv-meta-fixed > .meta-comments,
  .post-meta-line.gv-meta-fixed > .meta-reading{margin-left:11px !important;}
  .post-meta-line.gv-meta-fixed > .meta-item{gap:5px !important;}
}


/* v1.8.4 — explicit icon-to-text space in meta row */


/* v1.8.5 — compact sane meta spacing */


/* v1.8.6 — exact icon/text/meta spacing */


/* v1.8.7 — meta row rebuilt with meta-pair spans for reliable spacing */


/* v1.8.8 — exact meta rhythm: icon 5px text 7px next icon */

/* v1.8.9 — literal 5px/7px spacer elements in card metadata */


/* v1.9.0 — organic emoji-based meta row for all category cards */


/* v1.9.1 — photo cards meta row made more organic with extra right breathing room */


/* v1.9.2 — reading time on cards uses compact Xm format */


/* v1.9.3 — variant 2 rounded modern meta icons: lime icons, white text */


/* v1.9.4 — keep meta chips inside photo cards without drifting */


/* v1.9.5 — regular category cards use a compact 2x2 meta grid so chips always fit inside the block */


/* v1.9.6 — regular category cards meta row forced into a single compact line */


/* v1.9.7 — full publication date on every category card; only author may shrink */


/* v1.9.8 — larger one-row category meta while keeping full date inside card */


/* v1.9.9 — category-card meta chips show full date and full author, stay inside the card, and each icon+text remains inside its own background chip */


/* v2.0.0 — responsive category meta chips for desktop/tablet/mobile */


/* v2.0.1 — comments and reading chips auto-grow with their values */


/* v2.0.2 — category card meta chips in two rows with larger text/icons */


/* v2.0.3 — hero/top photo cards use the same two-row meta-chip layout as category cards */


/* v2.0.4 — hero photo-card meta chips aligned in a clean 2x2 grid with larger text */


/* v2.0.5 — hero meta chips fixed: exactly 4 chips, text always stays inside each chip */


/* v2.0.6 — top/hero chips forced to use exactly the same layout and sizes as category-card chips */


/* v2.0.7 — top five hero cards use exactly four equal chip boxes in a 2x2 grid */


/* v2.0.8 — removed meta chips from top hero blocks only */


/* v2.0.9 — top hero blocks use the same 4-chip meta style as Category blocks */


/* v2.1.0 — remove all chip styling from metadata across the theme */


/* v2.1.1 — responsive homepage metadata chips */


/* v2.1.2 — homepage meta chips without background */


/* v2.1.3 — smaller gap between author icon and author name */


/* v2.1.4.99 — only Date and Author chips, placed on article photos */


/* v2.1.4.99-nc — all metadata chips disabled */


/* v2.1.4.99 — added "Latest News" block under the footer banner */


/* v2.1.4.99 — hero cards only use posts with featured images */


/* v2.1.4.99 — removed the "Latest News" block under the banner */


/* v2.1.4.99 — all user-facing theme strings converted to English */


/* v2.1.4.99 — complete English-language cleanup */


/* v2.1.4.99 — reduced extra space before footer on Single and Category pages */


/* v2.1.4.99 — moved single post meta/share block below the featured image */


/* v2.1.4.99 — single post meta typography matches article text, share block unchanged */


/* v2.1.4.99 — default header/footer logos added, socials updated to Facebook, X, Insta, Telegram, WhatsApp */


/* v2.1.4.99 — homepage header socials and footer socials switched to themed SVG icons */


/* v2.1.4.99 — header social icons now use the same style as footer icons */


/* v2.1.4.99 — footer social icon size matched to main menu font size */


/* v2.1.4.99 — social icon outer circles reduced to match main menu size */


/* v2.1.4.99 — header and footer social icons are white by default and lime on hover */


/* v2.1.4.99 — added informational gambling / responsible gambling footer notice */


/* v2.1.4.99 — compact footer columns and responsible gambling notice moved under footer logo */


/* v2.1.4.99 — footer brand column order: logo, intro text, 18+ notice, social icons */


/* v2.1.4.99 — footer logo replaced with new SG symbol on site-themed dark background */


/* v2.1.4.99 — footer logo replaced with clean symbol only, no text */


/* v2.1.4.99 — header and footer use the same logo file and the same logo size */


/* v2.1.4.99 — desktop menu and social controls vertically aligned with logo text */


/* v2.1.4.99 — replaced HOME menu text with lime home icon */


/* v2.1.4.99 — align HOME icon on the same level as the rest of the menu */


/* v2.1.4.99 — HOME icon slightly larger; Sport/Game/Fun unchanged */


/* v2.1.4.99 — mobile-only menu left aligned with social icons below */


/* v2.1.4.99 — force mobile opened menu left aligned with social icons underneath */


/* v2.1.4.99 — Kotaku-inspired mobile slide-out menu, without extra mode/utility blocks */


/* v2.1.4.99 — final mobile-only drawer: responsible gambling notice + desktop-style social icons */


/* v2.1.4.99 — mobile drawer fixed block + lime filled social icons */


/* v2.1.4.99 — fixed mobile hamburger menu double-toggle conflict */


/* v2.1.4.99 — lock mobile page scroll while burger menu is open */


/* v2.1.4.99 — mobile drawer locks page scroll until X is pressed; X closes and restores scroll */


/* v2.1.4.99 — restored mobile drawer interactivity: clickable menu items and working close button */


/* v2.1.4.99 — mobile drawer remains visually identical but all controls are truly clickable */


/* v2.1.4.99 — mobile drawer stays fully bright immediately after opening */


/* v2.1.4.99 — desktop footer Follow us label above social icons */


/* v2.1.4.99 — advertisement banners rendered as image assets, not selectable text */


/* v2.1.4.99 — two independent advertisement banner image paths */


/* v2.1.4.99 — ad banners load from wp-content/uploads */


/* v2.1.4.99 — desktop footer social icons match header social icons */


/* v2.1.4.99 — desktop header social icons match footer social icons */


/* v2.1.4.99 — publication date + author chips only */


/* v2.1.4.99 — Home only: category name directly before post chips */


/* v2.1.4.99 — chips only: adaptive single-row layout */


/* v2.1.4.99 — chips only: modern borderless inline date + author */


/* v2.1.4.99 — manual 24h pinned Top 5 block */


/* v2.1.4.99 — Home: Technology block now shows Sport posts; Banner 2 moved directly after Sport block */


/* v2.1.4.99 — Home: Gadgets section now shows Games category posts */


/* v2.1.4.99 — Home: Smartphones section replaced with Fun; Fun shows 12 posts */


/* v2.1.4.99 — Home: Apps section removed */


/* v2.1.4.99 — reduced Home content-to-footer gap */


/* v2.1.4.99 — footer left intro text matches right intro text size */


/* v2.1.4.99 — interactive footer Subscribe button hover */


/* v2.1.4.99 — footer Subscribe button pulse + press, original color preserved */


/* v2.1.4.99 — footer subscribe button hover/press refined */


/* v2.1.4.99 — subscribe button press effect only */


/* v2.1.4.99 — fixed pre-footer newsletter banner; footer 4th column forced empty */


/* v2.1.4.99 — footer: Trending removed/empty; socials moved to right block and enlarged */


/* v2.1.4.99 — footer Follow us matches Explore; socials fit one row */


/* v2.1.4.99 — configurable extra footer menu */


/* v2.1.4.99 — larger/more visible pre-footer Subscribe text */


/* v2.1.4.99 — Home icon no longer depends on a WordPress Home page/menu item */


/* v2.1.4.99 — category top area: 2 blocks (1 large + 3 compact) */


/* v2.1.4.99 — category top area: two equal large article blocks */


/* v2.1.4.99 — categories: 10 posts initially + Show more articles AJAX button */


/* v2.1.4.99 — category Show More Articles button always visible */


/* v2.1.4.99 — hide Show More Articles button when no more posts remain */


/* v2.1.4.99 — category-only 320x640 sidebar ad banner */


/* v2.1.4.99 — footer Explore category menu font size only */


/* v2.1.4.99 — footer Explore links equal size and bold */


/* v2.1.4.99 — header social icons slightly larger/sharper */


/* v2.1.4.99 — desktop header social glyphs 20px; search glyph 2x larger */


/* v2.1.4.99 — desktop header icons centered; social borders white */


/* v2.1.4.99 — desktop header: lime social borders/icons, centered search glyph */


/* v2.1.4.99 — desktop header: FB/WhatsApp larger and centered, Telegram centered */


/* v2.1.4.99 — larger/taller newsletter signup block */


/* v2.1.4.99 — footer responsible gambling text matches intro text size */


/* v2.1.4.99 — footer Follow us matches Explore/Quick Links size, regular weight */


/* v2.1.4.99 — footer Follow us bold */


/* v2.1.4.99 — Explore / Quick Links / Follow Us same size, regular weight */


/* v2.1.4.99 — category sidebar banner also shown on Single posts */


/* v2.1.4.99 — sidebar ad works on Category + every Single post */


/* v2.1.4.99 — newsletter typed email matches placeholder styling */


/* v2.1.4.99 — Single post meta/share text uses article font */

/* v2.1.4.99 — Single meta/share sizes exactly match article typography */


/* v2.1.4.99 — connect existing newsletter form to MC4WP Custom integration */
