.powiaty-map-layout{
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap:24px;
  align-items:start;
}

.powiaty-map{
  width:100%;
  border:1px solid #e6e6e6;
  border-radius:12px;
  overflow:hidden;
}

.powiaty-panel{
  border:1px solid #e6e6e6;
  border-radius:12px;
  padding:16px;
}

.powiaty-panel__title{ font-weight:700; margin-bottom:12px; }

.powiat{ fill:#e0e0e0; stroke:#fff; stroke-width:1.5px; cursor:pointer; transition:fill 150ms ease; }
.powiat:hover{ fill:#cfcfcf; }
.powiat.is-active{ fill:#2ecc71; }

.page-template-page-test-powiatow .where-buy__inner {
  padding: 0;
}

@media(max-width: 1199.98px) {
  .powiaty-map-layout{
    display:grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items:start;
  }
}