.settings-site-section > .field,
.settings-site-section > label,
.settings-site-section > div:not(.settings-option3-section-head) {
  max-width: 520px;
}

.settings-site-section input {
  width: 100%;
}

.settings-site-section .settings-vehicle-control {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .025);
}

.settings-site-section .settings-vehicle-control input {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  accent-color: #f15a29;
}

.settings-vehicle-control strong,
.settings-vehicle-control small {
  display: block;
}

.settings-vehicle-control strong {
  color: #f5f5f7;
  font-weight: 600;
}

.settings-vehicle-control small {
  margin-top: 4px;
  color: #929298;
  font-size: 13px;
}

.logs-heading {
  align-items: center;
}

.logs-heading-actions {
  display: flex;
  gap: 10px;
}

.logs-refresh {
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  color: #f5f5f7;
  background: rgba(255, 255, 255, .05);
  font: inherit;
  cursor: pointer;
}

.logs-restore {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 145, 74, .42);
  border-radius: 12px;
  color: #ff9a65;
  background: rgba(255, 111, 45, .08);
  font: inherit;
  cursor: pointer;
}

.logs-delete {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 91, 39, .38);
  border-radius: 12px;
  color: #ff7a50;
  background: rgba(255, 91, 39, .06);
  font: inherit;
  cursor: pointer;
}

.logs-delete.is-confirming {
  color: #fff;
  border-color: #ff5b27;
  background: #d9471d;
}

.logs-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 150px 145px 145px;
  gap: 10px;
  margin: 24px 0 16px;
}

.logs-toolbar select,
.logs-search {
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(0, 0, 0, .26);
  color: #f5f5f7;
}

.logs-toolbar select {
  padding: 0 34px 0 12px;
  font: inherit;
}

.logs-search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
}

.logs-search svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #a7a7ad;
  stroke-width: 1.8;
}

.logs-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: inherit;
}

.logs-table-wrap {
  width: 100%;
  max-width: none;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(0, 0, 0, .18);
}

.settings-logs-section {
  width: 100% !important;
  max-width: none !important;
}

.settings-logs-section > .logs-toolbar,
.settings-logs-section > .logs-table-wrap {
  width: 100% !important;
  max-width: none !important;
}

.logs-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.logs-table th {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: #99999f;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.logs-table td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  color: #d5d5d9;
  font-size: 14px;
  vertical-align: middle;
}

.logs-table tr:last-child td {
  border-bottom: 0;
}

.logs-table td strong,
.logs-table td span {
  display: block;
}

.logs-table td strong {
  color: #fff;
  font-size: 15px;
}

.logs-table td > span:not(.logs-status-pill) {
  margin-top: 3px;
  color: #8e8e94;
  font-size: 12px;
}

.logs-status-pill {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.logs-status-pill::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #77777e;
  content: "";
}

.logs-status-pill.on-site::before {
  background: #ff5a25;
  box-shadow: 0 0 12px rgba(255, 90, 37, .5);
}

.logs-status-pill.deleted {
  color: #ff9a65;
}

.logs-status-pill.deleted::before {
  background: #ff6f2d;
  box-shadow: 0 0 12px rgba(255, 111, 45, .42);
}

.logs-empty {
  padding: 42px 20px;
  color: #97979d;
  text-align: center;
}

.logs-empty[hidden] {
  display: none;
}

.settings-logs-section.is-loading .logs-table-wrap {
  opacity: .55;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1050px) {
  .logs-toolbar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .logs-toolbar {
    grid-template-columns: 1fr;
  }

  .logs-table {
    min-width: 700px;
  }
}
