.urgc-grid-active,
.urgc-combined-wrapper,
.urgc-grid-item {
    box-sizing: border-box !important;
}

.urgc-grid-active .single-wrapper,
.urgc-combined-wrapper .single-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
}

.urgc-merged-source-shell,
.urgc-merged-source-row {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.urgc-merged-primary {
    display: flex !important;
    flex-wrap: wrap !important;
}

.urgc-matched-row-gap {
    box-sizing: border-box !important;
}

.urgc-item-label {
    display: block !important;
    width: 100% !important;
    margin-top: 10px !important;
    padding: 0 2px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    color: inherit !important;
    text-decoration: none !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
}

.urgc-item-label:hover,
.urgc-item-label:focus {
    text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
    .urgc-item-label {
        margin-top: 8px !important;
    }
}

