.cw-night-sky-tonight-widget {
  background: linear-gradient(180deg, #09111f 0%, #0d1730 100%);
  color: #eef4ff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.20);
  border: 1px solid rgba(255,255,255,0.08);
  max-width: 100%;
}

.cw-night-sky-header {
  margin-bottom: 12px;
}

.cw-night-sky-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
}

.cw-night-sky-status,
.cw-night-sky-results,
.cw-night-sky-meta,
.cw-object-sub,
.cw-night-sky-empty,
.cw-night-sky-footer {
  font-size: 0.95rem;
}

.cw-night-sky-status {
  min-height: 20px;
  color: #d7e3f7;
}

.cw-night-sky-results {
  margin-top: 8px;
}

.cw-night-sky-meta {
  color: #d7e3f7;
  margin-bottom: 10px;
  line-height: 1.45;
}

.cw-object-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.cw-object-item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 10px 12px;
}

.cw-object-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.35;
}

.cw-object-main a,
.cw-object-main span {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.cw-object-main a:hover {
  text-decoration: underline;
}

.cw-object-type {
  display: inline-block;
  background: rgba(159, 203, 255, 0.14);
  border: 1px solid rgba(159, 203, 255, 0.20);
  border-radius: 999px;
  color: #b9dbff;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 8px;
}

.cw-object-sub {
  margin-top: 6px;
  color: #d7e3f7;
  line-height: 1.45;
}

.cw-night-sky-empty {
  color: #d7e3f7;
  line-height: 1.45;
}

@media (max-width: 480px) {
  .cw-night-sky-tonight-widget {
    padding: 14px;
  }

  .cw-night-sky-header h3 {
    font-size: 1.06rem;
  }
}
