/* Badge for short description (date label) */
.seic-product-date-badge {
    display: inline-block;
    background-color: #4caf50;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

/* Badge inside the image column (moved via JS) */
.product_left_column > .seic-product-date-badge {
    display: inline-block;
    margin-bottom: 8px;
}

/* Long description shown inline below title */
.seic-product-description {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Hide the original short description block (moved to badge) */
.product-description-short {
    display: none !important;
}

