/* Inside Asaid */
aside,
footer,
.sliderManu__2 {
    & section#rosita_asaid_widg_10 {
        width: unset !important;

        & .rosBox {
            display: flex;
            flex-direction: column;

            & .box {
                justify-content: flex-start;

                & img {
                    object-fit: cover !important;
                }

                & .info {
                    & p:nth-child(3) {
                        display: unset !important;
                        font-size: 12px;
                    }
                }
            }
        }
    }
}

/* Global Style */
section#rosita_asaid_widg_10 {
    max-width: var(--premary_width);

    & * {
        font-family: "Inria Sans", sans-serif;
    }

    & .rosBox {
        display: block;

        & .box {
            /* display: inline-flex; */
            height: 6rem;
            width: initial;
            overflow: hidden;
            gap: 1rem;
            margin: 10px 0;

            & img {
                height: inherit;
                max-width: 96px;
                border-radius: 10px;
            }

            & .info {
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 5px;

                & p:nth-child(1) {
                    margin-bottom: 5px;
                    font-size: 13px;
                    border-bottom: 1px solid #7a7a7a;
                    width: fit-content;
                    font-weight: bold;

                    /* &::before {
                        content: '';
                        width: 5px;
                        height: 5px;
                        border: 2px solid #b93bf2;
                        display: inline-block;
                        border-radius: 100%;
                        margin-right: 3px;
                    } */
                }

                & h3:nth-child(2) {
                    font-size: 14px;
                    font-weight: bold;
                }

                & p:nth-child(3) {
                    font-size: 12px;
                }
            }
        }
    }
}

/*  */
@media ((min-width: 400px) and (max-width: 576px)) {
    section#rosita_asaid_widg_10 {
        width: 100% !important;
        padding: 0 7px;

        & .rosBox {
            display: flex;
            flex-direction: column !important;
            width: inherit !important;
            gap: 13px !important;

            & .box {
                margin: 0 !important;
            }
        }
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    section#rosita_asaid_widg_10 {
        padding: 0 7px;
        width: 100% !important;

        & .rosBox {
            display: block !important;
            columns: 2 !important;
            gap: 0 !important;

            & .box {
                margin: 10px 5px 0 0 !important;
            }
        }
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    section#rosita_asaid_widg_10 {
        padding: 0 7px;
        width: 100% !important;

        & .rosBox {
            display: block !important;
            columns: 2 !important;
            gap: 0 !important;

            & .box {
                margin: 10px 5px 0 0 !important;
            }
        }
    }
}

@media (min-width: 992px) {
    section#rosita_asaid_widg_10 {
        padding: 0 7px;
    }
}