.ppit-vat-wrapper {
  position: relative;
}
.ppit-vat-wrapper .form-group {
  padding-right: 44px;
}

.ppit-vat-info-trigger {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 40px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e7572;
  cursor: pointer;
  border-left: 1px solid #dee2e6;
  user-select: none;
  pointer-events: auto;
  z-index: 5;
}
.ppit-vat-info-trigger:hover {
  color: #1e4f4d;
}

.ppit-vat-info-text {
  margin-top: 0.5rem;
  padding: 0.75rem;
  background: #e8f4f3;
  border: 1px solid #c5e5e2;
  border-radius: 4px;
  font-size: 0.875rem;
}
.ppit-vat-info-text h5 {
  margin-top: 0;
  font-size: 0.95rem;
  color: #2e7572;
}
.ppit-vat-info-text p {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.ppit-vat-info-text b {
  color: #2e7572;
}
.ppit-vat-info-text u {
  text-decoration: none;
  font-weight: 600;
}
