/**
 * Theme Name:  framework
 * Description:
 * Author: Rainjeck
 * Author URI:  https://github.com/rainjeck/wordpress
 * License:     GNU General Public License v2 or later
 * Version:     1.0.0
 * Text Domain: tnwpt
*/
.bTextSeo-btn {
  position: relative;
  z-index: 3;
  color: #00c24e;
}
.bTextSeo-btn.is-active {
  display: none;
}
.bTextSeo.is-active .bTextSeo-txt {
  max-height: none;
}
.bTextSeo.is-active:after {
  display: none;
}
.bTextSeo a, .ui-text a {
    color: #0f0;
    text-decoration: none; 
    transition: color 0.2s ease, text-decoration 0.2s ease; 
}
.bTextSeo a:hover, .ui-text a:hover {
    color: #00cc00;
    text-decoration: underline; 
}

.b404 h1 {
    font-size: 8rem  !important;;
    color: #0f0  !important;;
    margin: 0 0 10px 0;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 0 15px rgba(0, 255, 0, 0.5);
}

.b404 p {
    font-size: 1.2rem;
    color: #e0e0e0;
    margin: 0 0 20px 0;
}

.b404 a.link {
    color: #0f0;
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.b404 a.ui-link-underline {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
}