.icon-demo {
    background-color: #f7fafc;
    padding: 20px;
    border-radius: 8px;
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.5;
}

.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #4a90e2;
    border-radius: 50%;
    margin-right: 8px;
}

.icon-adjusted {
    position: relative;
    top: 2px;
}

.text-with-icon {
    margin: 10px 0;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #e2e8f0;
}