/* Custom styles if needed, otherwise Tailwind handles it */
body {
  font-family: "Poppins", sans-serif;
}

@media (min-width: 1536px) {
  .container {
    max-width: 1400px !important;
  }
}

.hero-pattern {
  background-color: #1a3a6b;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.1) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
}

.custom-scrollbar::-webkit-scrollbar {
  height: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #1a3a6b;
  border-radius: 10px;
}

/* Base Content Styles (Prose) */
.prose {
  color: #4a5568; /* gray-700 */
  line-height: 1.75;
}

.prose p {
  margin-bottom: 1.5rem;
}

.prose h2 {
  color: #1a3a6b; /* primary */
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.prose h3 {
  color: #1a3a6b;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.prose ul,
.prose ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.prose ul {
  list-style-type: disc;
}

.prose ol {
  list-style-type: decimal;
}

.prose li {
  margin-bottom: 0.5rem;
}

.prose blockquote {
  border-left: 4px solid #e53e3e; /* accent/red */
  padding: 0.5rem 1rem;
  font-style: italic;
  background-color: #f7fafc; /* gray-50 */
  margin: 2rem 0;
  color: #2d3748;
}

.prose blockquote p {
  margin-bottom: 0 !important;
}

.prose img {
  border-radius: 0.75rem;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 100%;
  height: auto;
}

.prose figure {
  margin: 2rem 0;
}

.prose figcaption {
  font-size: 0.875rem;
  color: #718096;
  text-align: center;
  margin-top: 0.5rem;
}

.prose strong {
  color: #1a202c;
  font-weight: 700;
}

.prose a {
  color: #1a3a6b;
  text-decoration: underline;
  font-weight: 600;
}

.prose a:hover {
  color: #e53e3e;
}

.prose .lead {
  font-size: 1.25rem;
  color: #1a202c;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

/* Hide Google Translate Toolbar */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

body {
  top: 0 !important;
}

/* Fix for Google Translate injecting space at the top */
.goog-te-spinner-pos {
  display: none !important;
}

/* Hide the attribution/tooltip if needed */
.goog-tooltip {
  display: none !important;
}
.goog-tooltip:hover {
  display: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.skiptranslate {
  margin-top: -40px !important;
}
