/**
 * Multi Blocks Module
 *
 * @author    v0
 * @copyright 2025
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#right-column .multiblock-container {
    /*margin: 20px 0;*/
    /*padding: 15px;*/
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 3px 0px rgb(179 180 189);
    background-color: #fff;
}

#header .multiblock-inner .btn-buy {
    color: #508D49;
    background-color: #fff;
    border: 2px solid #508D49;
    padding: 10px;
}

#header .mobil_user_icons .multiblock-inner .btn-buy {
    color: #508D49;
    background-color: #fff;
    border: 2px solid #508D49;
    font-size: 15px;
    padding: 6px 3px;
    margin-right: 15px;
    margin-top: 2px;
}

.multiblock-inner {
    width: 100%;
}

.multiblock-image-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.multiblock-image {
    margin-bottom: 15px;
    max-width: 100%;
}

.multiblock-image img {
    max-width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.multiblock-button .btn {
    padding: 10px 20px;
    font-weight: 600;
    /*text-transform: uppercase;*/
}

.multiblock-button {
    padding: 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .multiblock-image-button {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .multiblock-image {
        margin-bottom: 0;
        /*margin-right: 20px;*/
        /*max-width: 60%;*/
    }

    /*.multiblock-button {*/
    /*  max-width: 40%;*/
    /*}*/
}