/* Container */
.zs-pincode-page {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 1rem;
}

/* Headline section */
.zs-pincode-header {
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
}

.zs-pincode-title {
  font-size: 28px;
  font-weight: bold;
  color: #0073aa; /* WordPress blue */
  margin: 0;
  padding-bottom: 10px;
}

/* Body section */
.zs-pincode-body {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Table styling */
.zs-pincode-table {
  width: 100%;
  border-collapse: collapse;
}

.zs-pincode-table th {
  text-align: left;
  padding: 8px;
  width: 220px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}

.zs-pincode-table td {
  padding: 8px;
  border-bottom: 1px solid #eee;
}
/* Map container */
.zs-pincode-map {
  margin-top: 20px;
  margin-bottom: 30px;
}

/* Responsive iframe */
.gmap_iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .gmap_iframe {
    height: 300px;
  }
}
