
/* Good Morning Greeting Styling */
.woocommerce-account .woocommerce-MyAccount-content::before {
    content: "👋 Good Morning!";
    display: block;
    font-size: 32px; /* Bigger text */
    font-weight: 700; /* Bold */
    margin-bottom: 20px;
    color: #1a1a1a;
}
