@import "./styles/effects.scss";

:host {
    padding: 4px;
    display: flex;

    align-items: center;
}

.circle {
    @extend %radio-template;

    margin-right: 4px;
    height: 20px;
    width: 20px;

    box-sizing: border-box;
}

span {
    font-size: 16px;
}