/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Ejemplo: reducir ancho, padding y tamaño de texto de las tarjetas de curso */
.tutor-course-card  {
    max-width: 250px !important;
    padding: 10px !important;
    font-size: 14px !important;
}

.tutor-course-price {
    font-size: 16px;
    font-weight: bold;
    color: #009688;
    margin-bottom: 8px;
}
.tutor-fs-4{
	font-size: 24px;
}
.tutor-fs-5{
	font-size: 20px;
}
.tutor-fs-6{
	font-size: 14px;
}


.tutor-course-ratings.tutor-mb-8 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}