/* Shop products page – sidebar contact widget */

.shop-contact-widget .shop-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-contact-widget .shop-contact-item {
  padding: 14px 0;
  border-bottom: 1px solid var(--bc, #e8e8e8);
}

.shop-contact-widget .shop-contact-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.shop-contact-widget .shop-contact-item:first-child {
  padding-top: 4px;
}

.shop-contact-widget .shop-contact-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-primary, #2d6a4f);
  margin-bottom: 6px;
}

.shop-contact-widget .shop-contact-value {
  display: block;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--heading-color, #333);
  word-break: break-word;
}

.shop-contact-widget .shop-contact-value a {
  color: inherit;
  text-decoration: none;
}

.shop-contact-widget .shop-contact-value a:hover {
  color: var(--color-primary, #2d6a4f);
}
