.fb-order-wrap {
    max-width: 760px;
    margin: 0 auto;
}

.fb-order-title {
    margin-bottom: 8px;
}

.fb-order-intro {
    margin-top: 0;
    margin-bottom: 18px;
}

.fb-order-form .fb-field {
    margin-bottom: 14px;
}

.fb-order-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.fb-order-form input[type="text"],
.fb-order-form input[type="email"],
.fb-order-form input[type="number"],
.fb-order-form textarea,
.fb-order-form select {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
}

.fb-order-form .fb-checkbox {
    font-weight: 400;
}

.fb-order-form .fb-checkbox input {
    width: auto;
    margin-right: 8px;
}

.fb-field-note {
    margin: 6px 0 0;
    font-size: 0.9em;
    color: #555;
}

.fb-order-message {
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 14px;
}

.fb-order-message ul {
    margin: 0;
    padding-left: 18px;
}

.fb-order-message-success {
    background: #e6f5ea;
    color: #214b2d;
}

.fb-order-message-error {
    background: #fdecec;
    color: #5c2020;
}

.fb-history-wrap {
    border: 1px solid #ddd;
    padding: 12px;
    margin-bottom: 16px;
    border-radius: 4px;
}

.fb-history-wrap h3 {
    margin-top: 0;
    margin-bottom: 6px;
}

.fb-history-intro {
    margin: 0 0 10px 0;
    font-size: 0.95em;
}

.fb-history-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fb-history-item {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.fb-history-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.fb-history-head {
    display: flex;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 6px;
}

.fb-history-warning {
    margin: 6px 0 0 0;
    font-size: 0.9em;
    color: #7d4e00;
}

.fb-consent label {
    font-weight: 400;
}

.fb-consent input {
    width: auto;
    margin-right: 8px;
}

.fb-honey {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
