.mfev-wrap {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.mfev-wrap p {
  line-height: 1.6;
}
.mfev-wrap button.mfev-btn {
  font-weight: bold !important;
  transition: all 0.2s ease;
  border-radius: 0;
}

.mfev-msg {
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.mfev-msg.error {
  background: #fde8e8;
  color: #c0392b;
  border-left: 4px solid #c0392b;
}
.mfev-msg.success {
  background: #e8f8f0;
  color: #27ae60;
  border-left: 4px solid #27ae60;
}

.mfev-success {
  padding: 20px;
  border-radius: 6px;
  text-align: center;
}

.mfev-code-input {
  font-size: 1.8em;
  letter-spacing: 0.3em;
  text-align: center;
  width: 190px;
  padding: 10px !important;
  border: 1px solid #c0392b !important;
  border-radius: 0;
}

.mfev-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.mfev-btn-primary {
  background: #1a6b3c;
  color: #fff;
}

.mfev-btn-secondary {
  background: transparent;
  border: 1px solid #999;
  color: #555;
  padding: 8px 16px;
}

.mfev-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 24px 0;
}

#mfev-notice-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #c0392b;
  color: #fff;
  text-align: center;
  padding: 13px 48px 13px 20px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
#mfev-notice-bar a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  margin-left: 6px;
}

#mfev-notice-bar-close {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  padding: 0 4px;
}

.admin-bar #mfev-notice-bar {
  top: 32px;
}

.no-adminbar #mfev-notice-bar {
  top: 0;
}

@media screen and (max-width: 782px) {
  .admin-bar #mfev-notice-bar {
    top: 46px;
  }
}
body.mfev-notice-open {
  padding-top: 48px;
}

/*# sourceMappingURL=main.css.map */
