/* My Account Dashboard Styling */
.myrj-dash {
    padding: 10px;
    background: #fff;
    border-radius: 8px;
}

.myrj-code-box h3 {
    margin-top: 0;
    font-size: 16px;
}

/* Product Page List Style */
.myrj-policies-wrapper {
    font-family: inherit;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.myrj-policies-wrapper h4 {
    margin: 0 0 10px 0;
    color: #333;
}

.myrj-policies-wrapper ul li {
    margin-bottom: 6px;
    padding-left: 0;
}

/* WCFM Field Fixes for Mobile */
@media (max-width: 600px) {
    .wcfm_product_manager_content_fields {
        width: 100% !important;
    }
}
