.public-flights__cell--actions .public-flights__action {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 10px;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.public-flights__cell--actions .public-flights__action i {
    margin: 0;
    font-size: 1.1rem;
}
.public-flights__cell--actions .public-flights__action span {
    display: none;
}
