[id^="headlessui-disclosure-button"] {
    justify-content: center;
}

#widgets-wrap {
    justify-content: center;
}

#information-widgets-right {
    margin-left: 0px;
    margin-right: 0px;
    flex-grow: 1;
    justify-content: right;
}

#information-widgets {
    margin-top: 1rem;
    margin-bottom: 0;
}

#widgets-wrap .information-widget-logo .resolved {
    display: flex;
    margin: 0px;
    align-items: center;
}

#widgets-wrap .information-widget-logo .resolved:after {
    content: "Insights Hub";
    margin-left: 10px;
    color: #d4d4d4;
    font-weight: 500;
    font-size: 0.9rem;
}

#layout-groups {
    margin-top: 1rem;
    margin-bottom: 0;
}

#layout-groups::before {
    content: '';
    width: 100%;
    border: 1px solid #333;
    margin-bottom: 1rem
}

#bookmarks {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#bookmarks::before {
    content: '';
    width: 100%;
    border: 1px solid #333;
    margin-bottom: 1rem
}