/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.form-root {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem auto;
}

.form-group {
  margin-bottom: 1.25rem;
}

.inner-box .row {
  margin-bottom: 1rem;
}

.frame {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#result-table {
  margin-top: 1rem;
  font-size: 0.95rem;
}

#result-table th,
#result-table td {
  text-align: center;
  vertical-align: middle;
}

#result-table td.gogyo-top {
  font-size: smaller;
  border-bottom: none;
  padding-bottom: 0;
  vertical-align: bottom;
}

#result-table td.gogyo-bottom {
  font-size: smaller;
  border-top: none;
  padding-top: 0;
}

#result-table td[class^="kanshi"] {
  border-top: none;
  border-bottom: none;
}

.birthdate {
  color: #555;
  margin-bottom: 1rem;
}
