/*
Theme Name: Minimal Bootstrap
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: A clean, minimal WordPress theme built with Bootstrap 5.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minimal-bootstrap
*/
/* --- General Links --- */
#page a,
#page a:visited,
#page .entry-content a,
#page .entry-content a:visited,
#page .comment-content a,
#page .comment-content a:visited {
    color: red !important;
    text-decoration: none !important;
}

/* --- Header & Navigation Links --- */
#page .navbar-brand,
#page .navbar-brand:visited,
#page .navbar-nav .nav-link,
#page .navbar-nav .nav-link:visited,
#page .dropdown-menu .dropdown-item,
#page .dropdown-menu .dropdown-item:visited {
    color: red !important;
    text-decoration: none !important;
}

/* --- Post & Page Title Links (FIXED SELECTOR) --- */
#page .card-title a,
#page .card-title a:visited {
    color: red !important;
    text-decoration: none !important;
}

/* --- Linked Featured Image (NEW) --- */
#page a.card-img-top,
#page a.card-img-top:visited {
	color: red !important;
    text-decoration: none !important;
}

/* --- Sidebar Widget Links --- */
#page .widget a,
#page .widget a:visited,
#page .widget li a,
#page .widget li a:visited {
    color: red !important;
    text-decoration: none !important;
}

/* --- All Hover/Focus States --- */
#page a:hover,
#page a:focus,
#page a:active,
#page .entry-content a:hover,
#page .navbar-brand:hover,
#page .navbar-nav .nav-link:hover,
#page .dropdown-menu .dropdown-item:hover,
#page .card-title a:hover,
#page a.card-img-top:hover,
#page .widget a:hover {
    color: #CC0000 !important; /* A darker red */
    text-decoration: none !important;
}
