.festival-whatsapp {
  width: 100%;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.festival-whatsapp *,
.festival-whatsapp *::before,
.festival-whatsapp *::after {
  box-sizing: border-box;
}

.festival-whatsapp-title {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: normal;
}

.festival-whatsapp-description {
  margin-top: 22px;
  color: #fff;
  font-weight: bold;
}

.festival-whatsapp-details {
  display: grid;
  grid-template-columns: minmax(0, 430px) 190px;
  gap: 25px;
  align-items: start;
  justify-content: start;
  margin-top: 22px;
}

.festival-whatsapp-specialists-title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.17em;
  font-weight: bold;
  text-decoration: underline;
}

.festival-whatsapp-specialist-list {
  width: 100%;
}

.festival-whatsapp-specialist {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  margin-top: 12px;
}

.festival-whatsapp-specialist:first-child {
  margin-top: 0;
}

.festival-whatsapp-avatar {
  display: flex;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #303030;
  color: #ffef33;
  font-size: 15px;
  font-weight: bold;
}

.festival-whatsapp-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.festival-whatsapp-specialist-content {
  min-width: 0;
}

.festival-whatsapp-specialist h4,
.festival-whatsapp-specialist p {
  margin: 0;
  padding: 0;
  color: #fff;
}

.festival-whatsapp-specialist h4 {
  font-size: 15px;
  line-height: 1.3;
}

.festival-whatsapp-specialist h4 a {
  color: #ffef33 !important;
  text-decoration: underline;
}

.festival-whatsapp-specialist p {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.festival-whatsapp-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
}

.festival-whatsapp-qr-image {
  position: relative;
  width: 150px;
  height: 150px;
}

.festival-whatsapp-qr-image > img {
  display: block;
  width: 150px;
  height: 150px;
  padding: 6px;
  background: #fff;
}

.festival-whatsapp-qr-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 3px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #25d366;
  transform: translate(-50%, -50%);
}

.festival-whatsapp-qr-logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.festival-whatsapp-qr-logo svg path {
  transform: translate(0.45px, 0.25px);
  transform-origin: center;
}

.festival-whatsapp-qr a {
  margin-top: 8px;
  color: #ffef33 !important;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: underline;
}

@media (max-width: 620px) {
  .festival-whatsapp-details {
    grid-template-columns: minmax(0, 1fr);
  }

  .festival-whatsapp-qr {
    align-items: flex-start;
    width: 190px;
  }

  .festival-whatsapp-qr a {
    text-align: left;
  }
}
