/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 0.1.1
*/

.rgk-romega-footer-credit {
    display: inline-flex;
    align-items: center;
    width: 124px;
    max-width: 100%;
    line-height: 0;
}

.rgk-romega-footer-credit__logo {
    display: block;
    width: 124px !important;
    max-width: 100% !important;
    max-height: 40px;
    height: auto !important;
    object-fit: contain;
}

@media (max-width: 767px) {
    .rgk-romega-footer-credit {
        width: 112px;
    }

    .rgk-romega-footer-credit__logo {
        width: 112px !important;
        max-height: 36px;
    }
}
