:root {
  --color-primary: #283a54;
  --color-secondary: #3e79e1;
  --color-accent: #bbe3ff;
  --color-subtext: #8e8e93;
  font-family: Montserrat;
}

html {
  font-size: 1.633986928vw; /* This is ~10px on a 612px wide page */
}

body {
  margin: 0;
}

#content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.flex {
  display: flex;
}

.col {
  flex-direction: column;
}

.row {
  flex-direction: row;
}

.space-between {
  justify-content: space-between;
}

.w-full {
  width: 100%;
}

.gap-12 {
  gap: 1.1rem;
}

.col-1 {
  width: 60%;
}

.col-2 {
  flex: 1;
}

.middle-column {
  width: 28%;
  flex: none;
}

.end-column {
  width: 38%;
  flex: none;
}

.text-7 {
  font-size: 0.7rem;
  font-weight: 400;
}

.self-center {
  align-self: center;
}

.text-5 {
  font-size: 0.5rem;
  font-weight: 400;
}

.subtext {
  color: #8e8e93;
}

.semibold {
  font-weight: 500;
}

.gap-2 {
  gap: 0.2rem;
}

.primary-text {
  color: var(--color-primary);
}

.main {
  padding: 3.2rem 3.2rem 0 3.2rem;
  flex: 1;
}

.page-header {
  display: flex;
  flex-direction: row;
  height: 5rem;
  margin-bottom: 0.1rem;
}

.page-header > .left {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 50%;
  padding-left: 3.2rem;
  padding-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.page-header > .right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  padding-right: 3.2rem;
  padding-bottom: 0.6rem;
  color: white;
  width: 50%;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  font-weight: 500;
  min-width: 0;
}

.page-header > .right > .tax-year {
  font-size: 1.2rem;
  white-space: nowrap;
}

.page-header > .right > .location {
  font-size: 1.8rem;
  line-height: 2.1rem;
  max-width: 95%;
  /* overflow: hidden;
  text-overflow: ellipsis; */
  white-space: nowrap;
  min-width: 0;
}

.property-img {
  position: relative;
  width: 100%;
  max-height: 450px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-img > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 1rem;
}

.card {
  flex-grow: 1;
}

.card > .header {
  background-color: var(--color-primary);
  color: white;
  font-size: 0.9rem;
  border-radius: 1rem 1rem 0 0;
  padding: 0.6rem;
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
}

.card > .header > .title {
  font-size: 0.9rem;
  font-weight: 700;
}

.card > .dual-body {
  margin: 0.6rem 1rem 0.4rem 1rem;
  font-size: 1.1rem;
  letter-spacing: 0.02rem;
}

.card-item {
  margin: 0.1rem 0;
}

.graphic-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1.5px solid var(--color-accent);
  border-radius: 1rem;
  overflow: hidden;
}

.graphic-card > .info {
  padding: 0.8rem;
  background-color: var(--color-accent);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.395rem;
}

.graphic-card > .info > .title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.graphic-card > .graphic {
  flex: 1;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.4rem;
}

.graphic-card > .graphic > svg {
  overflow: auto;
}

.graphic-card > .graphic > canvas {
  margin: -1rem 0 0 0;
  overflow: auto;
}

.chart-parent {
  position: relative;
  width: 15.7rem;
  height: 9.5rem;
}

.chart-parent > canvas {
  width: 100%;
  height: 100%;
}

.graphic-card > svg > text {
  font-family: Montserrat;
}

.depreciation-marker {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.2rem 0.4rem;
  background-color: var(--color-accent);
  border-radius: 0.4rem;
  width: fit-content;
  line-height: 1.085rem;
  margin-bottom: 0.2rem;
  align-self: center;
}

.after-arrow,
.before-arrow {
  display: none;
}

.after-arrow.show {
  display: inline-block;
}

.before-arrow.show {
  display: inline-block;
}

.depreciation-graphic {
  flex: 1;
  justify-content: center;
  gap: 0.2rem;
}

.depreciation-graphic > .space-between {
  padding: 0 0.2rem;
}

.depreciation-subtext {
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 0.6rem;
  letter-spacing: 0.05rem;
  text-align: center;
  padding: 0 0.4rem 0.4rem 0.4rem;
}

.documents-card {
  flex-shrink: 0;
  letter-spacing: normal;
}

.documents-card > .body {
  margin-left: 0.2rem;
}

.documents-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 0.4rem;
  margin: 0.3rem 0;
  min-height: 1.4rem;
}

.documents-list {
  list-style-type: none;
  margin-block: 0;
  margin-inline: 0;
  padding-inline: 0;
}

.document-title {
  display: inline-block;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.1rem;
  flex: 1;
}

.icon-true,
.icon-false {
  display: none;
  width: 1.6rem;
  margin-top: 0.1rem;
}

.icon-true.show {
  display: inline-block;
}

.icon-false.show {
  display: inline-block;
}

.step-card {
  letter-spacing: normal;
}

.step-card > .body {
  margin-left: .4rem;
  margin-right: .4rem;
  font-size: .9rem;
}

ol {
  margin-block: 0;
  margin-inline: 0;
  padding-inline-start: 1.4rem;
}

ol > ol {
  list-style-type: lower-alpha;
  margin-block: 0;
  margin-inline: 0;
  padding-inline-start: 1.4rem;
}

.deliverables-card {
  letter-spacing: normal;
}

.deliverables-card > .body {
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.341rem;
  margin: 0;
  padding: 0 0.4rem 0 0.4rem;
}

.deliverables-card > .body > ul {
  margin: 0.4rem 0 0 0;
  margin-inline: 0;
  padding-inline-start: 1rem;
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
  list-style: none;
  line-height: 1.097rem;
  font-weight: 400;
}

.deliverables-card > .body > ul > li::before {
  position: absolute;
  transform: translate(-0.8rem);
  content: "•"; /* Custom bullet symbol */
  font-size: 1.2rem; /* Adjust bullet size */
  color: #333; /* Bullet color */
  display: inline-block;
  width: 1em; /* Spacing for bullet */
  margin-right: 5px;
}

footer {
  margin-top: auto;
}

.footer-container {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2%;
}

.footer-left {
  justify-content: left;
  align-items: center;
  min-width: 50%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; 
}

.csa-logo-container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.footer-right {
  justify-content: right;
  align-items: center;
  min-width: 50%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; 
}

.csa-cpy-txt {
  font-size: .61rem;
  margin-top: -0.25rem;
}

.flex.row.gap-12 {
  justify-content: space-between;
}