/**
 * CSS for Backend.
 */

.daexthefu-section-title {
    font-size: 11px;
    line-height: 15px;
    color: #1e1e1e;
    margin-top: 2em;
    margin-bottom: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
}

.daexthefu-stat {
    display: flex;
    margin-bottom: 1em;
}

.daexthefu-stat-label,
.daexthefu-stat-value {
    flex-basis: 50%;
}