// button
button.progressmatify-button {
    width: 28px;
    height: 28px;
    background: #eaeaea;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    svg {
        width: 12px;
        height: 12px;
    }
}

// popover
.components-popover.posten-popover {
    .components-popover__content {
        width: 250px;
        padding: 15px;
        box-sizing: border-box;
    }

    .components-base-control {
        margin-bottom: 16px !important;
    }
}
