/* ================================================= */
/* D. Dashboard Greeting and Descriptive Text Styling (No Change Requested) */
/* ================================================= */

/* .woocommerce-account .woocommerce-MyAccount-content {
    width: 70% !important;
    padding-right: 10% !important;
}
/* Ensure the main Welcome heading is large and bold (Image 2) */
/* Targeting h1, h2, or the specific element your theme uses for the greeting */
/* .woocommerce-MyAccount-content h1,
.woocommerce-MyAccount-content h2, */
.woocommerce-MyAccount-content .wdm-myaccount-welcome-text {
    font-weight: 700 !important;
    color: #000 !important;
    font-size: 2.5em !important;
    margin-bottom: 10px;
    display: block;
    line-height: 1.2;
    padding-top: 30px !important;
}

/* Style the descriptive paragraph text */
/* Paragraph styling */
.woocommerce .woocommerce-MyAccount-content p {
    color: #4a5565 !;
    font-weight: 400; /* normal text */
    font-size: 16px;
    font-family: 'Lato';
    text-decoration: none;
}

/* Link styling inside the paragraph */
.woocommerce .woocommerce-MyAccount-content p a {
    color: #000 !important;         /* black */
    font-weight: 700 !important;    /* bold links */
    text-decoration: none !important;
}
