.t4n-order-engine {
    max-width: 760px;
    margin-top: 8px;
}

.t4n-order-engine__count-wrap {
    margin-bottom: 26px;
}

.t4n-order-engine__count-wrap label {
    display: block;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 8px;
}

#t4n_player_count {
    width: 92px;
    height: 42px;
    text-align: center;
    font-size: 16px;
    padding: 6px 8px;
}

.t4n-order-engine__players {
    margin-bottom: 8px;
}

.t4n-player-row {
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
}

.t4n-player-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.t4n-player-row h4 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 10px;
}

.t4n-player-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-end;
}

.t4n-field {
    display: flex;
    flex-direction: column;
}

.t4n-field label {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 6px;
}

.t4n-field input,
.t4n-field select {
    height: 40px;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.2;
}

.t4n-field.number {
    width: 140px;
}

.t4n-field.size {
    width: 190px;
}

.t4n-field.name {
    width: 240px;
}

.t4n-field.initials {
    width: 120px;
}

.single_add_to_cart_button {
    margin-top: 24px;
}

@media (max-width: 767px) {
    .t4n-order-engine {
        max-width: 100%;
        margin-top: 0;
    }

    .t4n-order-engine__count-wrap {
        margin-bottom: 22px;
    }

    .t4n-player-row {
        margin-bottom: 18px;
        padding-bottom: 12px;
    }

    .t4n-player-fields {
        flex-direction: column;
        gap: 12px;
    }

    .t4n-field.number,
    .t4n-field.size,
    .t4n-field.name,
    .t4n-field.initials,
    #t4n_player_count {
        width: 100%;
    }
}