.ownerProviderBtn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  min-height: 56px;
  text-align: center;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease, background 0.16s ease;
}

.ownerProviderBtn:hover {
  transform: translateY(-1px);
}

.ownerProviderBtn:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.ownerProviderBtn:focus-visible {
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2);
  outline: none;
}

.ownerProviderBtn--google {
  background: #fff !important;
  border: 1px solid #747775 !important;
  box-shadow: 0 2px 4px rgba(60, 64, 67, 0.18) !important;
  color: #1f1f1f !important;
  font-family: Roboto, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.ownerProviderBtn--google:hover {
  background: #f8fafd !important;
  border-color: #1f1f1f !important;
  box-shadow: 0 3px 8px rgba(60, 64, 67, 0.22) !important;
}

.ownerProviderBtn--telegram {
  background: #229ed9 !important;
  border: 1px solid #229ed9 !important;
  box-shadow: 0 14px 30px rgba(34, 158, 217, 0.28) !important;
  color: #fff !important;
}

.ownerProviderBtn--telegram:hover {
  background: #1d93cb !important;
  border-color: #1d93cb !important;
  box-shadow: 0 18px 36px rgba(34, 158, 217, 0.34) !important;
}

.ownerProviderBtn--email {
  border-radius: 999px;
}

.ownerProviderIcon {
  display: inline-grid;
  flex: 0 0 auto;
  height: 22px;
  place-items: center;
  width: 22px;
}

.ownerProviderIcon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.ownerProviderBtn--compact {
  border-radius: 16px;
}

.h001SaveOption.ownerProviderBtn {
  min-height: 56px;
}

.h001SaveOption.ownerProviderBtn--google,
.h001SaveOption.ownerProviderBtn--telegram {
  padding: 0 18px;
}

@media (max-width: 560px) {
  .ownerProviderBtn {
    min-height: 54px;
  }
}
