﻿/*
Theme Name: Foco Green Energia Solar
Theme URI: https://focogreen.com.br/
Author: Foco Green
Description: Tema WordPress estático para o site da Foco Green Energia Solar.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: foco-green
*/
:root {
  --bg: #07140a;
  --bg-2: #0e1d11;
  --panel: rgba(255, 255, 255, 0.1);
  --panel-strong: rgba(255, 255, 255, 0.96);
  --green: #98df2c;
  --green-2: #c5f06a;
  --yellow: #ffc82e;
  --text: #f7fff3;
  --muted: #d3decf;
  --dark: #101710;
  --line: rgba(152, 223, 44, 0.22);
  --shadow: 0 20px 56px rgba(0, 0, 0, 0.28);
  --glow: 0 0 20px rgba(152, 223, 44, 0.34);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, main { overflow-x: hidden; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 200, 46, 0.12), transparent 28rem),
    radial-gradient(circle at 10% 50%, rgba(152, 223, 44, 0.12), transparent 24rem),
    linear-gradient(180deg, #061109, var(--bg) 42%, #050d07);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { color: var(--muted); line-height: 1.65; }
h1, h2, h3, p, li { overflow-wrap: anywhere; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 74px);
  min-height: 112px;
  padding: 12px clamp(28px, 4vw, 60px);
  background:
    linear-gradient(180deg, rgba(4, 18, 9, 0.62), rgba(4, 18, 9, 0.26) 78%, rgba(4, 18, 9, 0)),
    linear-gradient(90deg, rgba(6, 24, 10, 0.42), rgba(22, 32, 16, 0.14), rgba(6, 22, 10, 0.24));
  border-bottom: 0;
  backdrop-filter: blur(10px);
}

.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-logo {
  display: block;
  width: clamp(330px, 27vw, 405px);
  height: auto;
  max-height: 96px;
  object-fit: contain;
}
.brand strong {
  display: block;
  color: var(--green);
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}
.brand small {
  display: block;
  color: white;
  font-size: 0.72rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  margin-top: 6px;
}

.nav { display: flex; justify-content: center; gap: clamp(24px, 2.8vw, 46px); flex: 1; }
.nav a {
  color: white;
  font-size: 0.93rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.9;
  padding: 13px 0;
  border-bottom: 3px solid transparent;
}
.nav a:hover, .nav a.active { color: var(--green-2); border-color: var(--green); }

.header-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 8px;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid rgba(139, 212, 0, 0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.header-cta, .btn.primary {
  color: white;
  background: linear-gradient(135deg, #79b821, var(--green));
  box-shadow: var(--glow);
}
.header-cta {
  min-width: 214px;
  border-radius: 9px;
  font-size: 0.94rem;
  gap: 10px;
  background: rgba(84, 145, 18, 0.52);
  border-color: rgba(197, 240, 106, 0.7);
  box-shadow: 0 0 18px rgba(152, 223, 44, 0.42), inset 0 0 12px rgba(152, 223, 44, 0.14);
}
.header-cta::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("img/icons/whatsapp.png") center / contain no-repeat;
  filter: drop-shadow(0 0 8px rgba(197, 240, 106, 0.72));
}
.btn.ghost { background: rgba(255,255,255,0.06); color: white; }
.btn:hover, .header-cta:hover { transform: translateY(-2px); box-shadow: 0 0 26px rgba(152, 223, 44, 0.4); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  align-items: center;
  padding: 160px clamp(28px, 4vw, 60px) 146px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 16, 7, 0.94) 0%, rgba(4, 16, 7, 0.8) 29%, rgba(4, 16, 7, 0.2) 63%, rgba(4, 16, 7, 0.28) 100%),
    url("img/home-hero.png") center right / cover;
  filter: saturate(1.08) contrast(1.05);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(0deg, var(--bg), transparent);
}
.hero-content { position: relative; z-index: 1; max-width: 760px; }
.eyebrow {
  margin: 0 0 16px;
  color: white;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 800;
}
h1, h2, h3 { margin: 0; letter-spacing: 0; }
h1 {
  max-width: 760px;
  font-size: clamp(3.1rem, 4.85vw, 5.15rem);
  line-height: 1.02;
  font-weight: 950;
}
h1 span { display: block; color: var(--green); margin-top: 10px; }
h2 { font-size: clamp(2rem, 4vw, 4rem); line-height: 1.04; font-weight: 950; }
h3 { font-size: 1.1rem; color: var(--green-2); text-transform: uppercase; }
.hero-copy { max-width: 620px; margin: 28px 0 0; font-size: clamp(1.08rem, 2vw, 1.45rem); color: white; }
.hero-copy strong { color: var(--green-2); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-content .actions .btn.primary {
  min-width: 260px;
}
.trust {
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-top: 14px;
  color: white;
}
.trust span { color: var(--green-2); }
.hero-card {
  position: absolute;
  z-index: 2;
  right: clamp(28px, 7vw, 120px);
  bottom: 155px;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(450px, calc(100% - 40px));
  padding: 22px 26px;
  border: 1px solid rgba(139, 212, 0, 0.52);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(7, 28, 10, 0.93), rgba(18, 34, 13, 0.86));
  box-shadow: 0 0 22px rgba(152, 223, 44, 0.18), var(--shadow);
  backdrop-filter: blur(12px);
}
.hero-card .leaf {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #c9ff59, #84c51d 54%, #2e5005 100%);
  box-shadow: 0 0 0 2px rgba(197, 240, 106, 0.36), 0 0 20px rgba(197, 240, 106, 0.62), inset 0 0 16px rgba(255,255,255,0.18);
  color: white;
  font-size: 2rem;
}
.hero-card .leaf img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 0 9px rgba(197, 240, 106, 0.72));
}
.hero-card strong, .hero-card small { display: block; }
.hero-card strong { font-size: 1.18rem; }
.hero-card small { color: var(--green-2); margin-top: 8px; font-size: 1.08rem; font-weight: 800; }

.benefit-strip, .stats {
  position: relative;
  z-index: 3;
  display: grid;
  width: calc(100% - 120px);
  max-width: none;
  margin: -112px auto 0;
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.benefit-strip {
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,248,243,0.96));
  color: var(--dark);
  border: 1px solid rgba(255,255,255,0.76);
}
.benefit-strip article {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 24px 28px;
  min-width: 0;
}
.benefit-strip article + article { border-left: 1px solid rgba(0,0,0,0.12); }
.benefit-icon {
  display: grid;
  place-items: center;
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: white;
  background: transparent;
}
.benefit-icon img {
  width: 78px;
  height: 78px;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(152, 223, 44, 0.52));
}
.benefit-strip h3 { color: #739d1f; }
.benefit-strip p { color: #10170d; margin: 6px 0 0; line-height: 1.45; }
.benefit-strip h3,
.stats strong,
.compact-stats strong {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.stats {
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(152, 223, 44, 0.24);
  background: rgba(152, 223, 44, 0.1);
  box-shadow: 0 0 22px rgba(152, 223, 44, 0.1), inset 0 0 20px rgba(152, 223, 44, 0.05);
}
.stats article {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  padding: 26px 30px;
  background: linear-gradient(180deg, rgba(5, 18, 8, 0.84), rgba(5, 18, 8, 0.72));
}
.stat-icon {
  display: grid;
  place-items: center;
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  color: var(--green);
}
.stats .stat-icon { color: var(--green); }
.stat-icon img {
  width: 92px;
  height: 92px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 13px rgba(139, 212, 0, 0.82));
}
.stats strong { display: block; color: var(--green); font-size: clamp(2rem, 3vw, 3rem); text-transform: uppercase; white-space: nowrap; }
.stats article div > span { color: white; }

.compact-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}
.compact-stats article {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 132px;
  padding: 24px;
  border: 1px solid rgba(139, 212, 0, 0.28);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(5, 18, 8, 0.84), rgba(5, 18, 8, 0.72));
  box-shadow: 0 0 18px rgba(152, 223, 44, 0.1);
}
.compact-stats strong {
  color: var(--green);
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.compact-stats span {
  color: white;
  font-size: 1rem;
  line-height: 1.35;
}

.section {
  width: calc(100% - 120px);
  max-width: none;
  margin: 0 auto;
  padding: clamp(52px, 7vw, 92px) 0;
}
.grid-two {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.image-panel {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.image-panel img { aspect-ratio: 1.18 / 1; object-fit: cover; width: 100%; }
.about-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 26px;
}
.about-badges span {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  color: white;
}
.about-badges strong {
  color: var(--green);
  font-size: 2rem;
  line-height: 1;
}
.text-link { display: inline-flex; margin-top: 18px; color: var(--green-2); font-weight: 900; }
.section-head { max-width: 760px; margin-bottom: 30px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.035));
  box-shadow: 0 18px 48px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.card:hover { transform: translateY(-5px); border-color: rgba(139, 212, 0, 0.62); }
.card p { margin-bottom: 0; }

.cta-band {
  width: calc(100% - 120px);
  max-width: none;
  margin: 20px auto 90px;
  padding: clamp(32px, 6vw, 60px);
  border-radius: 18px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5, 18, 8, 0.9), rgba(5, 18, 8, 0.62)),
    url("img/hero-solar.png") center / cover;
  box-shadow: var(--shadow);
}
.cta-band p { max-width: 620px; }

.page-hero {
  min-height: 430px;
  display: grid;
  align-items: end;
  padding: 190px clamp(20px, 4vw, 72px) 72px;
  background:
    linear-gradient(90deg, rgba(5, 18, 8, 0.94), rgba(5, 18, 8, 0.48)),
    var(--page-image, url("img/hero-solar.png")) center / cover;
}
.page-hero div { width: min(920px, 100%); }
.page-hero p { max-width: 680px; color: white; font-size: 1.18rem; }

.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-list article, .timeline li, .contact-panel, .quote {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
  background: rgba(255,255,255,0.08);
}
.timeline { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.timeline strong { color: var(--green-2); display: block; margin-bottom: 6px; }

.cards, .service-grid, .project-grid, .advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.project-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.project-shot img {
  aspect-ratio: 4 / 5;
  object-position: center;
}
.project-video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.video-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 18px 48px rgba(0,0,0,0.2);
}
.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #07120a;
}
.video-card h3 {
  padding: 16px 18px 18px;
}
.media-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.08);
  transition: transform 0.2s ease;
}
.media-card:hover { transform: translateY(-5px); }
.media-card img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.media-card div {
  display: grid;
  gap: 10px;
  flex: 1;
  padding: 22px;
}
.media-card ul { color: var(--muted); padding-left: 20px; line-height: 1.8; }

.contact-layout { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 24px; align-items: start; }
form { display: grid; gap: 14px; }
input, textarea, select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 14px 16px;
  color: white;
  background: rgba(255,255,255,0.09);
  font: inherit;
}
textarea { min-height: 140px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #aebbaa; }
.map {
  min-height: 320px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(5,18,8,0.7), rgba(5,18,8,0.7)),
    url("img/solar-panels.png") center / cover;
}

.landing {
  min-height: 100vh;
  padding: 172px clamp(20px, 4vw, 72px) 70px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 18, 8, 0.94), rgba(5, 18, 8, 0.62)),
    url("img/hero-solar.png") center / cover;
}
.landing h1 { font-size: clamp(3rem, 6vw, 6rem); }
.lead-form { padding: 28px; border-radius: 18px; border: 1px solid var(--line); background: rgba(5,18,8,0.84); box-shadow: var(--shadow); }
.savings-box { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.savings-box span { padding: 16px; border-radius: 10px; background: rgba(255,255,255,0.1); color: white; font-weight: 800; }
.faq details {
  margin-top: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
}
.faq summary { cursor: pointer; font-weight: 900; color: var(--green-2); }

.float-whats {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: transparent;
  background: url("img/icons/whatsapp.png") center / 78% no-repeat, linear-gradient(135deg, #49b85d, #9be24a);
  box-shadow: 0 0 24px rgba(152, 223, 44, 0.44);
  font-size: 1.6rem;
  font-weight: 900;
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 34px clamp(20px, 4vw, 72px);
  border-top: 1px solid rgba(255,255,255,0.08);
  color: var(--muted);
}
.footer strong { color: var(--green-2); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .menu-toggle {
    display: grid;
    place-items: center;
    margin-left: auto;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: white;
    background: rgba(255,255,255,0.08);
    font-size: 1.3rem;
  }
  .nav {
    position: absolute;
    top: 112px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(5,18,8,0.96);
  }
  .nav.open { display: flex; }
  .header-cta { display: none; }
  .site-header { min-height: 104px; padding: 10px 24px; }
  .brand-logo { width: 250px; max-height: 76px; }
  .benefit-strip, .stats, .cards, .service-grid, .project-grid, .project-photo-grid, .project-video-grid, .advantage-grid, .compact-stats { grid-template-columns: repeat(2, 1fr); }
  .benefit-strip article + article { border-left: 0; border-top: 1px solid rgba(0,0,0,0.12); }
  .hero-card { position: relative; right: auto; bottom: auto; margin-top: 34px; }
  .hero { align-items: end; }
  .grid-two, .contact-layout, .landing { grid-template-columns: 1fr; }
  .benefit-strip, .stats, .section, .cta-band {
    width: calc(100% - 40px);
  }
}

@media (min-width: 1021px) and (max-width: 1320px) {
  .site-header {
    gap: 22px;
    padding: 12px 28px;
    min-height: 104px;
  }
  .brand-logo {
    width: 300px;
    max-height: 82px;
  }
  .nav {
    gap: 26px;
  }
  .nav a {
    font-size: 0.82rem;
  }
  .header-cta {
    min-width: 190px;
    padding: 0 18px;
    font-size: 0.84rem;
  }
  .hero-content {
    max-width: 700px;
  }
  h1 {
    font-size: clamp(3.4rem, 5vw, 4.75rem);
  }
}

@media (min-width: 1321px) and (max-width: 1500px) {
  .site-header {
    gap: 16px;
    padding: 10px 20px;
    min-height: 96px;
  }
  .brand-logo {
    width: 240px;
    max-height: 70px;
  }
  .nav {
    gap: 16px;
    flex: 1;
  }
  .nav a {
    font-size: 0.8rem;
    padding: 10px 0;
  }
  .header-cta {
    min-width: 170px;
    min-height: 48px;
    padding: 0 14px;
    font-size: 0.8rem;
    white-space: nowrap;
    margin-left: auto;
  }
  .header-cta::before {
    width: 24px;
    height: 24px;
  }
  .hero {
    padding-top: 134px;
  }
}

@media (min-width: 1021px) and (max-width: 1380px) {
  .site-header {
    gap: 14px;
    padding-inline: 16px;
  }
  .brand-logo {
    width: 225px;
  }
  .nav {
    gap: 14px;
    flex: 1;
  }
  .nav a {
    font-size: 0.76rem;
  }
  .header-cta {
    min-width: 150px;
    padding-inline: 12px;
    font-size: 0.76rem;
    margin-left: auto;
  }
}

@media (min-width: 1021px) and (max-width: 1440px) {
  .benefit-strip article,
  .stats article {
    padding: 22px 22px;
  }
  .benefit-icon {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
  }
  .benefit-icon img {
    width: 68px;
    height: 68px;
  }
  .benefit-strip h3 {
    font-size: 0.84rem;
    line-height: 1.15;
    white-space: normal;
  }
  .benefit-strip p {
    font-size: 0.93rem;
    line-height: 1.35;
  }
  .stats strong {
    font-size: 1.9rem;
  }
}

@media (max-width: 680px) {
  .site-header { min-height: 84px; padding: 10px 18px; }
  .brand-logo { width: 178px; max-height: 58px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: 0.58rem; letter-spacing: 0.26em; }
  .nav { top: 86px; }
  .hero { min-height: 720px; padding: 126px 20px 92px; }
  .hero-bg { background-position: 62% center; }
  .hero-content { max-width: 100%; }
  .hero h1,
  .page-hero h1,
  .landing h1 {
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 1.06;
  }
  .hero-copy { font-size: 1rem; }
  .hero-card {
    width: 100%;
    padding: 18px 18px;
    gap: 14px;
  }
  .hero-card strong { font-size: 1rem; }
  .hero-card small { font-size: 0.94rem; }
  .btn { width: 100%; }
  .benefit-strip, .stats, .cards, .service-grid, .project-grid, .project-photo-grid, .project-video-grid, .advantage-grid, .compact-stats, .feature-list, .savings-box, .about-badges { grid-template-columns: 1fr; }
  .benefit-strip { margin-top: -44px; }
  .benefit-strip article { padding: 18px 18px; align-items: flex-start; }
  .section, .benefit-strip, .stats, .cta-band { width: calc(100% - 32px); }
  .section { padding: 64px 0; }
  .page-hero { min-height: 320px; padding: 118px 20px 46px; }
  .page-hero p { font-size: 1.02rem; }
  .landing { padding: 118px 20px 54px; }
  .footer { flex-direction: column; }
  body:has(.contact-layout) .float-whats {
    display: none;
  }
  .float-whats {
    right: 12px;
    bottom: 12px;
    width: 48px;
    height: 48px;
  }
}
