.top-home-section {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
  margin-bottom: 1rem;
}

.top-role-tabs {
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.top-role-tabs .nav-link {
  color: #334155;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid transparent;
}

.top-role-tabs .nav-link.active {
  color: #1d4ed8;
  background: transparent;
  border: none;
  border-bottom-color: #1d4ed8;
}

.top-role-pane {
  padding-top: 0.25rem;
}

.section-head {
  margin-bottom: 0.75rem;
}

.next-reservation-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 0.9rem;
  padding: 0.85rem 0.95rem;
  background: #fff;
}

.next-reservation-card:hover {
  border-color: rgba(13, 110, 253, 0.28);
}

.next-reservation-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1f3a5f;
}

.empty-panel {
  border: 1px dashed rgba(148, 163, 184, 0.35);
  border-radius: 0.8rem;
  padding: 0.85rem 0.95rem;
  background: rgba(248, 250, 252, 0.55);
}

.announcement-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 0.75rem;
  padding: 0.65rem 0.8rem;
  background: #fff;
}

.announcement-row:hover {
  border-color: rgba(13, 110, 253, 0.28);
}

.announcement-title {
  font-size: 0.92rem;
  font-weight: 600;
  color: #0f172a;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.announcement-date {
  font-size: 0.75rem;
  color: #64748b;
  flex: 0 0 auto;
}
