/*
Theme Name: Tutorvio
Author: Dancing Code s.r.o.
Author URI: https://dancingcode.cz
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 8.4
Version: 1.0
Text Domain: tutorvio
*/

.course-price {
    background: #fff;
    border-radius: 10px;
    position: absolute;
    right: 30px;
    bottom: -25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
}
.course-price span {
    width: auto;
    margin: 0 auto;
    background: #1ba5d0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    padding: 7px 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
}