/*
Theme Name: Ativakey Child
Theme URI: https://premiumlicensekeys.com
Description: Ativakey Child Theme
Author: Premium License Keys
Template: flatsome
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ═══════════════════════════════════════════════════════
   PLK HOMEPAGE  –  Ativakey-inspired layout
   ═══════════════════════════════════════════════════════ */

/* ── reset / tokens ─────────────────────────────────── */
:root {
  --plk-blue:       #0F62FE;
  --plk-blue-dark:  #0b52d8;
  --plk-blue-light: #f0f5ff;
  --plk-green:      #10b981;
  --plk-red:        #ef4444;
  --plk-text:       #0B2545;
  --plk-muted:      #475569;
  --plk-border:     #e2e8f0;
  --plk-bg:         #f8fafc;
  --plk-white:      #ffffff;
  --plk-radius:     14px;
  --plk-shadow:     0 8px 30px rgba(11, 37, 69, 0.04);
  --plk-shadow-lg:  0 20px 40px rgba(11, 37, 69, 0.08);
  --plk-transition: .3s cubic-bezier(0.25, 1, 0.5, 1);
}

#plk-home { 
  font-family: 'Inter', -apple-system, sans-serif; 
  color: var(--plk-text); 
  background-color: var(--plk-bg);
}
#plk-home *, #plk-home *::before, #plk-home *::after { box-sizing: border-box; }

.plk-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.plk-center { text-align: center; }

/* ── headings ───────────────────────────────────────── */
#plk-home h1, #plk-home h2, #plk-home h3, #plk-home h4 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--plk-text);
}

/* ── buttons ─────────────────────────────────────────── */
.plk-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: background var(--plk-transition), transform var(--plk-transition), box-shadow var(--plk-transition);
  white-space: nowrap;
  font-family: 'Outfit', sans-serif;
}
.plk-btn--primary {
  background: linear-gradient(135deg, #0F62FE 0%, #0b52d8 100%);
  color: var(--plk-white);
  padding: 16px 36px;
  box-shadow: 0 8px 24px rgba(15, 98, 254, 0.3);
  position: relative;
  overflow: hidden;
}
.plk-btn--primary::after {
  content: '';
  position: absolute;
  top: 0; left: -50%;
  width: 200%; height: 100%;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.15), transparent);
  transform: skewX(-25deg);
  transition: 0.75s;
}
.plk-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(15, 98, 254, 0.45);
  color: #fff;
}
.plk-btn--primary:hover::after {
  left: 120%;
  transition: all 0.75s cubic-bezier(0.3, 1, 0.2, 1);
}
.plk-btn--cart {
  background: var(--plk-blue-light);
  color: var(--plk-blue);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 12px;
  flex-shrink: 0;
}
.plk-btn--cart:hover {
  background: var(--plk-blue);
  color: #fff;
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 6px 18px rgba(15, 98, 254, 0.25);
}

/* ── FLATSOME TOP BAR (1ST BAR) ──────────────────────── */
#top-bar, .header-top {
  background-color: #071a33 !important;
}
#top-bar a, .header-top a {
  color: rgba(255, 255, 255, 0.75) !important;
  transition: color 0.15s ease !important;
}
#top-bar a:hover, .header-top a:hover {
  color: #fff !important;
}
#top-bar .uppercase, .header-top .uppercase, #top-bar strong, .header-top strong {
  color: #fff !important;
}

/* ── PLK CUSTOM TOP BAR (2ND BAR) ────────────────────── */
.plk-topbar {
  background: #0B2545;
  color: #c8dcf5;
  font-size: 12.5px;
  padding: 7px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.plk-topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.plk-topbar__left,
.plk-topbar__right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.plk-topbar__right a {
  color: #c8dcf5;
  text-decoration: none;
  font-weight: 600;
}
.plk-topbar__right a:hover { color: #fff; }

/* ── PLK ANNOUNCEMENT (3RD BAR) ──────────────────────── */
.plk-announcement {
  background: #0b52d8;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  letter-spacing: .3px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ── HERO ────────────────────────────────────────────── */

/* Electric blue gradient matched to the Windows 11 hero image background */
.plk-hero {
  background: 
    radial-gradient(circle at 80% 50%, rgba(15, 98, 254, 0.25), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(201, 154, 63, 0.15), transparent 50%),
    linear-gradient(135deg, #040d1a 0%, #081a33 100%);
  color: #fff;
  padding: 80px 0 70px;
  overflow: hidden;
  position: relative;
}

/* Subtle glow behind the image area to blend seamlessly */
.plk-hero::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background: radial-gradient(ellipse at 70% 50%, rgba(15, 98, 254, 0.4), transparent 70%);
  pointer-events: none;
}

.plk-hero__inner {
  display: grid;
  grid-template-columns: 1fr 650px;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.plk-hero__label {
  display: inline-block;
  background: rgba(201, 154, 63, 0.12);
  border: 1px solid rgba(201, 154, 63, 0.3);
  color: #C99A3F !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin: 0 0 18px;
  font-family: 'Outfit', sans-serif;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.plk-hero__title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  margin: 0 0 24px;
  line-height: 1.15;
  color: #fff !important;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.plk-hero__title span {
  background: linear-gradient(120deg, #fff, #C99A3F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent !important;
  display: block;
  font-size: 0.65em;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 0;
  color: #fff !important;
}
.plk-hero__badges {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plk-hero__badges li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.plk-hero__badges li strong { color: #fff !important; font-weight: 600; }
.plk-hero__badges li small {
  color: #dbe8ff !important;
  font-size: 12px;
  display: block;
  opacity: 0.9;
}
.plk-hero__from {
  font-size: 12px;
  color: rgba(255,255,255,0.85) !important;
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.plk-hero__price {
  font-family: 'Outfit', sans-serif;
  font-size: 56px;
  font-weight: 900;
  color: #fff !important;
  margin: 0 0 28px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

/* ── Hero right-side image ─────────────────────────── */
.plk-hero__card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plk-hero__card-visual {
  width: 100%;
  max-width: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plk-hero__visual-img {
  width: 100%;
  height: auto;
  max-width: 650px;
  object-fit: contain;
  /* blend the image edges smoothly into the blue background */
  filter: drop-shadow(0 0 60px rgba(15, 98, 254, 0.5));
  border-radius: 0;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.plk-hero__card:hover .plk-hero__visual-img {
  transform: translateY(-10px) scale(1.05);
}

/* Keep old icon/card styles as fallback — hidden now */
.plk-hero__card-inner { display: none; }
.plk-hero__icon { display: none; }
.plk-win-logo { display: none; }

/* ── TRUST STRIP ─────────────────────────────────────── */
.plk-trust {
  background: var(--plk-white);
  border-bottom: 1px solid var(--plk-border);
  padding: 24px 0;
  box-shadow: 0 10px 30px rgba(11, 37, 69, 0.03);
  position: relative;
  z-index: 10;
}
.plk-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.plk-trust__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 16px;
  border-radius: 12px;
  transition: background 0.25s ease;
}
.plk-trust__item:hover {
  background: #f8fafc;
}
.plk-trust__icon { 
  font-size: 32px; 
  flex-shrink: 0; 
  filter: drop-shadow(0 4px 8px rgba(15, 98, 254, 0.15));
}
.plk-trust__item div strong {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--plk-text);
}
.plk-trust__item div small {
  font-size: 12.5px;
  color: var(--plk-muted);
}

/* ── SECTIONS ────────────────────────────────────────── */
.plk-section {
  padding: 80px 0;
  background: var(--plk-bg);
}
.plk-section--alt, .plk-products--alt {
  background: var(--plk-white);
}
.plk-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 16px;
  flex-wrap: wrap;
}
.plk-section__title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--plk-text);
}
.plk-section__sub {
  font-size: 15px;
  color: var(--plk-muted);
  margin: 0;
}
.plk-section__nav a,
.plk-link {
  font-family: 'Outfit', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--plk-blue);
  text-decoration: none;
  border: 1px solid var(--plk-blue);
  border-radius: 8px;
  padding: 8px 18px;
  transition: all var(--plk-transition);
  white-space: nowrap;
}
.plk-section__nav a:hover, .plk-link:hover {
  background: var(--plk-blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(15, 98, 254, 0.15);
}

/* ── PRODUCT GRID ────────────────────────────────────── */
.plk-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.plk-product-card {
  background: var(--plk-white);
  border-radius: 14px;
  border: 1px solid var(--plk-border);
  box-shadow: var(--plk-shadow);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.plk-product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--plk-shadow-lg);
  border-color: var(--plk-blue);
}
.plk-product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--plk-blue);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 5px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(15, 98, 254, 0.2);
}
.plk-product-card__badge--sale {
  background: var(--plk-red);
  box-shadow: 0 4px 10px rgba(239, 68, 68, 0.2);
}
.plk-product-card__img-wrap {
  display: flex;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 20px 20px 0 20px; /* space around, standing on bottom edge */
  text-align: center;
  height: 250px; /* even larger vertical space */
  align-items: flex-end; /* book cover standing style */
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--plk-border);
}
.plk-product-card__img-wrap img {
  height: 100% !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), filter 0.4s ease;
  filter: drop-shadow(0 12px 22px rgba(11, 37, 69, 0.16)); /* software box shadow */
}
.plk-product-card:hover .plk-product-card__img-wrap img {
  transform: scale(1.05) translateY(-5px);
  filter: drop-shadow(0 18px 32px rgba(11, 37, 69, 0.26));
}
.plk-product-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.plk-product-card__name {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--plk-text);
  margin: 0 0 6px;
  line-height: 1.4;
  min-height: 44px;
}
.plk-product-card__sub {
  font-size: 12.5px;
  color: var(--plk-muted);
  margin: 0 0 6px;
}
.plk-product-card__stars {
  color: #f5a623;
  font-size: 13px;
  margin-bottom: 16px;
}
.plk-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}
.plk-product-card__pricing del {
  font-size: 12.5px;
  color: #aaa;
  display: block;
  line-height: 1;
}
.plk-product-card__pricing strong {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--plk-green);
  display: block;
  line-height: 1.1;
}
.plk-product-card__pricing small {
  font-size: 11.5px;
  color: var(--plk-muted);
  display: block;
}

/* ── WHY BUY ─────────────────────────────────────────── */
.plk-why {
  background: var(--plk-white);
  padding: 80px 0;
}
.plk-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.plk-why__item {
  background: var(--plk-bg);
  border-radius: var(--plk-radius);
  border: 1px solid var(--plk-border);
  padding: 30px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.plk-why__item:hover { 
  transform: translateY(-4px);
  box-shadow: var(--plk-shadow-lg); 
  border-color: rgba(15, 98, 254, 0.25);
}
.plk-why__item > span { 
  font-size: 36px; 
  flex-shrink: 0; 
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.06));
}
.plk-why__item strong { 
  font-family: 'Outfit', sans-serif;
  font-size: 16px; 
  font-weight: 700; 
  display: block; 
  margin-bottom: 8px;
  color: var(--plk-text);
}
.plk-why__item p { 
  font-size: 13.5px; 
  color: var(--plk-muted); 
  margin: 0; 
  line-height: 1.6; 
}

/* ── NEWSLETTER SIGNUP CARD ──────────────────────────── */
.plk-section--signup {
  padding: 64px 0;
  background: var(--plk-bg);
}

.plk-signup {
  --plk-navy: #0B2545;
  --plk-navy-deep: #071a33;
  --plk-blue: #0F62FE;
  --plk-gold: #C99A3F;
  --plk-ivory: #F4F6FA;
  --plk-line: rgba(255,255,255,0.12);
  font-family: -apple-system, "Segoe UI", Inter, Calibri, Arial, sans-serif;
  background: 
    radial-gradient(circle at 10% 20%, rgba(15, 98, 254, 0.45), transparent 45%),
    radial-gradient(circle at 90% 80%, rgba(236, 72, 153, 0.35), transparent 45%), /* neon pink/magenta glow */
    radial-gradient(circle at 50% 50%, rgba(201, 154, 63, 0.15), transparent 45%), /* golden glow */
    linear-gradient(135deg, #040c18 0%, #0b1a30 100%);
  color: #fff;
  border-radius: 18px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.plk-signup *, .plk-signup *::before, .plk-signup *::after { box-sizing: border-box; }
.plk-signup::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(120deg, var(--plk-gold), transparent 30%, transparent 70%, var(--plk-blue));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.55;
  pointer-events: none;
}
.plk-signup__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 40px 44px;
}
.plk-signup__key { width: 76px; flex-shrink: 0; }
.plk-key-svg { width: 76px; height: 40px; overflow: visible; }
.plk-key-head, .plk-key-shaft, .plk-tooth1, .plk-tooth2 { fill: var(--plk-gold); }
.plk-key-hole { fill: var(--plk-navy); }
.plk-signup:hover .plk-key-svg { animation: plk-turn 900ms ease-in-out; }
@keyframes plk-turn {
  0% { transform: rotate(0deg); }
  35% { transform: rotate(-22deg); }
  70% { transform: rotate(8deg); }
  100% { transform: rotate(0deg); }
}
@media (prefers-reduced-motion: reduce) {
  .plk-signup:hover .plk-key-svg { animation: none; }
}

.plk-signup__copy { min-width: 240px; }
.plk-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plk-gold);
  font-weight: 600;
}
.plk-heading {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
}
.plk-sub {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255,255,255,0.72);
  max-width: 44ch;
}

.plk-signup__form { min-width: 300px; }
.plk-label {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
}
.plk-input-row {
  display: flex;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--plk-line);
  border-radius: 10px;
  padding: 6px;
}
.plk-input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14.5px;
  padding: 10px 12px;
}
.plk-input::placeholder { color: rgba(255,255,255,0.4); }
.plk-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--plk-blue);
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 0 18px;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
  white-space: nowrap;
}
.plk-button:hover { background: #0b52d8; }
.plk-button:active { transform: scale(0.97); }
.plk-button__icon { transition: transform 160ms ease; }
.plk-button:hover .plk-button__icon { transform: translateX(2px); }
.plk-button:disabled { opacity: 0.6; cursor: default; }

.plk-msg {
  min-height: 18px;
  margin: 8px 2px 0;
  font-size: 13px;
  color: #7CD98A;
}
.plk-msg.plk-msg--error { color: #FF8A8A; }
.plk-fineprint {
  margin: 4px 2px 0;
  font-size: 11.5px;
  color: rgba(255,255,255,0.4);
}

@media (max-width: 820px) {
  .plk-signup__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 32px 26px;
    text-align: left;
  }
  .plk-signup__key { display: none; }
}

/* ── GUARANTEE STRIP ─────────────────────────────────── */
.plk-guarantee {
  background: #071a33;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.plk-guarantee__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.plk-guarantee__grid > div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #c8dcf5;
  font-size: 13.5px;
  padding: 8px 10px;
}
.plk-guarantee__grid > div > span { display: flex; flex-direction: column; }
.plk-guarantee__grid strong { color: #fff; font-size: 14px; font-family: 'Outfit', sans-serif; }
.plk-guarantee__grid small { font-size: 12px; color: #a0c8f5; opacity: 0.85; }

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1024px) {
  .plk-products__grid { grid-template-columns: repeat(2, 1fr); }
  .plk-why__grid       { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .plk-hero__inner     { grid-template-columns: 1fr; }
  .plk-hero__card      { display: none; }
  .plk-trust__grid     { grid-template-columns: repeat(2, 1fr); }
  .plk-guarantee__grid { grid-template-columns: repeat(2, 1fr); }
  .plk-topbar__left    { display: none; }
}

@media (max-width: 540px) {
  .plk-products__grid  { grid-template-columns: 1fr; }
  .plk-why__grid       { grid-template-columns: 1fr; }
  .plk-trust__grid     { grid-template-columns: 1fr; }
  .plk-guarantee__grid { grid-template-columns: repeat(2, 1fr); }
}


/* ═══════════════════════════════════════════════════════
   HEADER  –  align nav menu & GTranslate language switcher
   Exact selectors from live HTML + JS inspection
   ═══════════════════════════════════════════════════════ */

/* Main header row — flex, vertically centred */
#masthead .header-inner.flex-row {
  display: flex !important;
  align-items: center !important;
}

/* Left col (menu items) and Right col (login/cart) both centred */
#masthead .flex-col.flex-left,
#masthead .flex-col.flex-right {
  display: flex !important;
  align-items: center !important;
}

/* Left nav ul — flex row, vertically centred */
#masthead ul.header-nav-main {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

/* All left nav <li> items — centred */
#masthead ul.header-nav-main > li {
  display: inline-flex !important;
  align-items: center !important;
}

/* ── LOGO ALIGNMENT  –  match logo left edge to page content ── */
/* Flatsome wraps the header in .container which has its own padding.
   We nudge the logo so its left edge lines up with .plk-container content (1200px / 20px padding). */
#logo,
#masthead .logo-col,
#masthead .flex-col.logo-position-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Remove any default left offset Flatsome adds on the logo image/link */
#logo a,
#logo img,
.header-logo,
.header-logo a,
.header-logo img {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* Ensure the header container has the same horizontal padding as content */
#masthead .header-inner,
#masthead .container,
#masthead .header-main .container {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 1200px !important;
}

/* ── Move search icon to the RIGHT col visually ── */
/* Hide the search from the left nav */
#masthead .flex-col.flex-left li.header-search {
  display: none !important;
}

/* Right col nav — flex row, centred */
#masthead .flex-col.flex-right ul.header-nav-main {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
}

#masthead .flex-col.flex-right ul.header-nav-main > li {
  display: inline-flex !important;
  align-items: center !important;
}

/* Inject a search icon into right col via a separate injected li — 
   instead we use the header-search clone approach below */

/* ── GTranslate specific ── */
li.menu-item-gtranslate {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

li.menu-item-gtranslate .gtranslate_wrapper,
li[class*="gt-menu"] .gtranslate_wrapper {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

li.menu-item-gtranslate .gt_selector,
li[class*="gt-menu"] .gt_selector,
li.menu-item-gtranslate select,
li[class*="gt-menu"] select {
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 4px 8px !important;
  height: auto !important;
  line-height: normal !important;
  font-size: 13px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  cursor: pointer;
  position: static !important;
  top: auto !important;
  transform: none !important;
}


/* ═══════════════════════════════════════════════════════
   HEADER DROPDOWNS  –  fix account & cart hover overlaps
   ═══════════════════════════════════════════════════════ */

/* Ensure the right-side nav items are positioned correctly
   so dropdowns appear below them, not overlapping */
.header-main .flex-col.flex-right ul.nav > li,
ul.header-nav.nav-right > li {
  position: relative !important;
}

/* The dropdown panel itself */
ul.nav > li > ul.nav-dropdown,
ul.header-nav > li > ul.nav-dropdown {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  z-index: 9999 !important;
  min-width: 220px !important;
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-top: 2px solid #1a6fc4 !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.13) !important;
  border-radius: 0 0 8px 8px !important;
  margin-top: 0 !important;
  padding: 10px 0 !important;
  display: none;
}

/* Show on hover */
ul.nav > li:hover > ul.nav-dropdown,
ul.nav > li.active > ul.nav-dropdown,
ul.header-nav > li:hover > ul.nav-dropdown {
  display: block !important;
}

/* Cart dropdown — needs more width for the mini-cart */
li.cart-item > ul.nav-dropdown {
  min-width: 300px !important;
  right: 0 !important;
  left: auto !important;
  padding: 16px !important;
}

/* Account dropdown items */
ul.nav > li > ul.nav-dropdown > li {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  position: static !important;
}

ul.nav > li > ul.nav-dropdown > li a {
  display: block !important;
  padding: 8px 18px !important;
  color: #333 !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

ul.nav > li > ul.nav-dropdown > li a:hover {
  background: #f4f7fc !important;
  color: #1a6fc4 !important;
}

/* Fix any overlap caused by our homepage flex rules —
   restore Flatsome's default li display for nav-dropdown children */
ul.nav-dropdown > li,
ul.nav-dropdown > li.html {
  display: block !important;
  align-items: unset !important;
}


/* ═══════════════════════════════════════════════════════
   CART DROPDOWN  –  fix mini-cart content layout
   ═══════════════════════════════════════════════════════ */

/* Cart dropdown panel — wider, properly positioned */
li.cart-item.has-dropdown {
  position: relative !important;
}

li.cart-item.has-dropdown > ul.nav-dropdown {
  min-width: 320px !important;
  width: 320px !important;
  right: 0 !important;
  left: auto !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* The cart <li> inside the dropdown — must be block, not flex */
li.cart-item > ul.nav-dropdown > li.widget_shopping_cart {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  align-items: unset !important;
}

/* The widget content wrapper */
li.cart-item .widget_shopping_cart_content {
  display: block !important;
  width: 100% !important;
  padding: 16px !important;
}

/* Empty cart state */
li.cart-item .ux-mini-cart-empty {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px 16px !important;
  text-align: center !important;
  gap: 10px !important;
}

li.cart-item .ux-mini-cart-empty svg {
  display: block !important;
  margin: 0 auto 10px !important;
}

li.cart-item .ux-mini-cart-empty p {
  margin: 0 !important;
  font-size: 14px !important;
  color: #555 !important;
  display: block !important;
  width: 100% !important;
}

li.cart-item .ux-mini-cart-empty .return-to-shop {
  margin-top: 10px !important;
  display: block !important;
  width: 100% !important;
}

li.cart-item .ux-mini-cart-empty .return-to-shop a {
  display: inline-block !important;
  padding: 8px 20px !important;
  background: #1a6fc4 !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

/* When cart HAS items — product list rows */
li.cart-item .woocommerce-mini-cart__item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #eee !important;
}

li.cart-item .woocommerce-mini-cart__item img {
  width: 60px !important;
  height: 60px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
  flex-shrink: 0 !important;
}

li.cart-item .mini_cart_item a:not(.remove) {
  display: block !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 4px !important;
  white-space: normal !important;
}

/* Cart totals & buttons at bottom */
li.cart-item .woocommerce-mini-cart__total {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 12px 0 8px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border-top: 1px solid #eee !important;
}

li.cart-item .woocommerce-mini-cart__buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding-top: 8px !important;
}

li.cart-item .woocommerce-mini-cart__buttons a {
  display: block !important;
  text-align: center !important;
  padding: 10px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

li.cart-item .woocommerce-mini-cart__buttons .button.wc-forward {
  background: #1a6fc4 !important;
  color: #fff !important;
}

li.cart-item .woocommerce-mini-cart__buttons .button.checkout {
  background: #1aab4e !important;
  color: #fff !important;
}


/* ═══════════════════════════════════════════════════════
   MINI-CART  –  product rows + clean red × remove button
   ═══════════════════════════════════════════════════════ */

/* Each cart item row */
li.cart-item li.mini_cart_item {
  display: block !important;
  position: relative !important;
  padding: 10px 0 10px 70px !important; /* left space for thumbnail */
  border-bottom: 1px solid #f0f0f0 !important;
  min-height: 64px !important;
}

/* Thumbnail — absolute left */
li.cart-item .mini_cart_item > a:not(.remove) img {
  position: absolute !important;
  left: 0 !important;
  top: 10px !important;
  width: 54px !important;
  height: 54px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  display: block !important;
}

/* Product name link */
li.cart-item .mini_cart_item > a:not(.remove) {
  display: block !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #333 !important;
  text-decoration: none !important;
  padding-right: 20px !important;
  line-height: 1.4 !important;
}

li.cart-item .mini_cart_item > a:not(.remove):hover {
  color: #1a6fc4 !important;
}

/* Quantity */
li.cart-item .mini_cart_item .quantity {
  display: block !important;
  font-size: 12px !important;
  color: #777 !important;
  margin-top: 4px !important;
}

/* ── Remove × — pure red text symbol, top-right ── */
li.cart-item a.remove,
li.cart-item .remove_from_cart_button {
  /* reset everything from Flatsome & previous rules */
  all: unset !important;

  /* position top-right of the item row */
  position: absolute !important;
  top: 10px !important;
  right: 0 !important;

  /* just show a red × character */
  display: block !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #e02020 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

li.cart-item a.remove:hover,
li.cart-item .remove_from_cart_button:hover {
  color: #b00000 !important;
  opacity: 0.8 !important;
}

/* ── Right col: Login, Cart — vertically centred ── */
#masthead .flex-col.flex-right {
  height: 100% !important;
}

#masthead .flex-col.flex-right ul.nav {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  gap: 2px !important;
}

#masthead .flex-col.flex-right ul.nav > li {
  display: inline-flex !important;
  align-items: center !important;
  height: 100% !important;
}

/* Search icon that gets moved to right col */
li.header-search-moved {
  display: inline-flex !important;
  align-items: center !important;
}

/* ═══════════════════════════════════════════════════════
   HEADER DESKTOP CLEANUP
   – hide hamburger icon on desktop only
   – hide duplicate cart icon on desktop only
   ═══════════════════════════════════════════════════════ */

/* Hamburger — hide on desktop, show on mobile */
@media (min-width: 550px) {
  #masthead .flex-col.show-for-medium.flex-left {
    display: none !important;
  }
}

/* Mobile-right col (cart icon) — hide on desktop, show on mobile */
@media (min-width: 550px) {
  #masthead .flex-col.show-for-medium.flex-right {
    display: none !important;
  }
}

/* Mobile: ensure logo is centered and properly sized */
@media (max-width: 549px) {
  #masthead .header-inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  #logo img {
    max-height: 50px !important;
    width: auto !important;
  }
  /* Hide desktop nav on mobile */
  #masthead .flex-col.hide-for-medium {
    display: none !important;
  }
  /* Mobile: show hamburger and cart */
  #masthead .flex-col.show-for-medium.flex-left,
  #masthead .flex-col.show-for-medium.flex-right {
    display: flex !important;
    align-items: center !important;
  }
}


/* ═══════════════════════════════════════════════════════
   LOGIN PAGE  –  Full redesign (PLK branded card)
   ═══════════════════════════════════════════════════════ */

/* ── Page-level wrapper: full-width blue gradient bg ── */
.woocommerce-account:not(.logged-in) .page-wrapper {
  background: radial-gradient(ellipse at 60% 40%, #1240e8 0%, #0820c4 45%, #060f8a 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 40px 20px;
}

.woocommerce-account:not(.logged-in) .page-wrapper > .container {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 0;
}

/* ── Outer wrap ─────────────────────────────────────── */
.plk-login-wrap {
  width: 100%;
}

/* ── Card ───────────────────────────────────────────── */
.plk-login-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  width: 100%;
}

/* ── Header band ────────────────────────────────────── */
.plk-login-header {
  background: linear-gradient(135deg, #050c70 0%, #0820c4 100%);
  padding: 36px 40px 32px;
  text-align: center;
  color: #fff;
}

.plk-login-icon {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.plk-login-icon svg {
  width: 30px;
  height: 30px;
  color: #fff;
}

.plk-login-title {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 0 8px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.3px;
}

.plk-login-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  line-height: 1.5;
}

/* ── Form body ──────────────────────────────────────── */
.plk-login-body {
  padding: 36px 40px 28px;
}

/* ── Field groups ───────────────────────────────────── */
.plk-field-group {
  margin-bottom: 20px;
}

.plk-label {
  display: flex !important;
  align-items: center;
  gap: 6px;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  margin-bottom: 7px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.plk-label .required {
  color: var(--plk-red);
  font-size: 14px;
}

.plk-label-icon {
  display: flex;
  align-items: center;
  color: var(--plk-blue);
}

.plk-label-icon svg {
  width: 14px;
  height: 14px;
}

/* ── Inputs ─────────────────────────────────────────── */
.plk-input-wrap {
  position: relative;
}

.plk-form .plk-input,
.plk-form input.plk-input {
  display: block !important;
  width: 100% !important;
  height: 48px !important;
  padding: 0 48px 0 16px !important;
  font-size: 15px !important;
  color: #1a1a2e !important;
  background: #f8fafc !important;
  border: 1.5px solid #d1d5db !important;
  border-radius: 10px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
  box-sizing: border-box !important;
}

/* username field doesn't have the wrap so use full width with right padding too */
.plk-field-group > .plk-input {
  padding: 0 16px !important;
  width: 100% !important;
}

.plk-form .plk-input:focus,
.plk-form input.plk-input:focus {
  border-color: var(--plk-blue) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(26, 111, 196, 0.15) !important;
}

.plk-form .plk-input::placeholder {
  color: #9ca3af !important;
  font-size: 14px !important;
}

/* ── Password toggle button ─────────────────────────── */
.plk-toggle-pw {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #9ca3af;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.plk-toggle-pw:hover {
  color: var(--plk-blue);
}

.plk-toggle-pw svg {
  width: 18px;
  height: 18px;
}

/* ── Remember me + Forgot ───────────────────────────── */
.plk-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 8px;
}

.plk-remember {
  display: flex !important;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: auto !important;
}

.plk-remember input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  accent-color: var(--plk-blue);
  cursor: pointer;
  flex-shrink: 0;
  margin: 0 !important;
}

.plk-remember-text {
  font-size: 13px;
  color: #6b7280;
  user-select: none;
}

.plk-forgot-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--plk-blue);
  text-decoration: none;
  transition: color 0.2s;
}

.plk-forgot-link:hover {
  color: var(--plk-blue-dark);
  text-decoration: underline;
}

/* ── Submit button ──────────────────────────────────── */
.plk-submit-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100% !important;
  height: 52px !important;
  background: linear-gradient(135deg, #0820c4 0%, #050c70 100%) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 12px !important;
  cursor: pointer;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 18px rgba(8, 32, 196, 0.45) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
  text-transform: none !important;
}

.plk-submit-btn:hover {
  background: linear-gradient(135deg, #050c70 0%, #030860 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(8, 32, 196, 0.60) !important;
  color: #fff !important;
}

.plk-submit-btn:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 10px rgba(26, 111, 196, 0.30) !important;
}

.plk-btn-arrow svg {
  width: 16px;
  height: 16px;
  transition: transform 0.18s ease;
}

.plk-submit-btn:hover .plk-btn-arrow svg {
  transform: translateX(4px);
}

/* ── Register link strip ────────────────────────────── */
.plk-login-register {
  border-top: 1px solid #f0f4f8;
  padding: 18px 40px 22px;
  text-align: center;
}

.plk-login-register p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

.plk-register-link {
  font-weight: 700;
  color: var(--plk-blue);
  text-decoration: none;
  margin-left: 4px;
  transition: color 0.2s;
}

.plk-register-link:hover {
  color: var(--plk-blue-dark);
  text-decoration: underline;
}

/* ── Trust badges below card ────────────────────────── */
.plk-login-trust {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 10px;
}

.plk-login-trust span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* ── WooCommerce error / notice alignment ───────────── */
.woocommerce-account:not(.logged-in) .woocommerce-error,
.woocommerce-account:not(.logged-in) .woocommerce-message,
.woocommerce-account:not(.logged-in) .woocommerce-info {
  margin-bottom: 20px;
  border-radius: 10px;
}

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 600px) {
  .plk-login-header {
    padding: 28px 24px 24px;
  }
  .plk-login-body {
    padding: 28px 24px 20px;
  }
  .plk-login-register {
    padding: 14px 24px 18px;
  }
  .plk-login-title {
    font-size: 22px !important;
  }
  .plk-login-trust {
    gap: 14px;
  }
}


/* ═══════════════════════════════════════════════════════
   LOGIN PAGE  –  Hide "My Account" title when logged out
   ═══════════════════════════════════════════════════════ */

/* Remove all top padding/margin the header block leaves behind */
.woocommerce-account:not(.logged-in) .my-account-header.page-title:not(:has(.social-login)) {
  display: none !important;
}

/* Fallback for browsers that don't support :has() — zero-height collapse */
.woocommerce-account:not(.logged-in) .my-account-header.page-title {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

.woocommerce-account:not(.logged-in) .my-account-header .page-title-inner {
  padding: 0 !important;
}

/* ═══════════════════════════════════════════════════════
   LOST PASSWORD PAGE  –  same gradient bg as login card
   ═══════════════════════════════════════════════════════ */

/* Apply the same full-page blue gradient on the lost-password endpoint */
.woocommerce-account.lost_password .page-wrapper,
.woocommerce-account:not(.logged-in) .page-wrapper:has(.plk-lostpw-wrap) {
  background: radial-gradient(ellipse at 60% 40%, #1240e8 0%, #0820c4 45%, #060f8a 100%) !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 40px 20px;
}

.woocommerce-account.lost_password .page-wrapper > .container {
  max-width: 520px !important;
  margin: 0 auto;
  padding: 0;
}

/* ── Lock icon colour tweak for lost-pw card ── */
.plk-lostpw-icon {
  background: rgba(255, 255, 255, 0.12) !important;
}

/* ── Narrow the lost-pw card slightly ── */
.plk-lostpw-wrap .plk-login-card {
  max-width: 480px;
  margin: 0 auto;
}

/* ── Info message box (WooCommerce success notice on lost-pw) ── */
.woocommerce-account.lost_password .woocommerce-message,
.woocommerce-account.lost_password .woocommerce-error,
.woocommerce-account.lost_password .woocommerce-info {
  background: #fff;
  border-radius: 12px;
  border-left: 4px solid var(--plk-blue);
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
  color: #1a1a2e;
  padding: 16px 20px;
  margin-bottom: 20px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}


/* ═══════════════════════════════════════════════════════
   CART PAGE  –  "Proceed to Checkout" button
   Keep same background & text colour on hover
   ═══════════════════════════════════════════════════════ */

a.checkout-button.button,
a.checkout-button.button.alt,
.checkout-button,
.woocommerce a.checkout-button,
.woocommerce .checkout-button,
.wc-proceed-to-checkout a.checkout-button {
  background-color: #0375a9 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #0375a9 !important;
}

a.checkout-button.button:hover,
a.checkout-button.button.alt:hover,
a.checkout-button.button:focus,
.checkout-button:hover,
.checkout-button:focus,
.woocommerce a.checkout-button:hover,
.woocommerce a.checkout-button:focus,
.woocommerce .checkout-button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.wc-proceed-to-checkout a.checkout-button:focus {
  background-color: #0375a9 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #0375a9 !important;
  opacity: 0.9 !important;
  box-shadow: 0 6px 20px rgba(3, 117, 169, 0.4) !important;
}


/* ═══════════════════════════════════════════════════════
   MOBILE HEADER — full responsive fixes
   ═══════════════════════════════════════════════════════ */

@media (max-width: 549px) {
  /* Announcement bar — smaller text, single line scroll */
  .plk-announcement {
    font-size: 11px !important;
    padding: 7px 12px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* Header height */
  #masthead,
  .header-main {
    height: 60px !important;
    min-height: 60px !important;
  }

  /* Logo size */
  #logo img,
  .header-logo {
    max-height: 44px !important;
    width: auto !important;
  }
  #logo {
    width: auto !important;
    max-width: 160px !important;
  }

  /* Header inner padding */
  #masthead .header-inner,
  #masthead .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Cart icon on mobile */
  .header-cart-link .cart-icon {
    font-size: 20px !important;
  }

  /* Top bar (Activation Guide, Terms etc.) — hide on mobile to save space */
  #top-bar,
  .header-top {
    display: none !important;
  }

  /* Mobile sidebar menu items — full readable size */
  #main-menu .nav-sidebar > li > a {
    font-size: 15px !important;
    padding: 12px 20px !important;
  }
}

@media (max-width: 768px) {
  /* Announcement bar responsive */
  .plk-announcement {
    font-size: 12px !important;
    padding: 8px 14px !important;
  }
}
