/* Order Form */
.order-form .fusion-form-field .fusion-form-radio:not(.option-inline) {
    margin: 0;
}

.order-form .fusion-form-field .fusion-form-radio label,
.order-form .fusion-form-field .fusion-form-checkbox label {
    padding-left: 35px;
}

.order-form-tabs.fusion-tabs.horizontal-tabs.clean .tab-content {
    margin-top: 0px;
}

#orderForm p {
    margin: 0;
}

#orderForm .order-form-area {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    border-radius: 4px;
    position: relative;
    background-color: #fdfdfd;
}

#orderForm .order-form-heading-1 {
    display: block;
    font-family: var(--wp--preset--font-family--heebo);
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.5;
    text-transform: none;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

#orderForm .radio-remove-label {
    display: block;
    margin-bottom: 6px;
}

#orderForm .radio-remove-label .wpcf7-list-item {
    margin: 0;
}

#orderForm .radio-remove-label .wpcf7-list-item-label {
    display: none;
}

#orderForm .radio-remove-label .wpcf7-form-control-wrap {
    margin-right: 18px;
}

#orderForm label.card {
    cursor: pointer;
}

#orderForm label.card:hover {
    background-color: rgba(var(--bs-success-rgb), 0.1);
}

#orderForm label.card .wpcf7-form-control-wrap {
    display: none;
}

.channel-images a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 160px;
    height: 110px;
}

.channel-images a img {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    max-height: 100px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    content: "";
}
.ratio.ratio-16x9::before {
    padding-top: 56.25%;
}
.ratio.ratio-21x9::before {
    padding-top: 42.8571428571%;
}
.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
