/*
Theme Name: AffiliatePro
Theme URI: https://example.com/affiliatepro
Author: AI Studio
Description: A modern affiliate marketing review theme built with Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: affiliatepro
*/

/* Tailwind CSS is loaded via CDN in functions.php for this theme */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.8;
    background-color: #f8fafc;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 2rem;
    background-color: #4f46e5;
    color: #ffffff !important;
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 15px -3px rgba(79, 70, 229, 0.3);
    text-decoration: none !important;
    border: 2px solid transparent;
}

.read-more-btn:hover {
    background-color: #4338ca;
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(79, 70, 229, 0.4);
    color: #ffffff !important;
}

.read-more-btn svg {
    transition: transform 0.3s ease;
}

.read-more-btn:hover svg {
    transform: translateX(6px);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    color: #0f172a;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.prose {
    max-width: 85ch;
    color: #334155;
    font-size: 1.35rem;
    line-height: 1.8;
}

.prose h1, .prose h2, .prose h3 {
    margin-top: 2.5em;
    margin-bottom: 1em;
    color: #0f172a;
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.prose p {
    margin-bottom: 1.8em;
}

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

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

.prose strong {
    color: #0f172a;
    font-weight: 700;
}
