.elementor-450 .elementor-element.elementor-element-7986f3ff{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-f1431e5 */body {
  background-color: #1c1f2e;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0;
}

.container {
  background: #2c3248;
  width: 100%;
  max-width: 420px;
  margin: 40px auto;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: #ffffff;
}

h3, h4 {
	text-align: left;
}

.linha-horario {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  align-items: center;
}

.linha-horario input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: none;
  background-color: #1c1f2e;
  color: #ffffff;
  font-size: 1rem;
  outline: none;
}

#calcular {
  padding: 12px;
  border: none;
  margin-top: 12px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  background-color: #3b82f6;
  color: #ffffff;
  transition: background-color 0.3s, transform 0.2s;
}

#calcular:hover {
  background-color: #2563eb;
  transform: scale(1.02);
}

#resultado {
  margin-top: 24px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
}

#resultado h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #f9fafb;
}

#resultado p {
  margin: 6px 0;
  color: #d1d5db;
  font-size: 0.95rem;
  line-height: 1.4;
}/* End custom CSS */