.pfc-1066-wrapper {
    width: 100%;
}
.pfc-1066-fields {
    display: flex;
    flex-wrap: wrap;
}
.pfc-1066-field-group {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.pfc-1066-field-group label.pfc-1066-label {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}
.pfc-1066-field-group input,
.pfc-1066-field-group textarea,
.pfc-1066-field-group select {
    width: 100%;
    box-sizing: border-box;
}
.pfc-1066-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}
.pfc-1066-quantity input {
    width: 70px;
    padding: 8px;
    box-sizing: border-box;
    color: #000000 !important;
}
.pfc-1066-submit-wrapper {
    flex-grow: 1;
}
.pfc-1066-submit {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
}
.pfc-1066-message {
    margin-top: 10px;
}