/*
Theme Name: Hypertools
Theme URI: https://hypertools.so
Author: Hypertools
Author URI: https://hypertools.so
Description: AI Tools Directory - Discover the Best AI Tools. Custom WordPress theme converted from Next.js static export with ACF integration.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hypertools
Tags: ai, tools, directory, dark-mode, custom-post-types
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
*/

/* ============================================================
   PROSE STYLING for WordPress Editor Content
   Used in page.php generic template
   ============================================================ */
.prose-hypertools p {
    margin-bottom: 1.25rem;
}
.prose-hypertools h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--flex-tx);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}
.prose-hypertools h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--flex-tx);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
.prose-hypertools ul,
.prose-hypertools ol {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}
.prose-hypertools ul {
    list-style-type: disc;
}
.prose-hypertools ol {
    list-style-type: decimal;
}
.prose-hypertools li {
    margin-bottom: 0.5rem;
}
.prose-hypertools a {
    color: var(--flex-tx);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.prose-hypertools a:hover {
    opacity: 0.7;
}
.prose-hypertools strong {
    color: var(--flex-tx);
    font-weight: 600;
}
.prose-hypertools em {
    font-style: italic;
}
.prose-hypertools blockquote {
    border-left: 3px solid var(--flex-ui-2);
    padding-left: 1rem;
    margin: 1.5rem 0;
    color: var(--flex-tx-2);
    font-style: italic;
}
.prose-hypertools img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    margin: 1.5rem 0;
}
