.profile-chip {
  text-decoration: none;
}

.available.offline {
  color: #cbd5e1;
}

.modal-actions-3 {
  grid-template-columns: 1fr 1fr 1.3fr;
}

.outline.strong {
  color: #ffd08d;
  border-color: #7c5a2b;
}

.booking-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.booking-form label {
  display: grid;
  gap: 6px;
  color: #cbd5e1;
  font-size: 12px;
}

.booking-form input,
.booking-form textarea {
  border: 1px solid var(--line);
  background: #0b1220;
  color: #fff;
  border-radius: 10px;
  padding: 11px 12px;
  outline: 0;
}

.booking-form button {
  border-radius: 11px;
  padding: 12px;
  font-weight: 900;
}

.lang-toggle {
  margin-left: auto;
  border: 1px solid var(--line);
  background: #172236;
  color: #dbe4f3;
  border-radius: 18px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
}

.topbar .lang-toggle + .profile-chip {
  margin-left: 8px;
}

.notice-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #1a263a;
  display: grid;
  place-items: center;
  color: var(--accent);
  font-weight: 900;
}

.unread-notice {
  background: #172236;
}

@media (max-width: 760px) {
  .modal-actions-3 {
    grid-template-columns: 1fr;
  }

  .modal-actions-3 button {
    height: 42px;
  }
}
