.sf-1294a648-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: sans-serif;
}

.sf-1294a648-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(59, 130, 246, 0.1); /* Semi-transparent blue */
    flex-shrink: 0;
}

.sf-1294a648-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3b82f6; /* Blue icon */
    font-size: 26px;
}

.sf-1294a648-icon svg {
    width: 26px;
    height: 26px;
    fill: #3b82f6;
}

.sf-1294a648-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sf-1294a648-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.sf-1294a648-desc {
    margin: 0;
    font-size: 14px;
    color: #a1aab8;
    line-height: 1.5;
}
