.sanad-land-wrapper {
  max-width: 100%;
}

.sanad-land-wrapper h3 {
  font-size: 26px;
}

.sanad-land-card {
  background: var(--sanad-surface-container-lowest);
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.sanad-table-responsive {
  width: 100%;
  overflow-x: auto;
}

.sanad-land-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
  border: none;
}

.sanad-land-table thead {
  background: var(--sanad-surface-container-low);
  border-bottom: 1px solid var(--sanad-outline-variant);
}

.sanad-land-table th {
  padding: 14px 24px;
  font-family: var(--sanad-font-body);
  font-size: 12px;
  font-weight: 600;
  color: var(--sanad-fiord);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sanad-land-table td {
  padding: 16px 24px;
  color: var(--sanad-on-surface);
  border-bottom: 1px solid var(--sanad-outline-variant);
  vertical-align: middle;
}

.sanad-land-table tbody tr:last-child td {
  border-bottom: none;
}

.sanad-land-table tbody tr:hover td {
  background: rgba(248, 249, 250, 0.7);
}

.sanad-land-table th:nth-child(1),
.sanad-land-table td:nth-child(1) {
  width: 28%;
  text-align: left;
  font-weight: 600;
}

.sanad-land-table th:nth-child(2),
.sanad-land-table td:nth-child(2) {
  width: 22%;
  text-align: right;
}

.sanad-land-table th:nth-child(3),
.sanad-land-table td:nth-child(3) {
  width: 28%;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.sanad-land-table th:nth-child(4),
.sanad-land-table td:nth-child(4) {
  width: 22%;
  text-align: right;
}

body.rtl .sanad-land-table th:nth-child(1),
body.rtl .sanad-land-table td:nth-child(1) {
  text-align: right;
}

body.rtl .sanad-land-table th:nth-child(2),
body.rtl .sanad-land-table td:nth-child(2) {
  text-align: left;
}

body.rtl .sanad-land-table th:nth-child(3),
body.rtl .sanad-land-table td:nth-child(3) {
  text-align: left;
}

body.rtl .sanad-land-table th:nth-child(4),
body.rtl .sanad-land-table td:nth-child(4) {
  text-align: left;
}

.sanad-chart-panel {
  border-top: 1px solid var(--sanad-outline-variant);
  background: var(--sanad-surface-container-low);
  padding: 24px;
}

.sanad-chart-header {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--sanad-fiord);
  margin-bottom: 16px;
}

.sanad-chart-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
}

.sanad-land-chart {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  /* content-sized + horizontal scroll so the 4 columns (and the % badge)
     never break or shrink on small screens */
  .sanad-land-table {
    table-layout: auto;
    width: auto;
    min-width: 100%;
    font-size: 12px;
  }

  .sanad-land-table th,
  .sanad-land-table td {
    padding: 10px 12px;
    white-space: nowrap;
  }

  .sanad-chart-panel {
    padding: 16px;
  }

  .sanad-chart-wrapper {
    height: 180px;
  }
}
