.page-wrap {
  max-width: 760px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.help-text {
  margin-bottom: 1rem;
}

.translation-form .card {
  border: 1px solid #d7dce3;
  border-radius: 8px;
  background: #f7f9fc;
  padding: 1rem;
  margin-bottom: 1rem;
}

.section-title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.option-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0;
}

.action-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}

.btn {
  display: inline-block;
  border: 1px solid #c6cdd8;
  border-radius: 6px;
  padding: 0.5rem 0.85rem;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.2;
  cursor: pointer;
}

.btn-primary {
  background: #1967d2;
  color: #fff;
  border-color: #1967d2;
}

.btn-secondary {
  background: #fff;
  color: #1f2937;
}

.skip-rows-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.5rem 0 1rem;
}

.skip-rows-row label {
  margin: 0;
}

.skip-rows-input {
  width: 8rem;
  font-size: 1.05rem;
  padding: 0.45rem 0.55rem;
}

#error_explanation {
  border: 2px solid #b91c1c;
  border-radius: 6px;
  background: #fff8f8;
  margin: 1rem 0;
}

#error_explanation h2 {
  margin: 0;
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  color: #fff;
  background: #b91c1c;
}

#error_explanation ul {
  margin: 0.75rem 1.5rem 1rem;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
