.elementor-45839 .elementor-element.elementor-element-f8b4f4e{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-45839 .elementor-element.elementor-element-6c84c5a{width:100%;max-width:100%;}#elementor-popup-modal-45839 .dialog-widget-content{animation-duration:0.4s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-45839{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-45839 .dialog-message{width:594px;height:auto;}#elementor-popup-modal-45839 .dialog-close-button{display:flex;}/* Start custom CSS for html, class: .elementor-element-6c84c5a */.mic-container {
  max-width: 450px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

.mic-title {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #0f172a;
}

.mic-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mic-field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
  font-weight: 500;
}

.mic-field input,
.mic-field select {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
  font-family: inherit;
}

.mic-field input:focus,
.mic-field select:focus {
  border-color: #2563eb;
  outline: none;
}

.mic-buttons {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

.mic-btn {
  flex: 1;
  padding: 0.7rem 1rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}

.mic-btn-primary {
  background-color: #2563eb;
  color: white;
}

.mic-btn-primary:hover {
  background-color: #1d4ed8;
}

.mic-btn-secondary {
  background-color: #e2e8f0;
  color: #1e293b;
}

.mic-btn-secondary:hover {
  background-color: #cbd5e1;
}

.mic-errors {
  color: #dc2626;
  font-size: 0.9rem;
  margin-top: 0.4rem;
  line-height: 1.6;
}

.mic-result {
  background-color: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 1rem;
  margin-top: 1.5rem;
  font-size: 0.95rem;
}

.mic-result h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.2rem;
  color: #0f172a;
}

.mic-result p {
  margin: 0.4rem 0;
  line-height: 1.6;
}

.mic-result span {
  font-weight: 600;
  color: #0f172a;
}/* End custom CSS */