.taymsl-social-login {
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px solid rgba(124, 96, 59, 0.2);
}

.taymsl-social-login__title {
  margin: 0 0 10px;
  color: #5f4728;
  font-size: 14px;
  font-weight: 600;
}

.taymsl-social-login__error {
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
}

.taymsl-social-login__buttons {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 10px;
}

.taymsl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 92%;
  max-width: 380px;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(122, 94, 59, 0.28);
  background: #fff;
  color: #2f2214;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.taymsl-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.taymsl-btn--google {
  background: #db4437;
  border-color: #db4437;
  color: #fff;
}

.taymsl-btn--google:hover,
.taymsl-btn--google:focus {
  background: #c53929;
  border-color: #c53929;
  color: #fff;
  box-shadow: 0 7px 16px rgba(219, 68, 55, 0.35);
}

.taymsl-btn--google .taymsl-btn__icon {
  color: #db4437;
  background: #ffffff;
}

.taymsl-btn--facebook {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}

.taymsl-btn--facebook:hover,
.taymsl-btn--facebook:focus {
  background: #166fe5;
  border-color: #166fe5;
  color: #fff;
  box-shadow: 0 7px 16px rgba(24, 119, 242, 0.35);
}

.taymsl-btn--facebook .taymsl-btn__icon {
  color: #1877f2;
  background: #ffffff;
}

@media (max-width: 767px) {
  .taymsl-btn {
    width: 94%;
    max-width: none;
  }
}
