.elementor-1613 .elementor-element.elementor-element-e928c6f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-9e1649d */.pm-energy-page {
  --pm-green: #3cf9a2;
  --pm-green-dark: #14c979;
  --pm-black: #05090d;
  --pm-text: #071018;
  --pm-muted: #69727d;
  --pm-white: #ffffff;

  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  color: var(--pm-text);
  font-family: Satoshi, Inter, Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.pm-energy-page * {
  box-sizing: border-box;
}

.pm-energy-logo-bar {
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  z-index: 40 !important;
  height: 58px !important;
  display: flex !important;
  align-items: center !important;
  background: rgba(255, 255, 255, 0.62) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(20px) !important;
  overflow: hidden !important;
}

.pm-energy-logo-bar__inner {
  width: min(100%, 1260px) !important;
  height: 100% !important;
  margin: 0 auto !important;
  padding: 0 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  overflow: hidden !important;
}

.pm-energy-logo-bar img {
  display: block !important;
  width: auto !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

.pm-energy-logo-bar__vtac {
  height: 24px !important;
  max-height: 24px !important;
  max-width: 170px !important;
}

.pm-energy-logo-bar__clou {
  height: 33px !important;
  max-height: 33px !important;
  max-width: 105px !important;
}

.pm-energy-logo-bar__x {
  color: var(--pm-green-dark) !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  transform: translateY(-1px) !important;
  flex: 0 0 auto !important;
}

.pm-energy-hero {
  position: relative;
  min-height: 720px;
  height: 86vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #eef3f6;
}

.pm-energy-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("https://vtacenergy.com.pl/wp-content/uploads/2026/06/ChatGPT-Image-19-cze-2026-13_57_50.png");
  background-size: cover;
  background-position: center center;
  transform: scale(1.015);
}

.pm-energy-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.78) 0%,
      rgba(255,255,255,0.58) 30%,
      rgba(255,255,255,0.24) 60%,
      rgba(255,255,255,0.02) 100%
    ),
    linear-gradient(
      to bottom,
      rgba(255,255,255,0.02) 0%,
      rgba(255,255,255,0.08) 54%,
      rgba(255,255,255,0.72) 100%
    );
}

.pm-energy-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 170px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff 76%);
  pointer-events: none;
}

.pm-energy-hero__inner {
  position: relative;
  z-index: 4;
  width: min(100%, 1260px);
  margin: 0 auto;
  padding: 120px 34px 80px;
}

.pm-energy-hero__content {
  width: min(100%, 650px);
  text-align: left;
}

.pm-energy-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 9px 14px;
  color: #0d3525;
  background: rgba(60, 249, 162, 0.2);
  border: 1px solid rgba(60, 249, 162, 0.48);
  border-radius: 999px;
  font-size: 9px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.pm-energy-hero__content h1 {
  margin: 0;
  color: #061018;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  text-shadow: 0 18px 58px rgba(255, 255, 255, 0.72);
}

.pm-energy-hero__lead {
  max-width: 540px;
  margin: 24px 0 0;
  color: rgba(7, 16, 24, 0.78);
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.pm-energy-hero__buttons {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.pm-energy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  padding: 15px 23px;
  color: #061018;
  background: var(--pm-green);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(60, 249, 162, 0.34);
  text-decoration: none !important;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pm-energy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(60, 249, 162, 0.46);
}

.pm-energy-scroll {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 28px;
  width: 22px;
  height: 40px;
  transform: translateX(-50%);
  border: 1px solid rgba(7, 16, 24, 0.38);
  border-radius: 30px;
}

.pm-energy-scroll span {
  position: absolute;
  left: 50%;
  top: 9px;
  width: 4px;
  height: 7px;
  background: #071018;
  border-radius: 20px;
  transform: translateX(-50%);
  animation: pmEnergyScroll 1.55s ease-in-out infinite;
}

@keyframes pmEnergyScroll {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 16px);
  }
}

.pm-energy-main {
  position: relative;
  z-index: 8;
  background: #ffffff;
}

.pm-energy-feed-section {
  width: min(100%, 1260px);
  margin: 0 auto;
  padding: 76px 34px 110px;
}

.pm-energy-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 34px;
  margin-bottom: 38px;
}

.pm-energy-section-kicker {
  display: block;
  margin: 0 0 10px;
  color: var(--pm-green-dark);
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pm-energy-section-head h2 {
  margin: 0 0 10px;
  color: #071018;
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.pm-energy-section-head p {
  max-width: 610px;
  margin: 0;
  color: var(--pm-muted);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 600;
}

.pm-energy-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 6px;
  background: #f5f7f8;
  border: 1px solid rgba(10, 20, 30, 0.06);
  border-radius: 999px;
  white-space: nowrap;
}

.pm-energy-tabs button {
  padding: 12px 16px;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: rgba(10, 20, 30, 0.62);
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.pm-energy-tabs button:hover,
.pm-energy-tabs button.is-active {
  color: #071018;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(10, 20, 30, 0.08);
}

.pm-view {
  display: none;
}

.pm-view.is-visible {
  display: block;
}

.pm-energy-loader,
.pm-energy-empty,
.pm-stat-loading {
  width: 100%;
  padding: 32px;
  background: #f7f9fa;
  border: 1px solid rgba(10, 20, 30, 0.08);
  border-radius: 22px;
  color: #76808a;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.pm-energy-loader.is-hidden,
.pm-stat-loading.is-hidden {
  display: none;
}

.pm-energy-empty {
  display: none;
}

.pm-energy-empty.is-visible {
  display: block;
}

.pm-energy-grid {
  column-count: 3;
  column-gap: 26px;
  width: 100%;
}

.pm-energy-card {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 26px;
  break-inside: avoid;
  overflow: hidden;
  background: #edf1f3;
  color: #ffffff;
  text-decoration: none !important;
  border-radius: 24px;
  box-shadow: 0 24px 58px rgba(7, 16, 24, 0.1);
  cursor: pointer;
  transform: translateY(0);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    filter 0.32s ease;
}

.pm-energy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 78px rgba(7, 16, 24, 0.16);
}

.pm-energy-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.65s ease, filter 0.65s ease;
}

.pm-energy-card:hover img {
  transform: scale(1.055);
  filter: contrast(1.05) saturate(1.04);
}

.pm-energy-card--small {
  height: 290px;
}

.pm-energy-card--medium {
  height: 370px;
}

.pm-energy-card--tall {
  height: 500px;
}

.pm-energy-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(7, 16, 24, 0.02) 18%, rgba(7, 16, 24, 0.2) 50%, rgba(7, 16, 24, 0.82) 100%);
  opacity: 0.92;
  transition: opacity 0.35s ease;
}

.pm-energy-card:hover .pm-energy-card__overlay {
  opacity: 0.98;
}

.pm-energy-card__tag {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.92);
  color: #071018;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  font-size: 9px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  backdrop-filter: blur(12px);
}

.pm-energy-card__content {
  position: absolute;
  z-index: 3;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.pm-energy-card__content h3 {
  display: -webkit-box;
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-shadow: 0 12px 28px rgba(0,0,0,0.28);
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pm-energy-card__content p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
}

.pm-energy-card__fallback {
  width: 100%;
  height: 100%;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 72% 12%, rgba(60, 249, 162, 0.34), transparent 34%),
    linear-gradient(135deg, #081019 0%, #17242e 100%);
}

.pm-energy-card__fallback span {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pm-energy-card__fallback strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.pm-energy-pagination {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.pm-energy-pagination.is-visible {
  display: flex;
}

.pm-energy-pagination__numbers {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  background: #f5f7f8;
  border: 1px solid rgba(10, 20, 30, 0.06);
  border-radius: 999px;
}

.pm-energy-pagination button {
  height: 38px;
  min-width: 38px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(10, 20, 30, 0.68);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pm-energy-pagination button:hover,
.pm-energy-pagination button.is-active {
  color: #071018;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(10, 20, 30, 0.08);
}

.pm-energy-pagination button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}

.pm-energy-pagination__btn {
  background: #f5f7f8 !important;
  border: 1px solid rgba(10, 20, 30, 0.06) !important;
}

.pm-energy-pagination__numbers span {
  padding: 0 4px;
  color: rgba(10, 20, 30, 0.42);
  font-size: 12px;
  font-weight: 900;
}

/* VIDEO */

.pm-youtube-shell {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 16px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid rgba(10, 20, 30, 0.08);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(7, 16, 24, 0.14);
}

.pm-youtube-main {
  min-width: 0;
}

.pm-youtube-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f2f5f7;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(7, 16, 24, 0.12);
}

.pm-youtube-screen iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pm-youtube-placeholder {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 30px;
  text-align: center;
  color: #071018;
  background:
    radial-gradient(circle at 50% 20%, rgba(60, 249, 162, 0.24), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #eef4f6 100%);
}

.pm-youtube-placeholder.is-hidden {
  display: none;
}

.pm-youtube-placeholder span {
  color: var(--pm-green-dark);
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pm-youtube-placeholder strong {
  max-width: 420px;
  color: #071018;
  font-size: 26px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.pm-youtube-info {
  padding: 18px 4px 6px;
  color: #071018;
}

.pm-youtube-info h3 {
  margin: 0;
  color: #071018;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.pm-youtube-info p {
  margin: 8px 0 0;
  color: rgba(7, 16, 24, 0.58);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
}

.pm-youtube-info a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--pm-green-dark);
  text-decoration: none !important;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pm-youtube-playlist {
  min-width: 0;
  overflow: hidden;
  background: #f6f8f9;
  border: 1px solid rgba(10, 20, 30, 0.08);
  border-radius: 18px;
}

.pm-youtube-playlist__top {
  height: 72px;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(10, 20, 30, 0.08);
  background: #ffffff;
}

.pm-youtube-playlist__top span {
  display: block;
  margin: 0 0 7px;
  color: var(--pm-green-dark);
  font-size: 9px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pm-youtube-playlist__top strong {
  display: block;
  color: #071018;
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.pm-youtube-items {
  max-height: 620px;
  overflow: auto;
  padding: 8px;
}

.pm-youtube-item {
  width: 100%;
  display: grid;
  grid-template-columns: 22px 112px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  background: transparent;
  border: 0;
  border-radius: 12px;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.pm-youtube-item:hover,
.pm-youtube-item.is-active {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(7, 16, 24, 0.08);
}

.pm-youtube-item.is-active {
  outline: 1px solid rgba(60, 249, 162, 0.45);
}

.pm-youtube-item__number {
  color: rgba(7, 16, 24, 0.48);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.pm-youtube-item__thumb {
  position: relative;
  width: 112px;
  height: 63px;
  display: block;
  overflow: hidden;
  background: #dce2e6;
  border-radius: 8px;
}

.pm-youtube-item__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pm-youtube-item__thumb em {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 3px 5px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.82);
  border-radius: 4px;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  font-weight: 800;
}

.pm-youtube-item__thumb-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #071018;
  background: #e6ecef;
  font-size: 18px;
  font-weight: 950;
}

.pm-youtube-item__text {
  min-width: 0;
}

.pm-youtube-item__text strong {
  display: -webkit-box;
  margin: 0;
  color: #071018;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 850;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pm-youtube-item__text small {
  display: block;
  margin-top: 5px;
  color: rgba(7, 16, 24, 0.52);
  font-size: 11px;
  line-height: 1;
  font-weight: 650;
}

/* FACEBOOK STATISTICS */

.pm-stat-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pm-stat-kpi {
  min-height: 170px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(10, 20, 30, 0.08);
  border-radius: 26px;
  box-shadow: 0 18px 54px rgba(7, 16, 24, 0.08);
}

.pm-stat-kpi span {
  display: block;
  margin: 0 0 18px;
  color: var(--pm-green-dark);
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pm-stat-kpi strong {
  display: block;
  color: #071018;
  font-size: clamp(32px, 3.4vw, 54px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.075em;
}

.pm-stat-kpi p {
  margin: 16px 0 0;
  color: rgba(7, 16, 24, 0.58);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.pm-stat-dashboard-grid--simple {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
  align-items: stretch;
}

.pm-stat-panel {
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(10, 20, 30, 0.08);
  border-radius: 26px;
  box-shadow: 0 18px 54px rgba(7, 16, 24, 0.08);
}

.pm-stat-panel-head {
  margin-bottom: 24px;
}

.pm-stat-panel-head span {
  display: block;
  margin: 0 0 9px;
  color: var(--pm-green-dark);
  font-size: 9px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pm-stat-panel-head h4 {
  margin: 0;
  color: #071018;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.pm-stat-bars {
  display: grid;
  gap: 18px;
}

.pm-stat-bar-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 9px;
}

.pm-stat-bar-label span {
  color: rgba(7, 16, 24, 0.68);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.pm-stat-bar-label strong {
  color: #071018;
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.pm-stat-bar-track {
  height: 12px;
  overflow: hidden;
  background: #edf2f4;
  border-radius: 999px;
}

.pm-stat-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, rgba(60, 249, 162, 0.45), rgba(20, 201, 121, 0.95));
  border-radius: 999px;
}

.pm-stat-bar-fill--strong {
  background: linear-gradient(90deg, rgba(20, 201, 121, 0.95), rgba(60, 249, 162, 0.95));
}

.pm-stat-top-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pm-stat-top-post {
  display: block;
  min-height: 160px;
  padding: 18px;
  color: #071018;
  text-decoration: none !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(60, 249, 162, 0.18), transparent 34%),
    #f6f9fa;
  border: 1px solid rgba(10, 20, 30, 0.06);
  border-radius: 20px;
}

.pm-stat-top-post span {
  display: block;
  margin: 0 0 12px;
  color: var(--pm-green-dark);
  font-size: 9px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pm-stat-top-post strong {
  display: -webkit-box;
  color: #071018;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -0.04em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pm-stat-top-post p {
  margin: 12px 0 0;
  color: rgba(7, 16, 24, 0.58);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 750;
}

@media (max-width: 1024px) {
  .pm-energy-section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pm-energy-tabs {
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 22px;
  }

  .pm-energy-grid {
    column-count: 2;
  }

  .pm-youtube-shell {
    grid-template-columns: 1fr;
  }

  .pm-stat-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-stat-dashboard-grid--simple {
    grid-template-columns: 1fr;
  }

  .pm-stat-top-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pm-energy-logo-bar {
    height: 50px !important;
  }

  .pm-energy-logo-bar__inner {
    padding: 0 18px !important;
    gap: 10px !important;
  }

  .pm-energy-logo-bar__vtac {
    height: 18px !important;
    max-height: 18px !important;
    max-width: 120px !important;
  }

  .pm-energy-logo-bar__clou {
    height: 17px !important;
    max-height: 17px !important;
    max-width: 78px !important;
  }

  .pm-energy-logo-bar__x {
    font-size: 21px !important;
  }

  .pm-energy-hero {
    min-height: 600px;
    height: 82vh;
  }

  .pm-energy-hero__inner {
    padding: 96px 18px 78px;
  }

  .pm-energy-hero__content h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .pm-energy-btn {
    width: 100%;
  }

  .pm-energy-feed-section {
    padding: 58px 18px 80px;
  }

  .pm-energy-tabs button {
    padding: 10px 11px;
    font-size: 9px;
  }

  .pm-energy-grid {
    column-count: 1;
    column-gap: 0;
  }

  .pm-energy-card--small,
  .pm-energy-card--medium,
  .pm-energy-card--tall {
    height: 380px;
  }

  .pm-stat-kpi-grid {
    grid-template-columns: 1fr;
  }

  .pm-stat-panel {
    padding: 20px;
  }
}/* End custom CSS */