/* For Category Custom Text */
body .category-custom-text, 
body .product-custom-text {
    background-color: #ffffff !important; /* Use !important to override other styles */
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    border-left: 4px solid #0073aa;
    border-radius: 5px;
}

/* For Category Shop Text */
body .category-shop-text {
    background-color: #ffffff !important; /* Use !important to override other styles */
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    border-top: 2px solid #0073aa;
    text-align: center;
}
