/*
 Theme Name:   DeWitpen 2024
 Description:  DeWitpen Theme
 Author:       MDewaele
 Author URI:   https://mdewaele.be
 Template:     flash
 Version:      1.4.5
 Text Domain:  dewitpen
*/

@import url("../flash/style.css");

input {
    height: 4rem;
    border: 0;
    border-bottom: 1px solid;
}

form.form-row > div {
    display: flex;
    justify-content: space-between;
}

form.form-block input {
    width: 100%;
    margin-bottom: 1rem;
}

.flight-info {
    padding: 1rem;
    border-radius: 1rem;
}

.flight-info .panel-no-style,
.flight-info-speed .panel-no-style {
    display: flex;
}

.flight-info .panel-grid-cell:first-child {
    width: calc(34% - (0.666666667 * 30px));
}

.flight-info .panel-grid-cell:nth-child(n+2) {
    width: calc(22% - (0.666666667 * 30px));
}

.flight-info .section-title {
    margin-bottom: 0;
}

.flight-info .section-title-series {
    line-height: 1.5rem;
    text-transform: uppercase;
}

.flight-info .section-description {
    margin-top: 2rem;
}

.flight-info .section-icon-wrap {
    margin-right: 1rem;
}

.flight-info .fun-facts-icon-wrap {
    font-size: 5rem;
}

/* flight info speed */

.flight-info-speed .section-title i {
    font-size: 2rem;
}