.tool-resumerefinary .resumerefinary {
  --rr-bg: #f2f2f2;
  --rr-surface: #e8e8e8;
  --rr-surface-strong: #dedede;
  --rr-ink: #000;
  --rr-muted: #4c4c4c;
  --rr-line: transparent;
  --rr-shadow: 4px 4px 10px rgba(165, 165, 165, .18), -4px -4px 10px rgba(255, 255, 255, .72);
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 64px !important;
  color: var(--rr-ink) !important;
}

.tool-resumerefinary .resumerefinary :where(*, *::before, *::after) {
  box-sizing: border-box;
}

.tool-resumerefinary .resumerefinary :where(.rr-hero, .rr-privacy, .rr-workspace, .rr-progress, .rr-results, .rr-upload, .rr-file-summary, .rr-notice, .rr-result-sections article) {
  background: var(--rr-bg) !important;
  background-image: none !important;
  color: var(--rr-ink) !important;
}

.tool-resumerefinary .resumerefinary :where(
  .rr-privacy,
  .rr-workspace,
  .rr-progress,
  .rr-results,
  .rr-upload,
  .rr-file-summary,
  .rr-notice,
  .rr-document-summary div,
  .rr-extracted-text,
  .rr-report-block,
  .rr-priority-actions li,
  .rr-score-summary,
  .rr-result-panel,
  .rr-finding,
  .rr-requirement
) {
  border: 0 !important;
  box-shadow: var(--rr-shadow) !important;
}

.tool-resumerefinary .rr-hero {
  width: 100%;
  max-width: none;
  margin-bottom: 24px;
  padding: clamp(20px, 4vw, 32px);
  border: 0 !important;
  border-radius: 22px;
  box-shadow: var(--rr-shadow) !important;
}

.tool-resumerefinary .rr-kicker,
.tool-resumerefinary .rr-step {
  margin: 0 0 8px;
  font: 500 .78rem/1.4 "Poppins", sans-serif !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tool-resumerefinary .rr-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2.5rem, 7vw, 5rem) !important;
  letter-spacing: -.07em !important;
  text-transform: none !important;
}

.tool-resumerefinary .rr-hero > p:last-child {
  max-width: 760px;
  margin: 0;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}

.tool-resumerefinary .rr-privacy {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 0 !important;
  border-radius: 18px;
}

.tool-resumerefinary .rr-privacy img {
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

.tool-resumerefinary .rr-privacy strong,
.tool-resumerefinary .rr-privacy p {
  display: block;
  margin: 0;
}

.tool-resumerefinary .rr-privacy p {
  margin-top: 4px;
  color: var(--rr-muted) !important;
  font-size: .9rem !important;
}

.tool-resumerefinary :where(.rr-workspace, .rr-progress, .rr-results) {
  padding: clamp(20px, 4vw, 36px);
  border: 1px solid var(--rr-line) !important;
  border-radius: 22px;
}

.tool-resumerefinary :where(.rr-progress, .rr-results) {
  margin-top: 24px;
}

.tool-resumerefinary .rr-section-heading,
.tool-resumerefinary .rr-label-row,
.tool-resumerefinary .rr-action-row,
.tool-resumerefinary .rr-file-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.tool-resumerefinary .rr-section-heading {
  align-items: flex-start;
  margin-bottom: 24px;
}

.tool-resumerefinary .rr-section-heading h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.25rem) !important;
  text-transform: none !important;
}

.tool-resumerefinary .rr-input-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 24px;
}

.tool-resumerefinary .rr-field > label,
.tool-resumerefinary .rr-label-row label {
  display: block;
  margin-bottom: 9px;
  font: 700 .92rem/1.4 "Inter", sans-serif !important;
}

.tool-resumerefinary .rr-label-row span,
.tool-resumerefinary .rr-help,
.tool-resumerefinary .rr-status {
  color: var(--rr-muted) !important;
  font-size: .8rem !important;
}

.tool-resumerefinary .rr-upload {
  position: relative;
  display: flex;
  min-height: 274px;
  padding: 28px;
  border: 0 !important;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: border-color .18s ease, background-color .18s ease;
}

.tool-resumerefinary .rr-upload:is(:hover, :focus-within, .is-dragging) {
  background: var(--rr-surface) !important;
}

.tool-resumerefinary .rr-upload input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.tool-resumerefinary .rr-upload img {
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
}

.tool-resumerefinary .rr-upload strong {
  margin-bottom: 7px;
}

.tool-resumerefinary .rr-upload span {
  color: var(--rr-muted) !important;
  font-size: .82rem !important;
}

.tool-resumerefinary .rr-file-summary {
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid var(--rr-line) !important;
  border-radius: 12px;
}

.tool-resumerefinary .rr-file-summary span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tool-resumerefinary .rr-file-summary button {
  border: 0 !important;
  text-decoration: none;
  cursor: pointer;
}

.tool-resumerefinary #rr-job-description {
  display: block;
  width: 100%;
  min-height: 274px;
  padding: 16px;
  border: 0 !important;
  border-radius: 16px;
  outline: 0;
  resize: vertical;
  color: var(--rr-ink) !important;
  background: var(--rr-bg) !important;
}

.tool-resumerefinary .rr-action-row {
  border-top: 0 !important;
}

.tool-resumerefinary #rr-job-description:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .09) !important;
}

.tool-resumerefinary .rr-help {
  margin: 8px 0 0;
}

.tool-resumerefinary .rr-field-error {
  min-height: 1.35em;
  margin: 6px 0 0;
  color: #7a0000 !important;
  font-size: .82rem !important;
  font-weight: 600 !important;
}

.tool-resumerefinary .rr-action-row {
  justify-content: flex-start;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--rr-line) !important;
}

.tool-resumerefinary .rr-button {
  min-height: 44px;
  padding: 10px 18px;
  border: 0 !important;
  border-radius: 999px;
  font: 700 .88rem/1 "Inter", sans-serif !important;
  box-shadow: var(--rr-shadow) !important;
  cursor: pointer;
}

.tool-resumerefinary .rr-button--primary {
  background: #000 !important;
  color: #f2f2f2 !important;
}

.tool-resumerefinary .rr-button--quiet {
  background: transparent !important;
  color: #000 !important;
}

.tool-resumerefinary .rr-button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.tool-resumerefinary .rr-button:focus-visible,
.tool-resumerefinary .rr-file-summary button:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
}

.tool-resumerefinary .rr-stage-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: rr-stage;
}

.tool-resumerefinary .rr-stage-list li {
  min-height: 84px;
  padding: 16px;
  border: 0 !important;
  border-radius: 14px;
  box-shadow: var(--rr-shadow) !important;
  counter-increment: rr-stage;
}

.tool-resumerefinary .rr-stage-list li::before {
  content: counter(rr-stage, decimal-leading-zero);
  display: block;
  margin-bottom: 8px;
  background: transparent !important;
  font: 700 .75rem/1 "Inter", sans-serif;
}

.tool-resumerefinary .rr-stage-list li.is-active {
  background: var(--rr-surface) !important;
}

body.tool-resumerefinary .resumerefinary .rr-stage-list li::before {
  background: transparent !important;
}

.tool-resumerefinary .rr-stage-list li.is-complete::before {
  content: "Done";
}

.tool-resumerefinary .rr-notice {
  padding: 18px;
  border: 1px solid var(--rr-line) !important;
  border-radius: 14px;
}

.tool-resumerefinary .rr-document-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
}

.tool-resumerefinary .rr-ocr-help {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid var(--rr-line) !important;
  border-radius: 12px;
}

.tool-resumerefinary .rr-document-summary div {
  padding: 16px;
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  border-radius: 14px;
}

.tool-resumerefinary .rr-document-summary dt {
  color: var(--rr-muted) !important;
  font-size: .75rem !important;
}

.tool-resumerefinary .rr-document-summary dd {
  margin: 7px 0 0;
  overflow-wrap: anywhere;
  font: 700 1rem/1.4 "Inter", sans-serif !important;
}

.tool-resumerefinary .rr-extracted-text {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--rr-line) !important;
  border-radius: 14px;
}

.tool-resumerefinary .rr-extracted-text summary {
  cursor: pointer;
  font-weight: 700;
}

.tool-resumerefinary .rr-extracted-text pre {
  max-height: 360px;
  margin: 16px 0 0;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: 400 .82rem/1.65 "Poppins", sans-serif !important;
}

.tool-resumerefinary .rr-status.is-error {
  color: #7a0000 !important;
  font-weight: 600 !important;
}

.tool-resumerefinary .rr-notice p {
  margin: 5px 0 0;
}

.tool-resumerefinary .rr-result-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.tool-resumerefinary .rr-result-sections article {
  padding: 18px;
  border: 1px solid var(--rr-line) !important;
  border-radius: 14px;
}

.tool-resumerefinary .rr-result-sections h3,
.tool-resumerefinary .rr-result-sections p {
  margin: 0;
}

.tool-resumerefinary .rr-report-block {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--rr-line) !important;
  border-radius: 14px;
}

.tool-resumerefinary .rr-report-block h3,
.tool-resumerefinary .rr-report-block p {
  margin: 0;
}

.tool-resumerefinary .rr-report-block h3,
.tool-resumerefinary .rr-findings-heading h3,
.tool-resumerefinary .rr-finding-group h4,
.tool-resumerefinary .rr-finding h5 {
  text-transform: none !important;
}

.tool-resumerefinary .rr-report-block p,
.tool-resumerefinary .rr-priority-actions {
  margin-top: 8px;
}

.tool-resumerefinary .rr-priority-actions {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
  counter-reset: rr-priority;
}

.tool-resumerefinary .rr-priority-actions li {
  padding: 14px 16px;
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  border-radius: 12px;
  counter-increment: rr-priority;
}

.tool-resumerefinary .rr-priority-actions li::before {
  content: counter(rr-priority, decimal-leading-zero);
  display: inline-block;
  min-width: 28px;
  font: 700 .72rem/1 "Inter", sans-serif;
}

.tool-resumerefinary .rr-priority-actions a,
.tool-resumerefinary .rr-action-plan a {
  color: var(--rr-ink) !important;
  font-weight: 700;
}

.tool-resumerefinary .rr-priority-actions p,
.tool-resumerefinary .rr-priority-actions small {
  display: block;
  margin: 6px 0 0 28px;
}

.tool-resumerefinary .rr-priority-actions .rr-priority-evidence {
  margin: 8px 0 0 28px;
  padding: 8px 10px;
  border-left: 2px solid var(--rr-ink) !important;
  background: var(--rr-soft) !important;
  color: var(--rr-muted) !important;
  font-size: .82rem;
}

.tool-resumerefinary .rr-score-grid--summary {
  grid-template-columns: minmax(0, 1fr);
  margin: 12px 0;
}

.tool-resumerefinary .rr-strength-list {
  margin-top: 12px;
}

.tool-resumerefinary .rr-strength-list ul {
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
  padding-left: 20px;
}

.tool-resumerefinary .rr-strength-list li p,
.tool-resumerefinary .rr-keyword-placement,
.tool-resumerefinary .rr-empty-result {
  margin-top: 4px;
  color: var(--rr-muted) !important;
}

.tool-resumerefinary .rr-keyword-placement {
  padding-top: 8px;
  border-top: 1px solid var(--rr-line) !important;
  font-weight: 600;
}

.tool-resumerefinary .rr-priority-actions small,
.tool-resumerefinary .rr-diagnosis-confidence {
  color: var(--rr-muted) !important;
  font-size: .75rem !important;
}

.tool-resumerefinary .rr-diagnosis-confidence {
  padding-top: 10px;
  border-top: 1px solid var(--rr-line) !important;
}

.tool-resumerefinary .rr-findings-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.tool-resumerefinary .rr-findings-heading h3 {
  margin: 0;
}

.tool-resumerefinary .rr-findings-heading span {
  color: var(--rr-muted) !important;
  font-size: .82rem !important;
}

.tool-resumerefinary .rr-finding-groups,
.tool-resumerefinary .rr-finding-group {
  display: grid;
  gap: 14px;
}

.tool-resumerefinary .rr-finding-groups {
  margin-top: 16px;
}

.tool-resumerefinary .rr-finding-group h4 {
  margin: 12px 0 0;
  font-size: 1.1rem !important;
}

.tool-resumerefinary .rr-finding {
  padding: 18px;
  border: 1px solid var(--rr-line) !important;
  border-left-width: 5px !important;
  border-radius: 14px;
}

.tool-resumerefinary .rr-finding--critical,
.tool-resumerefinary .rr-finding--high {
  border-left-color: #000 !important;
}

.tool-resumerefinary .rr-finding--medium {
  border-left-color: #666 !important;
}

.tool-resumerefinary .rr-finding--low {
  border-left-color: #aaa !important;
}

.tool-resumerefinary .rr-finding-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.tool-resumerefinary .rr-finding h5 {
  margin: 0;
  font: 700 1rem/1.35 "Inter", sans-serif !important;
}

.tool-resumerefinary .rr-severity {
  padding: 5px 8px;
  border: 1px solid var(--rr-line) !important;
  border-radius: 999px;
  font-size: .68rem !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tool-resumerefinary .rr-finding-meta,
.tool-resumerefinary .rr-verification {
  color: var(--rr-muted) !important;
  font-size: .78rem !important;
}

.tool-resumerefinary .rr-finding p {
  margin: 9px 0 0;
}

.tool-resumerefinary .rr-finding blockquote {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-left: 3px solid #999 !important;
  background: var(--rr-surface) !important;
  font-size: .84rem !important;
}

.tool-resumerefinary .rr-recommendation {
  padding-top: 10px;
  border-top: 1px solid var(--rr-line) !important;
}

.tool-resumerefinary .rr-score-disclaimer {
  margin: 8px 0 0 !important;
  color: var(--rr-muted) !important;
  font-size: .82rem !important;
}

.tool-resumerefinary .rr-score-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.tool-resumerefinary .rr-score {
  padding: 16px;
  border: 1px solid var(--rr-line) !important;
  border-radius: 14px;
}

.tool-resumerefinary .rr-score-name {
  display: block;
  color: var(--rr-muted) !important;
  font-size: .74rem !important;
}

.tool-resumerefinary .rr-score-value {
  display: block;
  margin-top: 5px;
  font: 800 2rem/1 "Inter", sans-serif !important;
}

.tool-resumerefinary .rr-score-band {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 7px;
  border: 1px solid var(--rr-line) !important;
  border-radius: 999px;
  font-size: .68rem !important;
  font-weight: 700 !important;
}

.tool-resumerefinary .rr-score p,
.tool-resumerefinary .rr-score-deductions {
  margin: 9px 0 0;
  font-size: .76rem !important;
}

.tool-resumerefinary .rr-score-deductions {
  display: grid;
  gap: 6px;
}

.tool-resumerefinary .rr-score-deductions a {
  padding-top: 5px;
  border-top: 1px solid var(--rr-line) !important;
  color: #000 !important;
  text-decoration-thickness: 1px;
}

.tool-resumerefinary .rr-action-plan {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.tool-resumerefinary .rr-action-plan-group {
  padding: 16px;
  border: 1px solid var(--rr-line) !important;
  border-radius: 14px;
}

.tool-resumerefinary .rr-action-plan-group h4,
.tool-resumerefinary .rr-action-plan-group p {
  margin: 0;
}

.tool-resumerefinary .rr-action-plan-group > p {
  margin-top: 7px;
  color: var(--rr-muted) !important;
  font-size: .76rem !important;
}

.tool-resumerefinary .rr-action-plan-group ol {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.tool-resumerefinary .rr-action-plan-group li p {
  margin-top: 4px;
  font-size: .75rem !important;
}

.tool-resumerefinary .rr-requirement-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.tool-resumerefinary .rr-requirement {
  padding: 16px;
  border: 1px solid var(--rr-line) !important;
  border-radius: 14px;
}

.tool-resumerefinary .rr-requirement h4,
.tool-resumerefinary .rr-requirement p {
  margin: 0;
}

.tool-resumerefinary .rr-requirement p {
  margin-top: 8px;
}

.tool-resumerefinary .rr-requirement blockquote {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-left: 3px solid #999 !important;
  background: var(--rr-surface) !important;
  font-size: .8rem !important;
}

.tool-resumerefinary .rr-requirement-status {
  padding: 5px 8px;
  border: 1px solid var(--rr-line) !important;
  border-radius: 999px;
  font-size: .68rem !important;
  font-weight: 700 !important;
}

.tool-resumerefinary .rr-file-summary[hidden] {
  display: none !important;
}

.tool-resumerefinary .rr-result-sections h3 {
  font-size: 1rem !important;
  text-transform: none !important;
}

.tool-resumerefinary .rr-result-sections p {
  margin-top: 7px;
  color: var(--rr-muted) !important;
  font-size: .86rem !important;
}

.tool-resumerefinary .rr-score-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
  border: 1px solid var(--rr-line) !important;
  border-radius: 14px;
  overflow: hidden;
}

.tool-resumerefinary .rr-score-summary-item {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-right: 1px solid var(--rr-line) !important;
}

.tool-resumerefinary .rr-score-summary-item:last-child {
  border-right: 0 !important;
}

.tool-resumerefinary .rr-score-summary-item .rr-score-value {
  font-size: 1.7rem !important;
  line-height: 1 !important;
}

.tool-resumerefinary .rr-result-panels {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.tool-resumerefinary .rr-result-panel {
  border: 1px solid var(--rr-line) !important;
  border-radius: 14px;
  overflow: hidden;
}

.tool-resumerefinary .rr-result-panel > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 16px;
  cursor: pointer;
  font-weight: 700;
  list-style-position: inside;
}

.tool-resumerefinary .rr-result-panel > summary strong {
  min-width: 34px;
  text-align: right;
}

.tool-resumerefinary .rr-result-panel[open] > summary {
  border-bottom: 1px solid var(--rr-line) !important;
}

.tool-resumerefinary .rr-result-panel-body {
  padding: 14px 16px;
}

.tool-resumerefinary .rr-panel-count {
  margin: 0 0 10px;
  color: var(--rr-muted) !important;
  font-size: .78rem !important;
}

.tool-resumerefinary .rr-finding {
  padding: 0;
  overflow: hidden;
}

.tool-resumerefinary .rr-finding > summary,
.tool-resumerefinary .rr-requirement > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  cursor: pointer;
  font-weight: 700;
}

.tool-resumerefinary .rr-finding-body,
.tool-resumerefinary .rr-requirement-body {
  padding: 0 14px 14px;
  border-top: 1px solid var(--rr-line) !important;
}

.tool-resumerefinary .rr-more-results {
  margin-top: 8px;
}

.tool-resumerefinary .rr-more-results > summary {
  padding: 10px 0;
  cursor: pointer;
  font-weight: 700;
}

.tool-resumerefinary .rr-more-results-body {
  display: grid;
  gap: 8px;
}

.tool-resumerefinary .rr-extracted-text--results {
  margin-top: 16px;
}

.tool-resumerefinary .tool-support-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: stretch;
  gap: 16px;
  width: 100%;
  margin: 24px 0 0;
}

.tool-resumerefinary .tool-support-copy {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.tool-resumerefinary .tool-support-row :is(.tool-onboarding, .tool-trust-note, .tool-feedback) {
  width: 100%;
  margin: 0;
  border: 0 !important;
  box-shadow: var(--rr-shadow) !important;
}

.tool-resumerefinary .tool-support-row .tool-feedback {
  height: 100%;
}

.tool-resumerefinary .tool-support-row .tool-feedback .btn {
  display: flex;
  width: 100%;
  border: 0 !important;
  justify-content: center;
  box-shadow: var(--rr-shadow) !important;
}

body.tool-resumerefinary .themh-footer.sitewide-footer.homepage-footer-match {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 32px)) !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.tool-resumerefinary .themh-navbar__brand {
  margin-left: 0 !important;
}

.tool-resumerefinary .rr-results,
.tool-resumerefinary .rr-results * {
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
}

@media (max-width: 800px) {
  .tool-resumerefinary .resumerefinary {
    width: min(100% - 24px, 1180px);
    padding-top: 28px !important;
  }

  .tool-resumerefinary .rr-input-grid,
  .tool-resumerefinary .rr-result-sections,
  .tool-resumerefinary .rr-document-summary,
  .tool-resumerefinary .rr-score-grid,
  .tool-resumerefinary .rr-action-plan {
    grid-template-columns: 1fr;
  }

  .tool-resumerefinary .rr-stage-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tool-resumerefinary .rr-score-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tool-resumerefinary .rr-score-summary-item:nth-child(2) {
    border-right: 0 !important;
  }

  .tool-resumerefinary .rr-score-summary-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--rr-line) !important;
  }

  .tool-resumerefinary .tool-support-row {
    grid-template-columns: 1fr;
  }

  body.tool-resumerefinary .themh-footer.sitewide-footer.homepage-footer-match {
    width: min(1180px, calc(100% - 24px)) !important;
  }
}

@media (max-width: 520px) {
  .tool-resumerefinary .rr-privacy {
    grid-template-columns: 1fr;
  }

  .tool-resumerefinary .rr-section-heading,
  .tool-resumerefinary .rr-action-row,
  .tool-resumerefinary .rr-findings-heading,
  .tool-resumerefinary .rr-finding-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .tool-resumerefinary .rr-stage-list {
    grid-template-columns: 1fr;
  }

  .tool-resumerefinary .rr-button {
    width: 100%;
  }

  .tool-resumerefinary .rr-result-panel > summary,
  .tool-resumerefinary .rr-finding > summary,
  .tool-resumerefinary .rr-requirement > summary {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tool-resumerefinary .rr-upload {
    transition: none;
  }
}
