/* Admin
/* ------------------------------------------------------------- */

.dp-spacer.is-admin {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 60px;
    background-color: transparent;
    border: solid 1px #eee;
    padding: 10px;
}

.is-selected .dp-spacer.is-admin {
    background-color: #eee;
}

.dp-spacer.is-admin .block-label {
    position: absolute;
    bottom: 100%;
    right: 10px;
    background-color: #eee;
    padding: 3px 7px;
    font-size: 10px;
}

.dp-spacer.is-admin .admin-values {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    font-size: 14px;
}

.dp-spacer.is-admin .admin-values > div {
    display: flex;
    gap: 5px;
    align-items: center;
}

.dp-spacer.is-admin .admin-values svg {
    width: 20px;
}

/* Frontend
/* ------------------------------------------------------------- */