html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
}

.admin-table-wrap .dt-container {
  color: #27272a;
  font-size: 0.875rem;
}

.admin-table-wrap .dt-layout-row {
  align-items: center;
  gap: 1rem;
  margin: 0 0 1rem;
}

.admin-table-wrap .dt-layout-row:last-child {
  margin: 1rem 0 0;
}

.admin-table-wrap .dt-search label,
.admin-table-wrap .dt-length label,
.admin-table-wrap .dt-info {
  color: #71717a;
  font-size: 0.8125rem;
}

.admin-table-wrap .dt-input {
  border: 1px solid #d4d4d8 !important;
  border-radius: 0.375rem !important;
  min-height: 2.25rem;
  padding: 0.375rem 0.625rem !important;
}

.admin-table-wrap .dt-input:focus {
  border-color: #b91c1c !important;
  box-shadow: 0 0 0 4px #fee2e2;
  outline: none;
}

.admin-table-wrap table.dataTable.admin-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.admin-table-wrap table.dataTable.admin-table thead th {
  background: #f4f4f5;
  border-bottom: 1px solid #e4e4e7;
  color: #52525b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.875rem 1rem;
  text-transform: uppercase;
}

.admin-table-wrap table.dataTable.admin-table tbody td {
  border-bottom: 1px solid #f4f4f5;
  padding: 0.875rem 1rem;
  vertical-align: middle;
}

.admin-table-wrap table.dataTable.admin-table tbody tr:hover {
  background: #fafafa;
}

.admin-table-wrap .dt-paging .dt-paging-button {
  border: 1px solid #e4e4e7 !important;
  border-radius: 0.375rem !important;
  color: #3f3f46 !important;
  margin-left: 0.25rem;
  padding: 0.375rem 0.625rem !important;
}

.admin-table-wrap .dt-paging .dt-paging-button.current,
.admin-table-wrap .dt-paging .dt-paging-button.current:hover {
  background: #18181b !important;
  border-color: #18181b !important;
  color: white !important;
}

.admin-table-wrap .dt-paging .dt-paging-button:hover {
  background: #f4f4f5 !important;
  border-color: #d4d4d8 !important;
  color: #18181b !important;
}

.admin-table-wrap .admin-table th {
  background: #f4f4f5;
  border-bottom: 1px solid #e4e4e7;
  color: #52525b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.875rem 1rem;
  text-align: left;
  text-transform: uppercase;
}

.admin-table-wrap .admin-table td {
  border-bottom: 1px solid #f4f4f5;
  padding: 0.875rem 1rem;
  vertical-align: middle;
}

.content-body > * + * {
  margin-top: 1rem;
}

.content-body h2 {
  color: #09090b;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.content-body h3 {
  color: #18181b;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.content-body ul,
.content-body ol {
  padding-left: 1.5rem;
}

.content-body ul {
  list-style: disc;
}

.content-body ol {
  list-style: decimal;
}

.content-body a {
  color: #b91c1c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.details-table-wrap {
  overflow-x: auto;
}

.details-table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

.details-table th,
.details-table td {
  border: 1px solid #e4e4e7;
  padding: 0.875rem 1rem;
  text-align: left;
  vertical-align: top;
}

.details-table th {
  background: #f4f4f5;
  color: #3f3f46;
  font-weight: 600;
  width: 32%;
}

.details-table td p {
  margin: 0;
}

.details-table td p + p {
  margin-top: 0.375rem;
}

.contact-map {
  border: 1px solid #e4e4e7;
  border-radius: 0.5rem;
  overflow: hidden;
}

.contact-map-schematic {
  background: #f8fafc;
  height: 420px;
  position: relative;
}

.map-road {
  background: #cbd5e1;
  position: absolute;
}

.map-road-main {
  height: 34px;
  left: -4%;
  top: 52%;
  transform: rotate(-8deg);
  width: 108%;
}

.map-road-side {
  height: 26px;
  left: 52%;
  top: -8%;
  transform: rotate(34deg);
  width: 38%;
}

.map-area {
  align-items: center;
  border-radius: 0.5rem;
  color: #3f3f46;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  justify-content: center;
  position: absolute;
}

.map-area-warehouse {
  background: #e4e4e7;
  height: 120px;
  left: 8%;
  top: 12%;
  width: 220px;
}

.map-area-forest {
  background: #dcfce7;
  height: 170px;
  right: 7%;
  top: 9%;
  width: 260px;
}

.map-pin {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  left: 44%;
  position: absolute;
  top: 42%;
}

.map-pin-dot {
  background: #b91c1c;
  border: 4px solid white;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgb(24 24 27 / 0.25);
  height: 28px;
  width: 28px;
}

.map-pin-label,
.map-address-card {
  background: white;
  border: 1px solid #e4e4e7;
  border-radius: 0.5rem;
  box-shadow: 0 12px 28px rgb(24 24 27 / 0.12);
}

.map-pin-label {
  color: #18181b;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
}

.map-address-card {
  bottom: 1.25rem;
  display: grid;
  gap: 0.375rem;
  left: 1.25rem;
  max-width: 460px;
  padding: 1rem;
  position: absolute;
}

.map-address-card strong {
  color: #18181b;
}

.map-address-card span {
  color: #52525b;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.map-note {
  color: #52525b;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.content-body .ql-syntax {
  background: #18181b;
  border-radius: 0.375rem;
  color: #f4f4f5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.6;
  overflow-x: auto;
  padding: 1rem;
}

.page-editor {
  display: flex;
  flex-direction: column;
}
