.lmc-licenses-page {
  padding-bottom: 4rem;
}

.lmc-licenses-page__body {
  padding-top: 1.5rem;
}

.lmc-licenses-page__intro {
  max-width: 920px;
  margin: 0 0 2rem;
  font-size: 17px;
  line-height: 1.65;
  color: #333;
}

.lmc-licenses-section {
  margin-bottom: 2.75rem;
}

.lmc-licenses-section h2 {
  margin: 0 0 1rem;
  color: #013232;
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.25;
}

.lmc-licenses-section p {
  margin: 0 0 1rem;
  line-height: 1.65;
  color: #333;
}

.lmc-licenses-table-wrap {
  overflow-x: auto;
  margin: 1rem 0 1.5rem;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background: #fff;
}

.lmc-licenses-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.lmc-licenses-table th,
.lmc-licenses-table td {
  padding: 14px 16px;
  vertical-align: top;
  border-bottom: 1px solid #ececec;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
}

.lmc-licenses-table thead th {
  background: #f7faf8;
  color: #013232;
  font-weight: 600;
}

.lmc-licenses-table tbody tr:last-child td {
  border-bottom: 0;
}

.lmc-licenses-table a {
  color: #013232;
  font-weight: 600;
  text-decoration: none;
}

.lmc-licenses-table a:hover {
  color: #09b9aa;
}

.lmc-licenses-table__address,
.lmc-licenses-table__muted {
  color: #666;
  font-size: 14px;
}

.lmc-licenses-table__address {
  margin-top: 6px;
}

.lmc-licenses-list {
  margin: 0;
  padding-left: 1.1rem;
}

.lmc-licenses-list--compact li {
  margin-bottom: 4px;
  font-size: 14px;
  color: #444;
}

.lmc-licenses-doc-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  text-decoration: none;
  color: #013232;
}

.lmc-licenses-doc-link img {
  display: block;
  width: 120px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  object-fit: cover;
}

.lmc-licenses-doc-link span {
  font-size: 13px;
  font-weight: 600;
  color: #09b9aa;
}

.lmc-licenses-cta {
  margin-top: 1.5rem;
}

.lmc-licenses-dl {
  margin: 0;
  display: grid;
  gap: 1rem;
}

.lmc-licenses-dl div {
  padding: 1rem 1.15rem;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fafafa;
}

.lmc-licenses-dl dt {
  margin: 0 0 6px;
  font-weight: 600;
  color: #013232;
}

.lmc-licenses-dl dd {
  margin: 0;
  color: #333;
  line-height: 1.55;
}

.lmc-licenses-dl a {
  color: #09b9aa;
  font-weight: 600;
}

.lmc-licenses-permits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.lmc-licenses-permits__item {
  padding: 1rem 1.15rem;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
}

.lmc-licenses-permits__title {
  margin: 0 0 8px;
  font-size: 17px;
  color: #013232;
}

.lmc-licenses-permits__status {
  margin-bottom: 0 !important;
}

.lmc-licenses-equipment {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.lmc-licenses-equipment li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  padding: 0.85rem 1rem;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fafafa;
}

.lmc-licenses-equipment span {
  color: #666;
}

.lmc-licenses-steps {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  line-height: 1.65;
}

.lmc-licenses-links {
  margin: 0;
  padding-left: 1.1rem;
}

.lmc-licenses-links a {
  color: #09b9aa;
  font-weight: 600;
}

.lmc-licenses-section--cta-secondary {
  padding: 1.25rem 1.35rem;
  border-radius: 10px;
  background: #f7faf8;
}

.lmc-licenses-disclaimer {
  margin-top: 2rem;
  padding: 1rem 1.15rem;
  border-left: 4px solid #94b798;
  background: #f5f8f6;
  color: #444;
}

.lmc-licenses-disclaimer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.btn__outline {
  background: transparent !important;
  color: #013232 !important;
  border: 1px solid #013232 !important;
}

.btn__outline:hover {
  background: #013232 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .lmc-licenses-page__intro {
    font-size: 16px;
  }

  .lmc-licenses-table th,
  .lmc-licenses-table td {
    padding: 12px;
    font-size: 14px;
  }
}
