.wow-contact-strip {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e1dd;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.wow-contact-strip__header {
  padding: 12px 20px 0px 20px;
  /*border-bottom: 1px solid #efe9e4;*/
  background: transparent;
}

.wow-contact-strip__name {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  text-align: right;
}

.wow-contact-strip__links {
  display: flex;
  flex-direction: row;
  gap: 18px;
  padding: 14px;
  align-items: center;
  justify-content: flex-start;
  border-top: none;
  /*border: 1px solid #e9e3de;
  margin: 12px 14px 14px;*/
  border-radius: 4px;
}

.wow-contact-strip__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 6px 4px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #111;
  text-align: center;
}

.wow-contact-strip__link-text {
  font-size: 13px;
  color: #222;
}

.wow-contact-strip__icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f7a44;
  background: #fff;
  text-decoration: none;
}

.wow-contact-strip__icon-wrap {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid #e2dedb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: #f8f6f4;
}

.wow-contact-strip__icon-btn--social {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  padding: 0;
}

.wow-contact-strip__icon-btn--social .wow-contact-strip__icon-wrap {
  width: 26px;
  height: 26px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.wow-contact-strip__icon-wrap--facebook {
  background-image: url('../assets/facebook.png');
}

.wow-contact-strip__icon-wrap--instagram {
  background-image: url('../assets/instagram.png');
}

.wow-contact-strip__icon {
  width: 34px;
  height: 34px;
}

.wow-contact-us {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid #efe9e4;
}

.wow-contact-us__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.wow-contact-us__subtitle {
  margin: 6px 0 14px 0;
  font-size: 13px;
  color: #333;
}

.wow-contact-us__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wow-contact-us__disclaimer {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(232, 92, 32, 0.35);
  border-radius: 6px;
  background: #fff;
}

.wow-contact-us__disclaimer-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.wow-contact-us__disclaimer-text {
  margin: 8px 0 0 0;
  font-size: 15px;
  color: #222;
  text-align: center;
}
