/*
Theme Name: Doccure-Child
Author: Breeful
Description: Child theme for doccure
Version: 4.4
Template: doccure

This is the child theme for Doccure theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Feature icons: perfect circles */
.bree-features .bree-feature-icon img {
    width: 164px !important;
    height: 164px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 auto 20px auto !important;
}

/* Desktop spacing and alignment */
.bree-features .wp-block-column {
    text-align: center !important;
    padding: 20px !important;
}

@media (max-width: 768px) {

    /* Stack columns cleanly */
    .bree-features .wp-block-columns {
        flex-direction: column !important;
        gap: 40px !important;
    }

    /* Center each column */
    .bree-features .wp-block-column {
        text-align: center !important;
        margin: 0 auto !important;
        max-width: 90% !important;
    }

    /* Resize icons slightly for mobile */
    .bree-features .bree-feature-icon img {
        width: 140px !important;
        height: 140px !important;
        margin-bottom: 15px !important;
    }

    /* Improve text readability */
    .bree-features p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
}

.bree-features {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
