/*
Theme Name: Cinerama Child
Theme URI: https://cinerama.qodeinteractive.com
Description: A child theme of Cinerama Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.1
Text Domain: cinerama
Template: cinerama
*/
/* Divider line with "or" text */
.divider {
  position: relative;
  text-align: center;
  margin: 24px 0;
}

.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e5e7eb;
}

.divider span {
  position: relative;
  background-color: white;
  padding: 0 10px;
  color: #6b7280;
  font-size: 14px;
}

/* Google login button */
.google-btn {
  width: 100%;
  padding: 10px;
  background-color: white;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  text-decoration: none; /* if you use <a> instead of <button> */
}

.google-btn svg {
  margin-right: 8px;
  height: 18px;
  width: 18px;
}

.google-btn:hover {
  background-color: #f9fafb;
}
