/* Ameriteam OS v202 — one branded type system and stable working surfaces. */
:root {
  --amt-font-sans: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html, body, #root, .app, .amt195-root,
button, input, select, textarea, option, table, th, td {
  font-family: var(--amt-font-sans) !important;
}
code, pre, kbd, samp {
  font-family: "DM Mono", ui-monospace, SFMono-Regular, Consolas, monospace !important;
}
[data-amt202-hidden-development="true"] {
  display: none !important;
}
html[data-amt-route="companies"] .route-stage,
html[data-amt-route="companies"] .route-stage.entering,
html[data-amt-route="companies"] .route-stage.leaving {
  animation: none !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  opacity: 1 !important;
}
.amt195-tabs {
  min-height: 54px !important;
}
.amt195-tab {
  min-height: 54px !important;
  padding: 0 18px !important;
  font-size: 14.5px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
}
.amt195-icon-btn[data-command-open] {
  display: none !important;
}
.amt202-proposal-attachment {
  margin: 12px 0;
  overflow: hidden;
  border: 1px solid #d7dfeb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 38, 91, .08);
}
.amt202-proposal-attachment > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border-bottom: 1px solid #e5eaf2;
  background: #fbfcfe;
}
.amt202-proposal-attachment header span {
  display: block;
  margin-bottom: 3px;
  color: #c8102e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}
.amt202-proposal-attachment h2 {
  margin: 0;
  color: #14265b;
  font-size: 17px;
  font-weight: 850;
}
.amt202-proposal-attachment p {
  margin: 3px 0 0;
  color: #66758c;
  font-size: 12px;
}
.amt202-proposal-open {
  min-height: 40px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 9px;
  background: #14265b;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
}
.amt202-proposal-attachment iframe {
  display: block;
  width: 100%;
  height: min(68vh, 760px);
  min-height: 520px;
  border: 0;
  background: #eef2f7;
}
@media (max-width: 760px) {
  .amt195-tab {
    min-width: max-content;
    padding: 0 14px !important;
    font-size: 14px !important;
  }
  .amt202-proposal-attachment > header {
    align-items: stretch;
    flex-direction: column;
  }
  .amt202-proposal-open {
    width: 100%;
  }
  .amt202-proposal-attachment iframe {
    min-height: 460px;
  }
}
