
.swtaq-widget {
    margin-bottom: 32px;
    padding: 16px 24px;
    background: #ffffff;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.swtaq-icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #F6F7F9;
    border-radius: 100%;
    margin-right: 16px;
}

.swtaq-icon svg {
    fill: #573B97;
}

@media print, screen and (min-width: 64em) {
    .swtaq-icon {
        margin-right: 25px;
    }
}


.swtaq-text {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    font-style: italic;
}
