@charset "UTF-8";
/* 🔵 SCSS for WP-Pavel Google Maps Area Widget */
.wp-pavel-google-maps-area {
  padding: 20px;
}
.wp-pavel-google-maps-area h2 {
  margin-bottom: 12px;
}
.wp-pavel-google-maps-area p {
  margin-bottom: 15px;
}
.wp-pavel-google-maps-area .google-maps-container {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wp-pavel-google-maps-area .box {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 15px;
  margin-top: 15px;
}
.wp-pavel-google-maps-area .box p {
  margin-bottom: 8px;
}
.wp-pavel-google-maps-area .box p:last-child {
  margin-bottom: 0;
}

/* Map Shading Styles */
.map-shading #map {
  height: 600px;
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.map-shading .highlighted-county {
  fill-color: #3B82F6;
  fill-opacity: 0.5;
  stroke-weight: 2;
  stroke-color: #1D4ED8;
}
.map-shading .loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3B82F6;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}
.map-shading .selected-county-chip {
  display: inline-flex;
  align-items: center;
  background-color: #EFF6FF;
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #1E40AF;
}
.map-shading .selected-county-chip button {
  margin-left: 0.5rem;
  color: #3B82F6;
  background: none;
  border: none;
  cursor: pointer;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.elementor-controls-docs {
  font-family: system-ui, sans-serif;
  line-height: 1.6;
  color: #333;
}
.elementor-controls-docs h2 {
  margin-bottom: 24px;
  font-size: 1.75rem;
}

.control-block {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
  background: #fff;
}
.control-block h3 {
  font-size: 1.25rem;
  margin-bottom: 4px;
}
.control-block p {
  color: #666;
  margin-bottom: 12px;
}
.control-block img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.current-value {
  background: #f8f8f8;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.preview-img {
  max-width: 100px;
  border-radius: 4px;
  margin-right: 8px;
}

.color-swatch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
  vertical-align: middle;
  margin-right: 8px;
}

.post-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}
.post-list .post-item {
  border-radius: 8px;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
}
.post-list .post-item-wrapper {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.post-list .post-item-title {
  font-size: 20px;
  padding: 15px 5px 5px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  mix-blend-mode: difference;
  z-index: 1;
}
.post-list .post-item-image {
  width: 100% !important;
  max-width: 100%;
  max-height: initial;
  margin: 0;
}
.post-list .post-item-content {
  padding: 10px 6px;
  font-size: 12px;
  line-height: 1.2;
}

.badge {
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.85rem;
}
.badge.on {
  background: #4caf50;
  color: #fff;
}
.badge.off {
  background: #f44336;
  color: #fff;
}

.code-block summary {
  cursor: pointer;
  color: #0073aa;
  font-weight: 600;
  margin-bottom: 6px;
}
.code-block pre {
  background: #1e1e1e;
  color: #f1f1f1;
  padding: 10px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
