/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 23 2026 | 18:22:27 */
/* Кнопка "Портал пацієнта" — расширение + текст на 2 строки */
.med_portal a {
  width: auto !important;
  min-width: 217px;
  max-width: 320px;
  font-size: 14px !important;
  line-height: 1.2em !important;
  white-space: normal !important;
  text-align: center;
}


.offer__btns a.btn.btn_tr_wh {
  max-width: 400px !important;
  width: 400px !important;
  height: auto !important;
  padding: 10px 25px !important;
  white-space: normal !important;
  text-align: center;
  line-height: 1.4em !important;
  font-size: 16px !important;
}

.offer__btns a.btn.btn_tr_wh small {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.offer__btns .btn.open__form {
  max-width: 400px !important;
  width: 400px !important;
  height: auto !important;
  padding: 10px 25px !important;
  font-size: 16px !important;
  line-height: 1.4em !important;
  border-radius: 100px !important;
}

.offer__btns a.btn.btn_tr_wh {
  background-color: #fff !important;
  color: #ff602e !important;
  border-color: #fff !important;
  transition: all 0.3s ease !important;
}

.offer__btns a.btn.btn_tr_wh:hover {
  background-color: #ff602e !important;
  color: #fff !important;
  border-color: #ff602e !important;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255, 96, 46, 0.4) !important;
}