/*! Copyright (c) 2025-2026 Markus Schüssler. All rights reserved.
 * SPDX-License-Identifier: LicenseRef-Markus-Schuessler-Proprietary; see repository LICENSE.
 */
.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;
}
