.torobpay-widget {
    border-radius: 16px;
    border: 0.5px solid #ebecf2;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 10px 0;
}

.torobpay-widget-image {
    width: 40px;
    border-radius: 15px;
}

.torobpay-widget-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 180%;
    margin-bottom: 2px;
}

.torobpay-widget-description {
    font-weight: 300;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: -0.36px;
}