.rr-lmfr {
    width: 100%;
}

.rr-lmfr-grid {
    --rr-lmfr-columns: 4;
    --rr-lmfr-column-gap: 28px;
    --rr-lmfr-row-gap: 18px;
    display: grid;
    grid-template-columns: repeat(var(--rr-lmfr-columns), minmax(0, 1fr));
    column-gap: var(--rr-lmfr-column-gap);
    row-gap: var(--rr-lmfr-row-gap);
}

.rr-lmfr-item {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.rr-lmfr-icon,
.rr-lmfr-icon i,
.rr-lmfr-icon svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8a90a7;
}

.rr-lmfr-icon {
    flex: 0 0 auto;
    font-size: 26px;
    line-height: 1;
}

.rr-lmfr-icon svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
}

.rr-lmfr-copy {
    min-width: 0;
    display: block;
}

.rr-lmfr-inline,
.rr-lmfr-template {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35em;
    min-width: 0;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
    color: #111827;
}

.rr-lmfr-label,
.rr-lmfr-value {
    color: inherit;
    font: inherit;
}

.rr-lmfr--legacy_cards .rr-lmfr-item {
    padding: 18px;
    background: #fff;
    border-radius: 14px;
}

.rr-lmfr-empty {
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
}

@media (max-width: 1024px) {
    .rr-lmfr-inline,
    .rr-lmfr-template {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .rr-lmfr-item {
        gap: 12px;
    }

    .rr-lmfr-icon {
        font-size: 24px;
    }

    .rr-lmfr-icon svg {
        width: 24px;
        height: 24px;
    }

    .rr-lmfr-inline,
    .rr-lmfr-template {
        font-size: 16px;
        line-height: 1.4;
    }
}
