.catalog-export-button {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid #ededed;
    border-radius: 4px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 14px;

    &:hover {
        color: #000000;
    }
}
