/*
Theme Name:     Van Tharp Institute
Theme URI:      https://vantharpinstitute.com
Template:       kadence
Author:         VTI
Author URI:     https://vantharpinstitute.com
Description:    VanTharpInstitute.com
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.tutor-card-image-top {
    object-fit: contain !important;
    width: 100%;
    height: auto;
    aspect-ratio: auto !important;
}
/* General Gutenberg blockquote styling */
.wp-block-quote {
    font-style: italic;
    font-size: 1.1em;
    line-height: 1.6;
    color: #4a5568; /* A clean dark gray */
    border-left: 4px solid #3182ce; /* Blue accent line (Kadence-style) */
    padding: 15px 20px;
    margin: 20px 0;
    background: #f9fafb;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
/* Add spacing around the RankMath FAQ block */
#rank-math-faq.rank-math-block {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
}
#rank-math-faq.rank-math-block {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9fafb;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

/* Remove styling from the Tutor showing on course pages sidebar */
a.tutor-fs-6.tutor-fw-bold.tutor-color-black {
    text-decoration: none;
}


