.gp-product-long-description {
    margin-top: 40px; 
    padding-top: 30px; 
    border-top: 1px solid rgba(255,255,255,0.08); 
    clear: both; 
    width: 100%;
}

.gp-product-long-description h2 {
    color: #39ff14; 
    font-size: 24px; 
    margin-bottom: 20px; 
    text-shadow: 0 0 10px rgba(57, 255, 20, 0.4);
}

.gp-description-content {
    color: #ffffff; 
    line-height: 1.8;
}

.gp-product-long-description h3 {
    color: #39ff14 !important;
    font-size: 18px !important;
    margin-top: 25px !important;
    margin-bottom: 12px !important;
    text-shadow: 0 0 8px rgba(57, 255, 20, 0.3);
}

.gp-product-long-description strong {
    color: #39ff14 !important;
}

/* Fix mobile visibility */
@media screen and (max-width: 767px) {
    .gp-product-long-description {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}