.fg-summary-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.fg-summary-label {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #5D748A;
}

.fg-summary-value-box {
    box-sizing: border-box;
    width: 134px;
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: #FFFFFF;
    border: 1px solid #D7DBE0;
    border-radius: 10px;
}

.fg-summary-value {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #542A80;
}
