/* Wholesalers Page Styles */
.page-template-tpl-wholesalers main h1 {
  color: #667f3c;
  font-size: 2.8em;
}
.page-template-tpl-wholesalers main h2 {
  color: #667f3c;
  font-size: 2.3em;
}
.page-template-tpl-wholesalers main h3 {
  color: #667f3c;
  font-size: 1.4em;
}
.page-template-tpl-wholesalers main h1,
.page-template-tpl-wholesalers main h2,
.page-template-tpl-wholesalers main h3 {
  margin-bottom: 0.5em;
}

@media (max-width: 36em) {
  .page-template-tpl-wholesalers main h1 { font-size: 2.1em; }
  .page-template-tpl-wholesalers main h2 { font-size: 1.8em; }
  .page-template-tpl-wholesalers main h3 { font-size: 1.2em; }
}

.page-template-tpl-wholesalers .wholesalers-intro {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.page-template-tpl-wholesalers .wholesalers-intro p {
  font-size: 1.1em;
  line-height: 1.6;
}

.page-template-tpl-wholesalers .wholesalers-regions .region {
  margin-bottom: 50px;
}

.page-template-tpl-wholesalers .wholesalers-regions .region-name {
  text-transform: none;
  padding-bottom: 15px;
  border-bottom: 3px solid #667f3c;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.page-template-tpl-wholesalers .wholesalers-regions .region-wholesalers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}

@media (max-width: 36em) {
  .page-template-tpl-wholesalers .wholesalers-regions .region-wholesalers {
    grid-template-columns: 1fr;
  }
}

.page-template-tpl-wholesalers .wholesaler-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 25px;
  transition: 0.25s all ease-in-out;
}

.page-template-tpl-wholesalers .wholesaler-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-color: #667f3c;
}

.page-template-tpl-wholesalers .wholesaler-card .wholesaler-name {
  margin-bottom: 10px;
}

.page-template-tpl-wholesalers .wholesaler-card .wholesaler-address {
  color: #341F25;
  font-size: 0.95em;
  line-height: 1.5;
  margin-bottom: 15px;
}

.page-template-tpl-wholesalers .wholesaler-card .wholesaler-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-template-tpl-wholesalers .wholesaler-card .wholesaler-contact a {
  color: #667f3c;
  font-size: 0.9em;
  text-decoration: none;
  transition: 0.25s all ease-in-out;
  display: inline-flex;
  align-items: center;
  word-break: break-word;
}

.page-template-tpl-wholesalers .wholesaler-card .wholesaler-contact a:hover {
  color: #667f3c;
}

.page-template-tpl-wholesalers .wholesaler-card .wholesaler-contact a.wholesaler-website::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23667f3c' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.page-template-tpl-wholesalers .wholesaler-card .wholesaler-contact a.wholesaler-email::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23667f3c' stroke-width='2'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.page-template-tpl-wholesalers .wholesaler-card .wholesaler-contact a.wholesaler-phone::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23667f3c' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}
