/* === Button Styles === 

a.btn.white.border::after {
    border: 0 !important;
    background-image: url('https://stg-midspardk-staging.kinsta.cloud/wp-content/uploads/2025/07/green-outline.png') !important;
    background-position: center !important;
    color: #96cfbd !important;
}

a.btn.default::after {
    border: 0 !important;
    background-image: url('https://stg-midspardk-staging.kinsta.cloud/wp-content/uploads/2025/07/red-outline.png') !important;
    background-position: center !important;
    background-color: transparent !important;
    color: #B52125 !important;
}

a.btn.default {
    color: #242424 !important;
}

a.btn.white.border:hover,
a.btn.white:hover {
    color: #242424 !important;
}
*/
/* === Icon Background Block === */

.icon-bg-colored {
    background-color: #96cfbd !important;
    color: #fefefe !important;
}

/* === News Section === */

#news:not(.grid)::after {
  background: #DAF3EF !important;
}

#news button {
    width: 64px;
    height: 64px;
    min-width: 65px;
    padding: 0;
    border: 0;
    border-radius: 100%;
    background: #89cfbc no-repeat center center;
    background-size: 8px;
    background-image: url('/wp-content/themes/midspar/image/icon/ic-chevron.svg');
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.1);
    margin-top: 32px;
    transition: 0.3s;
}

/* === Mobile Styles === */

@media (max-width: 1024px) {
	.anetbank {
    stroke: #242424 !important;
}
    #netbank-block.active a.btn.netbank-button {
        color: #242424;
    }

    body.search-active header,
    header {
        background-color: #96cfbd !important;
        height: 70px;
    }

    header a.btn.netbank-button {
        padding: 18px !important;
        box-shadow: unset;
    }

    header a.btn.netbank-button::after {
        border: 0 !important;
        background-image: url('https://stg-midspardk-staging.kinsta.cloud/wp-content/uploads/2025/07/red-outline.png') !important;
        background-position: center !important;
        background-color: transparent !important;
        color: #B52125 !important;
    }
}
