.dsc-courses-list {
    border: 1px solid #ddd;
}

.dsc-course-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
}

.dsc-course-row a {
    text-decoration: none;
    color: #5b6770;
}

.dsc-plus {
    font-size: 28px;
    color: #5b6770;
}

/* Ocultar categoría */
.product_meta .posted_in {
    display: none !important;
}

/* Ocultar SKU / Product ID */
.product_meta .product_id {
    display: none !important;
}