
.giga-slider-block-items .rich-text-form-field {
    border: 1px solid #e5e5e5;
    padding: 8px 12px;
    margin: 4px 0;
    border-radius: 6px;
}

.giga-slider-block-items .block-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.giga-slider-block-items .field-with-px:after {
    content: "px";
}

.giga-slider-block-items label {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    box-sizing: border-box;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 100%;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}