@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* Google Translate Styling */
.translate-widget {
  display: inline-block;
}

.goog-te-gadget {
  color: white !important;
  font-size: 14px !important;
}

.goog-te-gadget > span > a {
  display: none !important;
}

.goog-te-gadget .goog-te-combo {
  background: #ffffff !important;
  color: #1D3557 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 6px !important;
  padding: 5px 10px !important;
  font-size: 14px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  outline: none;
}

.goog-te-gadget .goog-te-combo:hover {
  border-color: #065CB4 !important;
}

.goog-te-banner-frame {
  display: none !important;
}

/* Hide Google branding */
.goog-te-gadget img, .goog-te-gadget span[style*="color"] {
  display: none !important;
}