/* Frontend buttons — matches Elementor View Properties button */
.ups-btn {
  display: inline-block;
  background-color: #1a2e4a;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #f5ede0;
  border-radius: 12px;
  padding: 23px 23px 19px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.3;
}

.ups-btn:hover,
.ups-btn:focus,
.ups-btn:focus-visible {
  background-color: #2d486f;
  color: #f5ede0;
  outline: none;
}

.ups-btn--sm {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 16px;
  line-height: 1.3;
}

.ups-btn .elementor-button-content-wrapper,
.ups-btn .ups-btn__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  line-height: 1.3;
}

.ups-btn .elementor-button-text.animated-text,
.ups-btn .ups-btn__text.animated-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}

.ups-btn .btn-text-animate {
  display: inline-block;
  position: relative;
  height: 1.3em;
  line-height: 1.3;
  overflow: hidden;
  transition: transform 0.35s ease;
  vertical-align: middle;
}

.ups-btn .btn-text-animate > span {
  display: block;
  height: 1.3em;
  line-height: 1.3;
  color: inherit;
  white-space: nowrap;
}

.ups-btn:hover .btn-text-animate,
.ups-btn:focus .btn-text-animate,
.ups-btn:focus-visible .btn-text-animate {
  transform: translateY(0);
}
