/*
Theme Name: Menu360 Theme
Theme URI: https://menu360.in
Author: Menu360
Author URI: https://menu360.in
Description: A custom professional theme matching the design of menu360.in Next.js app.
Version: 2.0
Text Domain: menu360
*/

:root {
  --background: #f8f9fa;
  --foreground: #1f2937;
}

html {
  max-width: 100%;
}

body {
  background: var(--background);
  color: var(--foreground);
  overflow-x: clip;
}

.hero-bg {
  background: linear-gradient(135deg, #003366 0%, #004080 100%);
}

.hide-scroll {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.hide-scroll::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Base styles for post content formatting */
.post-content h2 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1f2937;
}

.post-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #374151;
}

.post-content p {
    margin-bottom: 1.25rem;
    line-height: 1.75;
    color: #4b5563;
}

.post-content a {
    color: #003366;
    text-decoration: underline;
}

.post-content a:hover {
    color: #f37021;
}

.post-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    color: #4b5563;
}

.post-content ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    color: #4b5563;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin-bottom: 1.25rem;
}
