/*
Theme Name: AutoReply
Theme URI:
Author:
Author URI:
Description: AI-Powered Customer Engagement WordPress Theme
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: autoreply
*/

::-webkit-scrollbar {
    display: none;
}

/* Offset sticky header when WordPress admin bar is visible */
.admin-bar #header {
    top: calc(1rem + 32px);
}

@media screen and (max-width: 782px) {
    .admin-bar #header {
        top: calc(1rem + 46px);
    }
}

/* ---------------------------------------------------------------
   Page / Post Content Typography
   These rules style headings, paragraphs, and lists inside
   the .entry-content wrapper on pages like Privacy Policy.
   They act as a fallback and supplement to Tailwind's prose plugin.
--------------------------------------------------------------- */
.prose h1, .prose h2, .prose h3,
.prose h4, .prose h5, .prose h6 {
    color: #111827;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 0.75em;
}
.prose h1 { font-size: 2.25rem; }
.prose h2 { font-size: 1.875rem; }
.prose h3 { font-size: 1.5rem; }
.prose h4 { font-size: 1.25rem; }
.prose h5 { font-size: 1.125rem; }
.prose h6 { font-size: 1rem; }
.prose p  { margin-bottom: 1.25em; line-height: 1.75; color: #374151; }
.prose a  { color: #4F46E5; text-decoration: underline; }
.prose a:hover { color: #3730a3; }
.prose ul { list-style-type: disc; padding-left: 1.5em; margin-bottom: 1.25em; }
.prose ol { list-style-type: decimal; padding-left: 1.5em; margin-bottom: 1.25em; }
.prose li { margin-bottom: 0.5em; color: #374151; line-height: 1.75; }
.prose strong { font-weight: 700; color: #111827; }
.prose blockquote {
    border-left: 4px solid #4F46E5;
    padding-left: 1em;
    color: #6B7280;
    font-style: italic;
    margin: 1.5em 0;
}
.prose hr { border-color: #E5E7EB; margin: 2em 0; }
.prose table { width: 100%; border-collapse: collapse; margin-bottom: 1.5em; }
.prose th { background: #F3F4F6; font-weight: 700; text-align: left; padding: 0.75em 1em; border: 1px solid #E5E7EB; }
.prose td { padding: 0.75em 1em; border: 1px solid #E5E7EB; color: #374151; }
