/* DXCluster Plugin CSS – passend zu wachenfunk.de */

.dxcluster-latest {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  margin-bottom: 1.5rem;
}

.dxcluster-spot {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

.dxcluster-spot:last-child {
  border-bottom: none;
}

.dxcluster-frequency {
  font-weight: bold;
  color: #4A148C;
  min-width: 80px;
}

.dxcluster-callsign {
  color: #BF4230;
  font-weight: bold;
}

.dxcluster-mode {
  background: #e0e0e0;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.85rem;
}

.dxcluster-spotter,
.dxcluster-distance {
  color: #666;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .dxcluster-spot {
    flex-direction: column;
    align-items: flex-start;
  }
}
