.elementor-1256 .elementor-element.elementor-element-fee662e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-09684d4 *//* Scoped styles for login-register-block */
.login-register-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.login-register-block .lr-modal {
  background: #fff;
  width: 380px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

/* Tabs */
.lr-tabs {
  display: flex;
  background: #f8f9fa;
}
.lr-tab {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  cursor: pointer;
  font-weight: 600;
  color: #888;
  position: relative;
  transition: all 0.3s;
}
.lr-tab.active {
  color: #3498db;
}
.lr-tab.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 3px;
  background: #3498db;
  border-radius: 3px;
}

/* Forms */
.lr-form {
  display: none;
  flex-direction: column;
  padding: 24px;
}
.lr-form.active {
  display: flex;
}
.lr-form input {
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.lr-form input:focus {
  border-color: #3498db;
  outline: none;
  box-shadow: 0 0 5px rgba(52,152,219,0.3);
}
.lr-form button {
  padding: 12px;
  background: #3498db;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.lr-form button:hover {
  background: #2980b9;
}
.lr-link {
  text-align: center;
  margin-top: 12px;
  font-size: 13px;
  color: #3498db;
  cursor: pointer;
}
.lr-link:hover {
  text-decoration: underline;
}/* End custom CSS */