.bm24-pbmb-wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.bm24-pbmb-box {
    background: #fff;
    border: 1px solid #d8dee5;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.bm24-pbmb-hero {
    margin-bottom: 18px;
}

.bm24-pbmb-eyebrow {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px;
}

.bm24-pbmb-hero h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.1;
}

.bm24-pbmb-grid {
    display: grid;
    gap: 18px;
}

.bm24-pbmb-grid-forms,
.bm24-pbmb-grid-results,
.bm24-pbmb-grid-form-fields {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-top: 18px;
}

.bm24-pbmb-card {
    background: #f8fafc;
    border: 1px solid #d8dee5;
    border-radius: 18px;
    padding: 18px;
}

.bm24-pbmb-card-wide {
    margin-top: 18px;
}

.bm24-pbmb-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 22px;
}

.bm24-pbmb-card h4 {
    margin: 16px 0 8px;
    font-size: 16px;
}

.bm24-pbmb-form input[type="text"],
.bm24-pbmb-form input[type="email"],
.bm24-pbmb-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
    min-height: 46px;
}

.bm24-pbmb-form textarea {
    min-height: 100px;
}

.bm24-pbmb-form button,
.bm24-pbmb-link-button {
    background: #0f172a;
    color: #fff;
    border: 0;
    border-radius: 12px;
    padding: 12px 16px;
    cursor: pointer;
}

.bm24-pbmb-link-button {
    padding: 8px 14px;
    margin-top: 12px;
}

.bm24-pbmb-inline-form {
    margin-top: 12px;
}

.bm24-pbmb-notice {
    padding: 12px 14px;
    border-radius: 12px;
    margin: 0 0 16px;
}

.bm24-pbmb-notice-success {
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
}

.bm24-pbmb-notice-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.bm24-pbmb-card dl {
    margin: 0;
}

.bm24-pbmb-card dl div {
    display: grid;
    grid-template-columns: minmax(120px, 180px) 1fr;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #e2e8f0;
}

.bm24-pbmb-card dl div:last-child {
    border-bottom: 0;
}

.bm24-pbmb-card dt {
    font-weight: 600;
}

.bm24-pbmb-card dd {
    margin: 0;
}

.bm24-pbmb-stage {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 14px;
    margin-bottom: 12px;
}

.bm24-pbmb-stage-free { background: #ecfdf5; color: #166534; }
.bm24-pbmb-stage-buffer { background: #fff7ed; color: #9a3412; }
.bm24-pbmb-stage-supplier,
.bm24-pbmb-stage-nrfn { background: #fef2f2; color: #991b1b; }
.bm24-pbmb-stage-cancelled { background: #eff6ff; color: #1d4ed8; }
.bm24-pbmb-stage-unknown { background: #f1f5f9; color: #334155; }

.bm24-pbmb-timeline {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bm24-pbmb-timeline li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px dashed #cbd5e1;
}

.bm24-pbmb-timeline li:first-child {
    border-top: 0;
}

.bm24-pbmb-timeline strong {
    white-space: nowrap;
}

.bm24-pbmb-lamps {
    display: grid;
    gap: 12px;
}

.bm24-pbmb-lamp-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.bm24-pbmb-lamp {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-top: 4px;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.06);
}

.bm24-pbmb-lamp.is-green { background: #16a34a; }
.bm24-pbmb-lamp.is-red { background: #dc2626; }

@media (max-width: 640px) {
    .bm24-pbmb-box {
        padding: 18px;
        border-radius: 18px;
    }

    .bm24-pbmb-card dl div,
    .bm24-pbmb-timeline li {
        grid-template-columns: 1fr;
        flex-direction: column;
        gap: 4px;
    }
}

.bm24-pbmb-warning {
    margin: 14px 0 8px;
    padding: 12px 14px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-radius: 12px;
    color: #9a3412;
}

.bm24-pbmb-checkbox-row {
    margin: 10px 0 18px;
}

.bm24-pbmb-bottom-action {
    margin-top: 18px;
}

.bm24-pbmb-stage-refundable { background: #ecfdf5; color: #166534; }
.bm24-pbmb-stage-partially_refundable { background: #fff7ed; color: #9a3412; }
.bm24-pbmb-stage-non_refundable { background: #fef2f2; color: #991b1b; }
.bm24-pbmb-small-note { margin: 10px 0 0; font-size: 13px; color: #64748b; }
