.concept-main {
  padding-bottom: 70px;
}

.concept-intro h1 {
  margin: 0 0 18px;
  max-width: 920px;
  color: #0b321f;
  font-size: clamp(42px, 4.5vw, 70px);
  line-height: 1;
}

.concept-intro p {
  max-width: 900px;
  font-size: 18px;
  font-weight: 700;
  color: #36513f;
}

.e-showcase {
  display: grid;
  gap: 28px;
  margin: 26px 0 66px;
}

.e-hero-card,
.e-card {
  background: rgba(255,255,255,.93);
  border: 1px solid rgba(54,128,70,.16);
  border-radius: 34px;
  padding: 28px;
  box-shadow: 0 30px 90px rgba(45, 85, 62, .11);
}

.e-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr);
  gap: 30px;
  align-items: center;
}

.e-hero-card.reverse {
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
}

.e-hero-card.reverse .e-mockup {
  order: 2;
}

.e-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.e-card {
  display: grid;
  gap: 22px;
}

.e-copy h2,
.e-copy h3 {
  margin: 0 0 12px;
  color: #0f2f25;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.e-copy h2 {
  font-size: clamp(34px, 3.8vw, 54px);
}

.e-copy h3 {
  font-size: clamp(28px, 3vw, 40px);
}

.e-copy p {
  margin: 0;
  color: #486454;
  font-size: 16px;
  font-weight: 700;
}

.e-copy.small p {
  font-size: 15px;
}

.e-mockup {
  min-height: 340px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 12%, rgba(61,159,46,.14), transparent 30%),
    linear-gradient(135deg, rgba(247,255,247,.97), rgba(227,242,231,.80));
  border: 1px solid rgba(54,128,70,.14);
  padding: 22px;
  overflow: hidden;
}

.mock-window,
.mini-window {
  height: 100%;
  min-height: 296px;
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(54,128,70,.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 20px 60px rgba(45,85,62,.09);
  overflow: hidden;
}

.mock-topbar,
.mini-top {
  min-height: 58px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(54,128,70,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mock-brand,
.mini-top span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0f2f25;
  font-weight: 950;
}

.mock-brand span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background: #117f2f;
  color: #fff;
  letter-spacing: -.04em;
}

.mock-pill,
.mini-top b {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17,127,47,.10);
  color: #117f2f;
  font-size: 12px;
  font-weight: 950;
}

.mock-pill.live {
  box-shadow: 0 0 0 8px rgba(17,127,47,.055);
}

.mock-layout {
  display: grid;
  grid-template-columns: 76px 1fr;
  min-height: 238px;
}

.mock-sidebar {
  padding: 24px 18px;
  display: grid;
  align-content: start;
  gap: 16px;
  background: rgba(244,251,244,.72);
  border-right: 1px solid rgba(54,128,70,.10);
}

.mock-sidebar span {
  height: 12px;
  border-radius: 999px;
  background: rgba(15,47,37,.16);
}

.mock-sidebar span:first-child {
  background: #117f2f;
}

.mock-content {
  padding: 24px;
}

.mock-header-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.mock-kicker {
  margin: 0 0 6px;
  color: #117f2f;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mock-header-row h4,
.fleet-side h4 {
  margin: 0;
  color: #0f2f25;
  font-size: 25px;
  letter-spacing: -.035em;
}

.mock-status {
  align-self: start;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17,127,47,.10);
  color: #117f2f;
  font-size: 12px;
  font-weight: 950;
}

.mock-route {
  margin: 26px 0 20px;
  display: grid;
  grid-template-columns: 1fr 42px 1fr 42px 1fr;
  align-items: center;
  gap: 10px;
}

.route-node {
  min-height: 86px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(247,255,247,.94);
  border: 1px solid rgba(54,128,70,.13);
}

.route-node strong {
  display: block;
  color: #0f2f25;
  font-size: 15px;
}

.route-node small {
  display: block;
  margin-top: 7px;
  color: #5d7465;
  font-weight: 700;
}

.route-node.ap,
.route-node.active {
  background: #117f2f;
}

.route-node.ap strong,
.route-node.ap small,
.route-node.active strong,
.route-node.active small {
  color: #fff;
}

.route-flow,
.solar-flow,
.fleet-flow {
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(17,127,47,.12), #117f2f, rgba(17,127,47,.12));
  background-size: 220% 100%;
  animation: productFlow 7s linear infinite;
}

.route-flow.muted {
  opacity: .55;
}

@keyframes productFlow {
  from { background-position: 220% 0; }
  to { background-position: -220% 0; }
}

.mock-data-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.mock-data-grid div,
.fleet-metric {
  padding: 14px;
  border-radius: 18px;
  background: rgba(247,255,247,.92);
  border: 1px solid rgba(54,128,70,.12);
}

.mock-data-grid b,
.fleet-metric b {
  display: block;
  color: #0f2f25;
  font-size: 24px;
}

.mock-data-grid span,
.fleet-metric span {
  display: block;
  color: #5d7465;
  font-size: 12px;
  font-weight: 800;
}

/* Mini cards */
.commission-panel,
.load-panel,
.solar-product,
.brf-product {
  padding: 24px;
}

.commission-panel {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
  align-items: stretch;
}

.command-list {
  display: grid;
  gap: 12px;
}

.command-row {
  min-height: 54px;
  padding: 0 14px;
  border-radius: 16px;
  background: rgba(247,255,247,.94);
  border: 1px solid rgba(54,128,70,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.command-row span {
  color: #0f2f25;
  font-weight: 900;
}

.command-row b {
  color: #117f2f;
  font-size: 12px;
}

.command-row.wait b {
  color: #6f7f54;
}

.charger-card {
  border-radius: 22px;
  background: rgba(247,255,247,.94);
  border: 1px solid rgba(54,128,70,.12);
  display: grid;
  place-items: center;
  text-align: center;
  color: #0f2f25;
  font-weight: 950;
}

.charger-card small {
  display: block;
  color: #5d7465;
  font-weight: 800;
}

.charger-outline {
  width: 44px;
  height: 72px;
  margin-bottom: 10px;
  border-radius: 12px;
  border: 3px solid rgba(17,127,47,.38);
  background: #fff;
}

.capacity-line {
  height: 12px;
  border-radius: 999px;
  background: rgba(15,47,37,.12);
  overflow: hidden;
}

.capacity-line i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #117f2f;
}

.load-bars {
  height: 150px;
  margin: 26px 0 16px;
  display: flex;
  align-items: end;
  gap: 18px;
}

.load-bars span {
  flex: 1;
  border-radius: 16px 16px 8px 8px;
  background: linear-gradient(180deg, #33ad42, #117f2f);
  display: grid;
  place-items: end center;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 950;
}

.load-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #5d7465;
  font-size: 13px;
  font-weight: 850;
}

/* Fleet */
.fleet-dashboard {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 22px;
  padding: 24px;
}

.fleet-map {
  position: relative;
  min-height: 246px;
  border-radius: 22px;
  background: rgba(247,255,247,.92);
  border: 1px solid rgba(54,128,70,.12);
  overflow: hidden;
}

.parking-grid {
  position: absolute;
  inset: 24px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  opacity: .42;
}

.parking-grid i {
  border-radius: 10px;
  border: 2px solid rgba(15,47,37,.16);
}

.fleet-car {
  position: absolute;
  width: 62px;
  height: 34px;
  border-radius: 18px 22px 10px 10px;
  background: #fff;
  border: 2px solid rgba(54,128,70,.18);
  box-shadow: 0 10px 22px rgba(45,85,62,.10);
}

.fleet-car.c1 { left: 70px; top: 66px; }
.fleet-car.c2 { left: 170px; top: 142px; }
.fleet-car.c3 { right: 92px; top: 74px; }
.fleet-car.c4 { right: 58px; bottom: 54px; }

.ap-control {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: #117f2f;
  color: #fff;
  font-size: 26px;
  font-weight: 950;
  box-shadow: 0 18px 34px rgba(17,127,47,.18);
}

.energy-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
  height: 120px;
  transform: translate(-50%, -50%) rotate(-10deg);
  border: 3px dashed rgba(17,127,47,.38);
  border-radius: 50%;
  animation: orbitPulse 7s ease-in-out infinite;
}

.energy-orbit.o2 {
  width: 300px;
  height: 164px;
  transform: translate(-50%, -50%) rotate(18deg);
  animation-delay: -2s;
}

@keyframes orbitPulse {
  0%, 100% { opacity: .32; }
  50% { opacity: .72; }
}

.fleet-side {
  display: grid;
  align-content: start;
  gap: 12px;
}

.fleet-side h4 {
  font-size: 26px;
  margin-bottom: 8px;
}

/* Solar / BRF */
.solar-product,
.brf-product {
  min-height: 238px;
  display: grid;
  align-items: center;
}

.solar-product {
  grid-template-columns: 1fr 54px 70px 54px 70px;
  gap: 12px;
}

.solar-card {
  height: 106px;
  border-radius: 20px;
  background: #0f2f25;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 8px;
}

.solar-card span {
  border-radius: 8px;
  background: linear-gradient(135deg, #8ee27e, #e9fff0);
}

.ap-node {
  width: 70px;
  height: 70px;
  border-radius: 24px;
  background: #117f2f;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 950;
}

.charge-device {
  width: 50px;
  height: 82px;
  border-radius: 14px;
  border: 3px solid rgba(17,127,47,.28);
  background: #fff;
}

.brf-product {
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
}

.outlet-matrix {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.outlet-matrix i {
  aspect-ratio: 1;
  border-radius: 10px;
  background: rgba(15,47,37,.10);
  border: 1px solid rgba(15,47,37,.10);
}

.outlet-matrix i.active {
  background: #117f2f;
}

.brf-summary {
  padding: 22px;
  border-radius: 22px;
  background: rgba(247,255,247,.94);
  border: 1px solid rgba(54,128,70,.12);
}

.brf-summary b {
  display: block;
  color: #0f2f25;
  font-size: 42px;
  line-height: 1;
}

.brf-summary span {
  color: #5d7465;
  font-weight: 850;
}

.concept-next {
  margin-bottom: 60px;
}

@media (prefers-reduced-motion: reduce) {
  .route-flow,
  .solar-flow,
  .fleet-flow,
  .energy-orbit {
    animation: none;
  }
}

@media (max-width: 980px) {
  .e-hero-card,
  .e-hero-card.reverse,
  .e-grid,
  .fleet-dashboard {
    grid-template-columns: 1fr;
  }

  .e-hero-card.reverse .e-mockup {
    order: 0;
  }
}

@media (max-width: 620px) {
  .e-hero-card,
  .e-card {
    padding: 20px;
  }

  .mock-route,
  .commission-panel,
  .solar-product,
  .brf-product,
  .mock-data-grid {
    grid-template-columns: 1fr;
  }

  .route-flow,
  .solar-flow {
    height: 32px;
    width: 5px;
    justify-self: center;
  }
}

/* WWW-5J E2 logo and visual refinement */
.ap-logo-mark {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 34px;
  flex: 0 0 auto;
}

.ap-logo-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ap-logo-mark .ap-a {
  fill: #00513f;
}

.ap-logo-mark .ap-p {
  fill: #3fa62b;
}

.mock-brand .ap-logo-mark {
  width: 42px;
  height: 26px;
  border-radius: 0;
  background: transparent;
}

.mock-brand span.ap-logo-mark {
  color: inherit;
}

.ap-node,
.ap-control {
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(54,128,70,.16);
  box-shadow: 0 16px 34px rgba(45,85,62,.12);
}

.ap-node .ap-logo-mark,
.ap-control .ap-logo-mark {
  width: 54px;
  height: 32px;
}

.route-node.ap {
  background: linear-gradient(135deg, #0f7b2b, #128d35);
  box-shadow: 0 14px 28px rgba(17,127,47,.13);
}

/* More charger-like commissioning device */
.charger-card {
  padding: 18px;
  gap: 8px;
}

.charger-visual {
  position: relative;
  width: 54px;
  height: 94px;
  margin-bottom: 10px;
  border-radius: 16px 16px 12px 12px;
  background: linear-gradient(180deg, #fff, #f2faf3);
  border: 3px solid rgba(17,127,47,.28);
  box-shadow: 0 14px 26px rgba(45,85,62,.10);
}

.charger-visual .screen {
  position: absolute;
  left: 13px;
  right: 13px;
  top: 13px;
  height: 28px;
  border-radius: 8px;
  background: rgba(17,127,47,.12);
  border: 1px solid rgba(17,127,47,.20);
}

.charger-visual .socket {
  position: absolute;
  left: 21px;
  top: 52px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #117f2f;
  box-shadow: 0 18px 0 #117f2f;
}

.charger-visual .cable {
  position: absolute;
  left: 26px;
  bottom: 13px;
  width: 3px;
  height: 22px;
  border-radius: 999px;
  background: #0f2f25;
}

/* Solar: clearer sun, panel and charger */
.solar-product {
  position: relative;
  grid-template-columns: 1.05fr 54px 76px 54px 76px;
}

.solar-sun {
  position: absolute;
  left: 24px;
  top: 22px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff7b0, #55b946 70%);
  box-shadow:
    0 0 0 12px rgba(85,185,70,.10),
    0 14px 30px rgba(85,185,70,.16);
}

.solar-card {
  position: relative;
  height: 126px;
  margin-top: 34px;
  border-radius: 24px;
  transform: perspective(420px) rotateX(8deg) rotateZ(-1deg);
  box-shadow: 0 18px 34px rgba(15,47,37,.14);
}

.solar-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.charge-device {
  position: relative;
  width: 56px;
  height: 96px;
  border-radius: 16px 16px 12px 12px;
  border: 3px solid rgba(17,127,47,.30);
  background: linear-gradient(180deg, #fff, #f2faf3);
  box-shadow: 0 14px 26px rgba(45,85,62,.10);
}

.charge-device .screen {
  position: absolute;
  left: 13px;
  right: 13px;
  top: 13px;
  height: 30px;
  border-radius: 8px;
  background: rgba(17,127,47,.12);
  border: 1px solid rgba(17,127,47,.20);
}

.charge-device .socket {
  position: absolute;
  left: 23px;
  top: 58px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #117f2f;
}

/* Fleet: make parked vehicles less blob-like and add charging points */
.fleet-map {
  background:
    radial-gradient(circle at 50% 50%, rgba(17,127,47,.06), transparent 34%),
    rgba(247,255,247,.92);
}

.fleet-car {
  width: 72px;
  height: 36px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(17,127,47,.08) 12% 16%, transparent 16% 100%),
    #fff;
  border: 2px solid rgba(54,128,70,.24);
}

.fleet-car::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 7px;
  height: 10px;
  border-radius: 6px;
  background: rgba(17,127,47,.10);
}

.fleet-car::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 12px;
  width: 7px;
  height: 12px;
  border-radius: 3px;
  background: #117f2f;
  box-shadow: 8px 0 0 rgba(17,127,47,.22);
}

.fleet-car.c1 {
  transform: rotate(-4deg);
}

.fleet-car.c2 {
  transform: rotate(3deg);
}

.fleet-car.c3 {
  transform: rotate(4deg);
}

.fleet-car.c4 {
  transform: rotate(-3deg);
}

.ap-control {
  width: 86px;
  height: 74px;
}

.energy-orbit {
  border-color: rgba(17,127,47,.30);
  border-width: 2px;
}

.energy-orbit.o2 {
  border-color: rgba(17,127,47,.22);
}

/* Make the DoProxy hero mockup slightly cleaner */
.e-doproxy .route-node {
  min-height: 92px;
}

.e-doproxy .route-node strong {
  font-size: 16px;
}

.e-doproxy .mock-window {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 24px 70px rgba(45,85,62,.11);
}

@media (max-width: 620px) {
  .solar-product {
    grid-template-columns: 1fr;
  }

  .solar-sun {
    position: static;
    margin: 0 auto -12px;
  }

  .solar-card {
    margin-top: 0;
  }

  .ap-node,
  .charge-device {
    justify-self: center;
  }
}
/* END WWW-5J E2 logo and visual refinement */

/* WWW-5K E3 AP logo + solar label refinement */
.ap-logo-mark {
  width: 54px;
  height: 30px;
}

.mock-brand .ap-logo-mark {
  width: 46px;
  height: 24px;
}

.ap-node .ap-logo-mark,
.ap-control .ap-logo-mark {
  width: 60px;
  height: 32px;
}

.ap-logo-mark svg {
  overflow: visible;
}

.ap-logo-mark .ap-a {
  fill: #00513f;
}

.ap-logo-mark .ap-p {
  fill: #3fa62b;
}

/* Logo inside DoProxy route block */
.route-ap-logo {
  display: block;
  margin: 0 0 8px;
}

.route-node.ap .route-ap-logo .ap-logo-mark {
  width: 64px;
  height: 34px;
}

.route-node.ap .route-ap-logo .ap-logo-mark .ap-a,
.route-node.ap .route-ap-logo .ap-logo-mark .ap-p {
  fill: #fff;
}

.route-node.ap strong {
  margin-top: 2px;
}

/* Commissioning mini-top logo */
.mini-top .ap-logo-mark {
  width: 42px;
  height: 24px;
  margin-right: 2px;
}

.mini-top .ap-logo-mark .ap-a {
  fill: #00513f;
}

.mini-top .ap-logo-mark .ap-p {
  fill: #3fa62b;
}

/* Replace sun symbol with a professional Solar label */
.solar-sun {
  display: none;
}

.solar-label {
  position: absolute;
  left: 24px;
  top: 24px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(17,127,47,.10);
  color: #117f2f;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(45,85,62,.07);
}

.solar-card {
  margin-top: 46px;
}

/* Make solar panel feel more deliberate without the sun */
.solar-card::before {
  content: "solar";
  position: absolute;
  left: 14px;
  bottom: -28px;
  color: #486454;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .solar-label {
    position: static;
    justify-self: center;
    margin-bottom: -4px;
  }

  .solar-card {
    margin-top: 0;
  }
}
/* END WWW-5K E3 AP logo + solar label refinement */

/* WWW-5L E4 AP logo + solar cleanup */
.ap-logo-mark {
  width: 58px;
  height: 30px;
}

.mock-brand .ap-logo-mark {
  width: 48px;
  height: 25px;
}

.ap-node .ap-logo-mark,
.ap-control .ap-logo-mark {
  width: 64px;
  height: 32px;
}

.route-node.ap .route-ap-logo .ap-logo-mark {
  width: 68px;
  height: 34px;
}

.mini-top .ap-logo-mark {
  width: 46px;
  height: 24px;
}

/* Refined AP geometry: longer A legs, P shifted/scaled to read as P rather than D */
.ap-logo-mark svg {
  overflow: visible;
}

.ap-logo-mark .ap-a {
  fill: #00513f;
}

.ap-logo-mark .ap-p {
  fill: #3fa62b;
}

/* Remove duplicate lower solar label from solar panel */
.solar-card::before {
  content: none !important;
  display: none !important;
}

.solar-label {
  left: 24px;
  top: 24px;
}

/* Give the panel a little more vertical balance now that the duplicate label is gone */
.solar-card {
  margin-top: 42px;
}

@media (max-width: 620px) {
  .solar-card {
    margin-top: 0;
  }
}
/* END WWW-5L E4 AP logo + solar cleanup */

/* WWW-5M E5 AP logo geometry tuning */
.ap-logo-mark {
  width: 62px;
  height: 34px;
}

.mock-brand .ap-logo-mark {
  width: 50px;
  height: 27px;
}

.ap-node .ap-logo-mark,
.ap-control .ap-logo-mark {
  width: 68px;
  height: 36px;
}

.route-node.ap .route-ap-logo .ap-logo-mark {
  width: 72px;
  height: 38px;
}

.mini-top .ap-logo-mark {
  width: 50px;
  height: 27px;
}

/* Keep the taller A readable and prevent vertical clipping */
.ap-logo-mark svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* A should dominate vertically; P should start high and remain compact */
.ap-logo-mark .ap-a {
  fill: #00513f;
}

.ap-logo-mark .ap-p {
  fill: #3fa62b;
}
/* END WWW-5M E5 AP logo geometry tuning */

/* WWW-5N E6 AP logo spacing */
.ap-logo-mark {
  width: 60px;
  height: 34px;
}

.mock-brand .ap-logo-mark {
  width: 49px;
  height: 27px;
}

.ap-node .ap-logo-mark,
.ap-control .ap-logo-mark {
  width: 66px;
  height: 36px;
}

.route-node.ap .route-ap-logo .ap-logo-mark {
  width: 70px;
  height: 38px;
}

.mini-top .ap-logo-mark {
  width: 49px;
  height: 27px;
}
/* END WWW-5N E6 AP logo spacing */

