.tool-workbench.postal-code-mounted {
  width: min(1320px, calc(100vw - 72px)) !important;
  max-width: 1320px !important;
}

.postal-code-page {
  overflow: auto !important;
}

.postal-code-mounted,
.postal-code-mounted * {
  box-sizing: border-box;
}

#postalCodeMount {
  color: #071631;
}

.postal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  margin-top: 18px;
}

.postal-search-card,
.postal-result-card,
.postal-panel,
.postal-stats > div {
  border: 1px solid rgba(181, 203, 242, 0.84);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 58px rgba(35, 75, 145, 0.1);
}

.postal-search-card {
  min-height: 250px;
  border-radius: 28px;
  padding: 30px;
  background:
    radial-gradient(circle at 82% 18%, rgba(22, 119, 255, 0.16), transparent 30%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 255, 0.9));
}

.postal-kicker {
  display: inline-flex;
  height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 0 14px;
  color: #1267e8;
  background: rgba(22, 119, 255, 0.08);
  font-size: 13px;
  font-weight: 760;
}

.postal-search-card h2 {
  margin: 18px 0 20px;
  color: #071631;
  font-size: 34px;
  line-height: 1.15;
}

.postal-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 12px;
}

.postal-search-row input,
.postal-search-row select {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(169, 194, 242, 0.92);
  border-radius: 16px;
  padding: 0 16px;
  color: #071631;
  background: #fff;
  outline: 0;
  font-size: 15px;
}

.postal-search-row input:focus,
.postal-search-row select:focus {
  border-color: #1677ff;
  box-shadow: 0 0 0 4px rgba(22, 119, 255, 0.1);
}

.postal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.postal-chips button,
.postal-panel-head button,
.postal-table button {
  border: 0;
  cursor: pointer;
  font-weight: 760;
}

.postal-chips button {
  height: 34px;
  border-radius: 11px;
  padding: 0 13px;
  color: #3e5b8a;
  background: #f4f8ff;
}

.postal-result-card {
  min-height: 250px;
  border-radius: 28px;
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(145deg, #176dff, #7464ff 60%, #20c7aa);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.postal-result-card span,
.postal-result-card b {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.postal-result-card strong {
  display: block;
  margin: 12px 0 10px;
  font-size: 56px;
  line-height: 1;
}

.postal-result-card button {
  width: 120px;
  height: 38px;
  margin-top: 18px;
  border: 0;
  border-radius: 12px;
  color: #176dff;
  background: #fff;
  font-size: 13px;
  font-weight: 820;
  cursor: pointer;
}

.postal-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.postal-stats > div {
  min-height: 94px;
  border-radius: 22px;
  padding: 18px 20px;
}

.postal-stats span {
  display: block;
  color: #5e7198;
  font-size: 13px;
  font-weight: 760;
}

.postal-stats strong {
  display: block;
  margin-top: 10px;
  color: #071631;
  font-size: 28px;
  line-height: 1;
}

.postal-panel {
  border-radius: 26px;
  padding: 20px;
}

.postal-panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.postal-panel-head span {
  color: #55709d;
  font-size: 13px;
  font-weight: 760;
}

.postal-panel-head h2 {
  margin: 4px 0 0;
  color: #071631;
  font-size: 24px;
}

.postal-panel-head button {
  height: 38px;
  border-radius: 12px;
  padding: 0 14px;
  color: #385782;
  background: #f4f8ff;
}

.postal-table-wrap {
  max-height: 356px;
  overflow: auto;
  border: 1px solid rgba(188, 207, 242, 0.82);
  border-radius: 18px;
  background: #fff;
}

.postal-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  color: #132345;
  font-size: 14px;
}

.postal-table th,
.postal-table td {
  border-bottom: 1px solid #e6edf8;
  padding: 14px 16px;
  text-align: left;
  vertical-align: middle;
}

.postal-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: #385782;
  background: #f3f7ff;
  font-weight: 820;
}

.postal-table tbody tr:hover {
  background: #f8fbff;
}

.postal-table b {
  color: #1267e8;
  font-size: 17px;
}

.postal-table button {
  height: 32px;
  border-radius: 10px;
  padding: 0 12px;
  color: #1267e8;
  background: #eef6ff;
  font-size: 12px;
}

.postal-empty {
  color: #7890b8;
  text-align: center !important;
}

@media (max-width: 900px) {
  .tool-workbench.postal-code-mounted {
    width: min(100%, calc(100vw - 28px)) !important;
  }

  .postal-hero,
  .postal-search-row,
  .postal-stats {
    grid-template-columns: 1fr;
  }
}
