.cond-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    font-family: inherit;
    box-sizing: border-box;
    gap: 8px;
    overflow: hidden;
}

.cond-btn .cond-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.cond-btn .cond-btn-icon i {
    font-size: inherit;
    line-height: 1;
}

.cond-btn .cond-btn-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.cond-btn .cond-btn-text {
    display: inline-block;
    line-height: 1;
}