/* stylelint-disable selector-class-pattern */
.SingleTimeSelect {
    align-items: center;
    display: flex;
    padding-bottom: 4px;
    padding-top: 4px;

    .FRCLabel {

        &:first-of-type {
            width: 50%;
        }

        &:last-of-type {
            margin-left: auto;
        }

        .form-label {
            font-size: small;
            margin-bottom: 0;
        }
    }

    .TimeInput {
        width: 100px;
    }
}
