/*
* Style Works for Editor Only
*/

.alcb-logo-link-wrapper {
    display: flex;
    align-items: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 16px;
    .logo {
        width: 50px;
        height: 36px;
        min-width: 50px;
        display: flex;
        align-items: center;
        position: relative;
        border: 1px solid #ccc;
        padding: 2px;
        box-sizing: border-box;
        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
    .components-base-control {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .logo-preview {
        position: absolute;
        top: auto;
        left: 0;
        width: 120px;
        height: auto;
        background: #ffff;
        border: 1px solid #ccc;
        z-index: 1000000;
        display: none;
        bottom: -45px;
    }

    .logo:hover .logo-preview {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
