body.toplevel_page_boldpost #wpcontent {
    padding-left: 0 !important;
}

.menu-top.toplevel_page_boldpost .wp-menu-image img {
    height: 17px;
    opacity: 1 !important;
}

#boldpo-dashboard {
    .boldpo-logo {
        display: flex;
        align-items: center;
        gap: 10px;

        img {
            height: 24px
        }
    }
}

.ant-notification {
    top: 50px !important;
}

.boldpo-options-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
}

.boldpo-block-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f2fa;
    padding: 8px 12px;
    border-radius: 8px;

    .meta {
        display: flex;
        align-content: center;
        gap: 10px;
    }

    .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        width: 60px;
        height: 60px;
        padding: 12px;
        border-radius: 8px;

        img {
            height: 30px;
            width: 30px;
        }
    }

    .content {
        align-content: center;

        strong {
            font-size: 16px;
            font-weight: 600;
            color: var(--easy-title-color);
            line-height: 1.2;
        }

        p {
            margin: 0;
        }
    }


}

// editor
[id^="inspector-box-control-"][id$="-heading"],
.block-editor-block-inspector .components-base-control .components-base-control__label {
    text-transform: capitalize;
}

.eshb-responsive-content [id^="inspector-box-control-"][id$="-heading"] {
    display: none;
}