#bd-flooring-overlay { position: fixed; inset: 0; z-index: 2147483647; }
#bd-flooring-overlay[aria-hidden="true"] { display: none; }

#bd-flooring-overlay .bdf-backdrop {
	position: absolute; inset: 0; background: rgba(0,0,0,.55);
}

#bd-flooring-overlay .bdf-inner {
	position: relative; z-index: 1; max-width: 720px; width: calc(100% - 2rem);
	margin: 5vh auto; background: #fff; border-radius: 14px; box-shadow: 0 10px 40px rgba(0,0,0,.2);
	padding: 1.25rem 1.25rem 1rem; font: 14px/1.45 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

#bd-flooring-overlay h3 { margin: 0 0 .75rem;
    font-size: 1.25rem;
    background: #415242 !important;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px 8px; }
#bd-flooring-overlay .bd-scroll { max-height: 45vh; overflow: auto; padding-right: .5rem; border: 1px solid #eee; border-radius: 8px; padding: .75rem; }

#bd-flooring-overlay .bdf-accept { display: flex; gap: .5rem; align-items: center; margin: .75rem 0; }

#bd-flooring-overlay .bdf-actions { display: flex; gap: .5rem; justify-content: flex-end; }
#bd-flooring-overlay .bdf-btn { border: 1px solid #ddd; background: #f7f7f7; padding: .5rem .8rem; border-radius: 8px; cursor: pointer; }
#bd-flooring-overlay .bdf-btn[disabled] { opacity: .4; cursor: not-allowed; }

#bd-flooring-overlay button.bdf-btn.bdf-continue {
    background: #415242 !important;
    color: #fff;
}

#bd-flooring-overlay .bdf-close {
	position: absolute;
    right: 1.2rem;
    top: 0.9rem;
    background: transparent;
    border: 0;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: #fff;
}