/* Responsive refinements approved after mobile and tablet review. */

/* Match the stronger, darker action colour used on the audit page. */
.button-accent {
  background: #7f3224;
}

.button-accent:hover {
  background: #64271c;
}

/* Keep decorative rules on the image frame instead of over embedded labels. */
@media (max-width: 1180px) {
  .readiness-model-visual::before {
    top: -3px;
    left: -10px;
    width: 48px;
    height: 4px;
  }
}

/* Keep the founder copy focused and remove the detached portrait on tablets. */
@media (min-width: 681px) and (max-width: 900px) {
  .founder-photo {
    display: none;
  }
}
