/* GREENSHINES DARK MODE */
body.dark-mode {
    background-color: #1B211A !important;
    color: #EBD5AB !important;
}

body.dark-mode a {
    color: #8BAE66 !important;
}

body.dark-mode a:visited {
    color: #628141 !important;
}

body.dark-mode hr {
    border-top-color: #444 !important;
}

body.dark-mode blockquote {
    background-color: #2d1f1f !important;
    border-color: #8b0000 !important;
    color: #ff9999 !important;
}

body.dark-mode #titulodelpost a,
body.dark-mode #titulodelpostsearch a,
body.dark-mode #fecha a {
    color: #8BAE66 !important;
}

body.dark-mode #fecha-content {
    color: #e0e0e0 !important;
}

body.dark-mode #bqmini-azul {
    background-color: #1a3a4a !important;
    color: #7ec8e3 !important;
}

body.dark-mode #bqmini-amarillo {
    background-color: #3d3a1a !important;
    color: #e6e291 !important;
}

body.dark-mode #anuncio {
    color: #e0e0e0 !important;
    border-color: #444 !important;
}

body.dark-mode input,
body.dark-mode button,
body.dark-mode textarea {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border-color: #444 !important;
}

body.dark-mode .gs-comment {
    background-color: #2a2a2a !important;
}

/* Toggle styles */
#dark-mode-toggle {
    cursor: pointer;
    user-select: none;
}

#dark-mode-toggle:hover {
    text-decoration: underline;
}
