.plants-product-province-restrictions {
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  border: 1px solid #d8c6a8;
  border-radius: 16px;
  background: #f6f0e5;
  color: #342214;
}

.plants-product-province-restrictions--summary {
  gap: 0.5rem;
  margin-top: 1rem;
}

.plants-product-province-restrictions--detail {
  gap: 1.0rem;
  margin-top: 2rem;
  scroll-margin-top: 6rem;
}

.plants-product-province-restrictions a {
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.plants-product-province-restrictions a:hover,
.plants-product-province-restrictions a:focus {
  text-decoration-thickness: 2px;
}

.plants-product-province-restrictions__title {
  margin: 0 !important;
  font-size: 1.5rem;
}

.plants-product-province-restrictions__subtitle {
  margin: 0;
  font-size: 0.98rem;
  color: #6d5b40;
}

.plants-product-province-restrictions__context {
  margin: 0;
  color: #5f4300;
}

.plants-product-province-restrictions__context,
.plants-product-province-restrictions__contact,
.plants-product-province-restrictions__intro,
.plants-product-province-restrictions__jump-link,
.plants-product-province-restrictions__ethics,
.plants-product-province-restrictions__extra {
  margin: 0;
}

.plants-product-province-restrictions__contact {
  padding: 0.9rem 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: #5f4300;
}

.plants-product-province-restrictions__extra {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.plants-product-province-restrictions__extra > * {
  margin: 0;
}

.plants-product-province-restrictions__extra :where(ul, ol) {
  margin: 0;
  padding-inline-start: 1.5rem;
}

.plants-product-province-restrictions__extra :where(ul ul, ul ol, ol ul, ol ol) {
  margin-top: 0.5rem;
}

.plants-product-province-restrictions__extra :where(li) {
  margin: 0;
}

.plants-product-province-restrictions__extra :where(li + li) {
  margin-top: 0.35rem;
}

.plants-product-province-restrictions__extra :where(blockquote) {
  margin: 0;
  padding-inline-start: 1rem;
  border-left: 3px solid rgba(52, 34, 20, 0.18);
}

.plants-product-province-restrictions__restriction-note {
  margin: 0;
  padding: 0.9rem 1rem;
  border-left: 4px solid #b88700;
  border-radius: 10px;
  background: #fff5d6;
  color: #5f4300;
}

.plants-product-province-restrictions__province-notes {
  margin: 0;
}

.plants-product-province-restrictions__province-note-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.plants-product-province-restrictions__province-note-item {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
  border: 1px solid #dfd1b7;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.plants-product-province-restrictions__province-note-title {
  margin: 0;
  font-weight: 600;
}

.plants-product-province-restrictions__province-note-text {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.plants-product-province-restrictions__province-note-text > * {
  margin: 0;
}

.plants-product-province-restrictions__province-note-text :where(ul, ol) {
  margin: 0;
  padding-inline-start: 1.5rem;
}

.plants-product-province-restrictions__province-note-text :where(ul ul, ul ol, ol ul, ol ol) {
  margin-top: 0.5rem;
}

.plants-product-province-restrictions__province-note-text :where(li) {
  margin: 0;
}

.plants-product-province-restrictions__province-note-text :where(li + li) {
  margin-top: 0.35rem;
}

.plants-product-province-restrictions__province-note-text :where(blockquote) {
  margin: 0;
  padding-inline-start: 1rem;
  border-left: 3px solid rgba(52, 34, 20, 0.18);
}

.plants-product-province-restrictions__province-note-link {
  margin: 0;
}

.plants-product-province-restrictions__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.plants-product-province-restrictions__label-item {
  margin: 0;
}

.plants-product-province-restrictions__label {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: #e9ddc8;
  color: #5b3c11;
  font-size: 0.95rem;
  line-height: 1.2;
}

.plants-product-province-restrictions__map-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: 0;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.plants-product-province-restrictions__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 0;
}

.plants-product-province-restrictions__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.plants-product-province-restrictions__legend-swatch {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid rgba(52, 34, 20, 0.2);
}

.plants-product-province-restrictions__legend-swatch--allowed {
  background: #7ea467;
}

.plants-product-province-restrictions__legend-swatch--blocked {
  background: #bf5a3c;
}

.plants-product-province-restrictions__map svg {
  display: block;
  width: 100%;
  height: auto;
}

.plants-product-province-restrictions__map svg g.plants-product-province-restrictions__region {
  opacity: 1;
  fill: #7ea467 !important;
  transition: opacity 0.2s ease, fill 0.2s ease;
}

.plants-product-province-restrictions__map svg g.plants-product-province-restrictions__region path,
.plants-product-province-restrictions__map svg g.plants-product-province-restrictions__region use {
  fill: inherit !important;
}

.plants-product-province-restrictions__map svg g.plants-product-province-restrictions__region.is-blocked {
  opacity: 1;
  fill: #bf5a3c !important;
}

.plants-product-province-restrictions__notice {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.plants-product-province-restrictions__notice p {
  margin: 0;
}

.woocommerce-info.plants-product-province-restrictions__notice--warning {
  border-top-color: #b88700;
  background: #fff5d6;
  color: #5f4300;
}

.woocommerce-info.plants-product-province-restrictions__notice--warning::before {
  color: #b88700;
}

.plants-product-province-restrictions__conflicts {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0 0 0 1.25rem;
}

.plants-product-province-restrictions__conflicts li {
  margin: 0;
}

.plants-product-province-restrictions__quantity {
  font-weight: 600;
}

@media (max-width: 767px) {
  .plants-product-province-restrictions {
    padding: 1rem;
  }

  .plants-product-province-restrictions__title {
    font-size: 1.25rem;
  }

  .plants-product-province-restrictions__label {
    width: 100%;
    justify-content: center;
  }

  .plants-product-province-restrictions__map-wrapper {
    padding: 0.75rem;
  }
}
