/*
Theme Name: AlertNFC Blog
Theme URI: https://alertnfc.com
Description: A minimalist blog theme for AlertNFC built with Tailwind CSS, focused on accessibility and medical emergency awareness. No featured images, just clean typography and card-based layouts.
Version: 1.0.0
Author: AlertNFC Engineering
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alertnfc-blog
*/

/* WordPress Default Sidebar/Widget Classes */
.widget { margin-bottom: 2rem; }
.widget-title { font-weight: bold; margin-bottom: 1rem; }

/* Article Content Hyperlinks */
.prose a {
    color: #0071E3 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.prose a:hover {
    color: #0a84ff !important;
    text-decoration-thickness: 2px;
}
