.BLOY-point-calculator {
    display: flex;
    background-color: var(--bloy-point-caculator-background-color);
    color: var(--bloy-point-caculator-text-color);
    fill: var(--bloy-point-caculator-text-color);
    font-size: var(--bloy-point-caculator-text-size);
    font-weight: 450;
    border-radius: 8px;
    padding: 16px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}

.BLOY-point-calculator__banner {
    border: 2px solid #99c1ff;
    align-items: flex-start;
    display: flex;
    padding: 10px;
    gap: 10px;
}

.BLOY-point-calculator__banner__icon {
    line-height: 0;
    background: #ffb800;
    padding: 4px;
    border-radius: 6px;
}

.BLOY-point-calculator__banner__icon svg {
    fill: #000000;
    stroke: unset;
    width: 20px;
    height: 20px;
}

.BLOY-point-calculator__banner__text {
    line-height: 1.5;
    font-size: 14px;
}

.BLOY-point-calculator__icon {
    line-height: 0;
}

.BLOY-point-calculator__icon svg {
    fill: none;
    stroke: unset;
    width: 20px;
    height: 20px;
}
