/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0
Text Domain: blocksy-child
*/
/* === MEA Quote Popup === */
.mea-quote-dialog {
  padding: 0;
  border: none;
  border-radius: 12px;
  max-width: 860px;
  width: 92vw;
  box-shadow: 0 20px 60px rgba(0,0,0,.28);
}
.mea-quote-dialog::backdrop { background: rgba(0,0,0,.45); }

.mea-quote-shell { padding: 20px 22px 26px; position: relative; }
.mea-quote-close {
  appearance: none; border: 0; background: transparent; cursor: pointer;
  font-size: 20px; line-height: 1; position: absolute; right: 12px; top: 10px;
}
.mea-quote-header h3 { margin: 0 0 4px; }
.mea-quote-sub { margin: 0 0 16px; opacity: .8; }

/* Fluent Forms spacing inside modal */
.mea-quote-dialog .fluentform .ff-el-group { margin-bottom: 14px; }
