#tools-tool-page .orientation-shell {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

#tools-tool-page .orientation-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 255, 0.92) 100%);
  border: 1px solid #e2e7f0;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(39, 40, 51, 0.08);
  padding: 28px;
}

#tools-tool-page .orientation-eyebrow,
#tools-tool-page .orientation-section-eyebrow {
  color: #fb5650;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

#tools-tool-page .orientation-panel h2,
#tools-tool-page .orientation-section-head h2 {
  color: #10131d;
  font-family: "SF-Pro-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

#tools-tool-page .orientation-intro,
#tools-tool-page .orientation-stl-note,
#tools-tool-page .orientation-section-copy,
#tools-tool-page .orientation-empty-state p,
#tools-tool-page .orientation-recommendation p,
#tools-tool-page .orientation-card-explanation {
  color: #45495b;
  font-size: 15px;
  line-height: 1.6;
}

#tools-tool-page .orientation-intro {
  margin: 14px 0 0;
}

#tools-tool-page .orientation-stl-note {
  margin: 14px 0 0;
}

#tools-tool-page .orientation-stl-note a {
  color: #fb5650;
  text-decoration: none;
}

#tools-tool-page .orientation-stl-note a:hover {
  text-decoration: underline;
}

#tools-tool-page .orientation-dropzone {
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(255, 157, 122, 0.34), transparent 30%),
    radial-gradient(circle at bottom right, rgba(72, 101, 255, 0.18), transparent 36%),
    linear-gradient(180deg, #161a27 0%, #0d1018 100%);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  gap: 18px;
  margin-top: 24px;
  min-height: 180px;
  padding: 24px;
  position: relative;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#tools-tool-page .orientation-dropzone:hover,
#tools-tool-page .orientation-dropzone.is-dragover {
  border-color: rgba(255, 255, 255, 0.44);
  box-shadow:
    0 22px 48px rgba(10, 11, 18, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

#tools-tool-page .orientation-dropzone.has-file {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 20px 40px rgba(10, 11, 18, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#tools-tool-page .orientation-dropzone input {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

#tools-tool-page .orientation-dropzone-icon {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: inline-flex;
  flex: 0 0 64px;
  height: 64px;
  justify-content: center;
  width: 64px;
}

#tools-tool-page .orientation-dropzone-icon svg {
  display: block;
  height: 32px;
  width: 32px;
}

#tools-tool-page .orientation-dropzone-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

#tools-tool-page .orientation-dropzone-title {
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

#tools-tool-page .orientation-dropzone-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.45;
}

#tools-tool-page .orientation-dropzone-file {
  align-items: center;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 13px;
  font-weight: 600;
  gap: 8px;
  line-height: 1.3;
  margin-top: 6px;
  max-width: 100%;
  padding: 10px 14px;
}

#tools-tool-page .orientation-file-summary {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #e3e8f2;
  border-radius: 16px;
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding: 18px;
}

#tools-tool-page .orientation-summary-row {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 116px minmax(0, 1fr);
}

#tools-tool-page .orientation-summary-row span {
  color: #596174;
  font-size: 14px;
}

#tools-tool-page .orientation-summary-row strong {
  color: #151923;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

#tools-tool-page .orientation-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 22px;
}

#tools-tool-page .orientation-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#tools-tool-page .orientation-label {
  color: #252938;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

#tools-tool-page .orientation-field select,
#tools-tool-page .orientation-field-value {
  background: linear-gradient(180deg, #f8faff 0%, #eef3fb 100%);
  border: 1px solid #d8dfed;
  border-radius: 12px;
  color: #111116;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  font-size: 15px;
  min-height: 50px;
  padding: 0 14px;
}

#tools-tool-page .orientation-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #5d6478 50%),
    linear-gradient(135deg, #5d6478 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 2px),
    calc(100% - 14px) calc(50% - 2px);
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  cursor: pointer;
}

#tools-tool-page .orientation-field-value {
  align-items: center;
  display: inline-flex;
}

#tools-tool-page .orientation-field select:focus,
#tools-tool-page .orientation-secondary-btn:focus-visible,
#tools-tool-page .iamRapid-btn-primary:focus-visible,
#tools-tool-page .orientation-table-view-btn:focus-visible,
#tools-tool-page .orientation-tabs button:focus-visible {
  border-color: rgba(251, 86, 80, 0.7);
  box-shadow:
    0 0 0 4px rgba(251, 86, 80, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  outline: none;
}

#tools-tool-page .orientation-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

#tools-tool-page .orientation-secondary-btn,
#tools-tool-page .iamRapid-btn-primary {
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 15px;
  font-weight: 600;
  min-height: 48px;
  padding: 0 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

#tools-tool-page .iamRapid-btn-primary {
  background: #fb5650;
  box-shadow: 0 14px 24px rgba(251, 86, 80, 0.18);
  color: #ffffff;
}

#tools-tool-page .orientation-secondary-btn {
  background: #eef2f7;
  color: #151923;
}

#tools-tool-page .orientation-secondary-btn:hover,
#tools-tool-page .iamRapid-btn-primary:hover {
  transform: translateY(-1px);
}

#tools-tool-page .orientation-secondary-btn:disabled,
#tools-tool-page .iamRapid-btn-primary:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

#tools-tool-page .orientation-validation {
  background: #fff0ef;
  border: 1px solid #ffd2cf;
  border-radius: 14px;
  color: #8d332e;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 18px;
  padding: 14px 16px;
}

#tools-tool-page .orientation-status-row {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

#tools-tool-page .orientation-status-pill {
  border-radius: 999px;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 10px 14px;
  text-transform: uppercase;
}

#tools-tool-page .orientation-status-pill[data-state="idle"] {
  background: #edf1f8;
  color: #46506a;
}

#tools-tool-page .orientation-status-pill[data-state="working"] {
  background: #fff1e6;
  color: #c86f1d;
}

#tools-tool-page .orientation-status-pill[data-state="success"] {
  background: #e8f7ed;
  color: #0d7d43;
}

#tools-tool-page .orientation-status-pill[data-state="error"] {
  background: #ffe8e7;
  color: #c4322d;
}

#tools-tool-page .orientation-status-copy {
  color: #5d6478;
  font-size: 14px;
  line-height: 1.45;
}

#tools-tool-page .orientation-progress {
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
  border: 1px solid #dde4ef;
  border-radius: 16px;
  margin-top: 18px;
  padding: 14px 16px 16px;
}

#tools-tool-page .orientation-progress-meta {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 10px;
}

#tools-tool-page .orientation-progress-meta span {
  color: #1b2232;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

#tools-tool-page .orientation-progress-track {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%),
    #dfe6f1;
  border-radius: 999px;
  height: 12px;
  overflow: hidden;
  position: relative;
}

#tools-tool-page .orientation-progress-fill {
  background: linear-gradient(90deg, #fb5650 0%, #ff7b52 48%, #ffb15d 100%);
  border-radius: inherit;
  box-shadow: 0 10px 18px rgba(251, 86, 80, 0.24);
  display: block;
  height: 100%;
  transition: width 0.28s ease;
  width: 0%;
}

#tools-tool-page .orientation-empty-state {
  margin-top: 20px;
}

#tools-tool-page .orientation-empty-state h2 {
  margin-bottom: 12px;
}

#tools-tool-page .orientation-recommendation {
  background:
    radial-gradient(circle at top right, rgba(251, 86, 80, 0.12), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid #e3e8f2;
  border-radius: 18px;
  margin-top: 20px;
  padding: 22px;
}

#tools-tool-page .orientation-recommendation-head {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

#tools-tool-page .orientation-recommendation-badge {
  align-items: center;
  background: #fb5650;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  height: 28px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-width: 154px;
  padding: 0 14px;
  text-transform: uppercase;
}

#tools-tool-page .orientation-recommendation-score {
  color: #151923;
  font-family: "SF-Pro-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 28px;
  font-weight: 700;
}

#tools-tool-page .orientation-recommendation h2 {
  font-size: 34px;
  margin-top: 18px;
}

#tools-tool-page .orientation-recommendation p {
  margin-top: 12px;
}

#tools-tool-page .orientation-recommendation-meta {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

#tools-tool-page .orientation-recommendation-meta div {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  padding: 14px 16px;
}

#tools-tool-page .orientation-recommendation-meta span {
  color: #5d6478;
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}

#tools-tool-page .orientation-recommendation-meta strong {
  color: #151923;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 16px;
}

#tools-tool-page .orientation-recommendation-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

#tools-tool-page .orientation-recommendation-note {
  color: #5d6478;
  font-size: 14px;
  line-height: 1.45;
  max-width: 360px;
}

#tools-tool-page .orientation-viewer-callout {
  background: linear-gradient(180deg, #0f1420 0%, #171d2d 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  color: #ffffff;
  margin-top: 18px;
  padding: 22px;
}

#tools-tool-page .orientation-viewer-callout-head {
  align-items: start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

#tools-tool-page .orientation-viewer-eyebrow {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

#tools-tool-page .orientation-viewer-callout h3 {
  color: #ffffff;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 24px;
  margin: 0;
}

#tools-tool-page .orientation-viewer-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  min-height: 36px;
  padding: 0 16px;
  white-space: nowrap;
}

#tools-tool-page .orientation-viewer-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
  margin: 16px 0 0;
}

#tools-tool-page .orientation-viewer-facts {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

#tools-tool-page .orientation-viewer-facts div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 14px 16px;
}

#tools-tool-page .orientation-viewer-facts span {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}

#tools-tool-page .orientation-viewer-facts strong {
  color: #ffffff;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 16px;
}

#tools-tool-page .orientation-candidates-section {
  margin-top: 24px;
}

#tools-tool-page .orientation-section-head {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 18px;
}

#tools-tool-page .orientation-section-copy {
  margin: 0;
  max-width: 440px;
}

#tools-tool-page .orientation-tabs {
  align-items: center;
  background: #f1f2f5;
  border-radius: 30px;
  display: flex;
  gap: 0;
  margin-bottom: 18px;
  overflow-x: auto;
  padding: 2px;
}

#tools-tool-page .orientation-tabs::-webkit-scrollbar {
  display: none;
}

#tools-tool-page .orientation-tabs button {
  background: transparent;
  border: none;
  border-radius: 60px;
  color: #6b6c7e;
  cursor: pointer;
  flex: 1 0 180px;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  padding: 12px 20px;
  text-align: center;
}

#tools-tool-page .orientation-tabs button.is-active {
  background: #fb5650;
  color: #ffffff;
}

#tools-tool-page .orientation-tab-panel {
  background: #ffffff;
  border: 1px solid #e2e8f1;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(39, 40, 51, 0.06);
  padding: 20px;
}

#tools-tool-page .orientation-table-wrap {
  border: 1px solid #e2e8f1;
  border-radius: 16px;
  overflow: auto;
}

#tools-tool-page .orientation-table {
  border-collapse: collapse;
  min-width: 980px;
  width: 100%;
}

#tools-tool-page .orientation-table thead th {
  background: #f7f9fc;
  color: #4d5466;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 14px 16px;
  position: sticky;
  text-transform: uppercase;
  top: 0;
  z-index: 1;
}

#tools-tool-page .orientation-table td {
  border-top: 1px solid #edf1f6;
  color: #151923;
  font-size: 14px;
  line-height: 1.45;
  padding: 14px 16px;
  vertical-align: middle;
}

#tools-tool-page .orientation-table tr.is-recommended td {
  background: rgba(251, 86, 80, 0.04);
}

#tools-tool-page .orientation-row-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#tools-tool-page .orientation-row-title strong {
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 15px;
}

#tools-tool-page .orientation-row-badge {
  align-items: center;
  background: #fb5650;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  min-height: 24px;
  padding: 0 10px;
  width: fit-content;
}

#tools-tool-page .orientation-table-view-btn {
  background: #eef2f7;
  border: 1px solid #dde4ef;
  border-radius: 10px;
  color: #151923;
  cursor: pointer;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 13px;
  font-weight: 600;
  min-height: 38px;
  padding: 0 14px;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

#tools-tool-page .orientation-table-view-btn:hover {
  background: #fff2f1;
  border-color: rgba(251, 86, 80, 0.35);
  transform: translateY(-1px);
}

#tools-tool-page .orientation-signal-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#tools-tool-page .orientation-signal-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid #e3e8f2;
  border-radius: 18px;
  padding: 18px;
}

#tools-tool-page .orientation-signal-card[data-tone="accent"] {
  background: linear-gradient(180deg, rgba(251, 86, 80, 0.08) 0%, rgba(255, 246, 245, 0.96) 100%);
  border-color: rgba(251, 86, 80, 0.18);
}

#tools-tool-page .orientation-signal-title {
  color: #5d6478;
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#tools-tool-page .orientation-signal-value {
  color: #151923;
  display: block;
  font-family: "SF-Pro-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 24px;
  margin-top: 10px;
}

#tools-tool-page .orientation-signal-copy {
  color: #45495b;
  font-size: 14px;
  line-height: 1.55;
  margin: 10px 0 0;
}

#tools-tool-page .orientation-next-steps {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

#tools-tool-page .orientation-next-steps-card,
#tools-tool-page .orientation-next-steps-list {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid #e3e8f2;
  border-radius: 18px;
  padding: 20px;
}

#tools-tool-page .orientation-next-steps-eyebrow {
  color: #fb5650;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

#tools-tool-page .orientation-next-steps-card h3 {
  color: #151923;
  font-family: "SF-Pro-Semi-Bold-Text", "SF Pro Text", sans-serif;
  font-size: 24px;
  margin: 0;
}

#tools-tool-page .orientation-next-steps-card p:last-child {
  color: #45495b;
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0 0;
}

#tools-tool-page .orientation-next-step-item {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 12px minmax(0, 1fr);
}

#tools-tool-page .orientation-next-step-item + .orientation-next-step-item {
  border-top: 1px solid #edf1f6;
  margin-top: 14px;
  padding-top: 14px;
}

#tools-tool-page .orientation-next-step-dot {
  background: linear-gradient(180deg, #fb5650 0%, #ff8d5b 100%);
  border-radius: 999px;
  display: block;
  height: 10px;
  margin-top: 6px;
  width: 10px;
}

#tools-tool-page .orientation-next-step-item p {
  color: #45495b;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 980px) {
  #tools-tool-page .orientation-shell,
  #tools-tool-page .orientation-signal-grid,
  #tools-tool-page .orientation-next-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  #tools-tool-page .orientation-section-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  #tools-tool-page .orientation-panel {
    border-radius: 16px;
    padding: 20px;
  }

  #tools-tool-page .orientation-panel h2,
  #tools-tool-page .orientation-section-head h2,
  #tools-tool-page .orientation-recommendation h2 {
    font-size: 26px;
  }

  #tools-tool-page .orientation-dropzone {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
  }

  #tools-tool-page .orientation-dropzone-title {
    font-size: 20px;
  }

  #tools-tool-page .orientation-form-grid,
  #tools-tool-page .orientation-summary-row,
  #tools-tool-page .orientation-recommendation-meta,
  #tools-tool-page .orientation-viewer-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  #tools-tool-page .orientation-status-row,
  #tools-tool-page .orientation-progress-meta,
  #tools-tool-page .orientation-action-row,
  #tools-tool-page .orientation-recommendation-head,
  #tools-tool-page .orientation-recommendation-actions,
  #tools-tool-page .orientation-viewer-callout-head {
    align-items: flex-start;
    flex-direction: column;
  }

  #tools-tool-page .orientation-action-row button {
    width: 100%;
  }
}
