/*
Theme Name: AL Custom Simple Theme v3.23
Theme URI: https://gakpunyaweb.com
Author: AL
Author URI: https://gakpunyaweb.com
Description: Diputar - Dijilat - Dicelupin
Version: 3.16
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: al-custom-simple-theme-v3.23
*/

body {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

:root {
    --primary-color-al-theme: rgb(172, 0, 0);
}

a {
    text-decoration: none;
    color: var(--primary-color-al-theme);
    font-size: inherit;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 1rem;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

p {
    margin-bottom: 1.25rem;
}

.page-item.active .page-link {
    background-color: var(--primary-color-al-theme);
    border-color: var(--primary-color-al-theme);
    color: #fff;
}

footer a {
    color: #ffffff;
    text-decoration: underline;
}

footer a:hover {
    color: #f0f0f0; /* Sedikit redup saat di-hover */
    text-decoration: none;
}

/* Warna default untuk tagline */
.site-tagline {
    color: #6c757d; /* Warna abu-abu standar bootstrap */
}