/*
 Theme Name:   Educrat Child
 Theme URI:    https://themeforest.net/item/educrat-online-course-education-wordpress-theme/39691021
 Description:  Educrat Child Theme
 Author:       ApusTheme
 Author URI:   https://themeforest.net/user/apustheme/portfolio
 Template:     educrat
 Version:      1.0.0
 Text Domain:  educrat-child
*/


.custom-button-container {
    text-align: center;
}

.custom-button {
    border-radius: 8px;
    width: 100%;
    border-color: var(--educrat-theme-color);
    background: var(--educrat-theme-color);
    color: #fff;
    line-height: 1.8;
    font-weight: 500;
    display: inline-block;
    text-decoration: none; /* Remove default underline */
    font-size: 1rem;
    padding: 14px 30px;
    margin-top: 10px;
    text-transform: unset!important;
}
