/*
 Theme Name:   Really Simple Child
 Theme URI:    https://yourwebsite.com/
 Description:  Child theme for Really Simple Theme
 Author:       Mk
 Author URI:   https://yourwebsite.com/
 Template:     really-simple
 Version:      1.0.0
 License:      GNU General Public License v3 or later
 License URI:  https://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  really-simple-child
*/

/* Import parent theme styles */
@import url("../really-simple/style.css");

/* Custom CSS starts below */

.mt-8.text-center.explore-btn {
    text-align: center;
    margin-top: 17px;
}

button.inline-flex.items-center.justify-center.px-5.py-3.rounded-xl.text-sm.font-medium.transition.border.border-slate-300.text-slate-900.bg-white.hover\:bg-slate-50 {
    padding: 7px 25px;
    border-radius: 6px;
    border-color: #e5e7eb !important;
}