/* Basic Telugu Panchang widget styles */

.tp-widget {
  max-width: 420px;
  margin: 1.5rem auto;
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
  background: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tp-header {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.tp-title {
  font-size: 1.1rem;
  font-weight: 700;
}

.tp-subtitle {
  font-size: 0.8rem;
  opacity: 0.8;
}

.tp-controls {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.tp-controls input[type="date"] {
  padding: 0.25rem 0.4rem;
  font-size: 0.8rem;
}

.tp-controls button {
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.15);
  background: #f5f5f5;
  cursor: pointer;
}

.tp-controls button:hover {
  background: #e9e9e9;
}

.tp-body {
  display: grid;
  gap: 0.45rem;
}

.tp-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}

.tp-label {
  font-weight: 600;
  opacity: 0.85;
}

.tp-value {
  font-weight: 500;
}

.tp-footer {
  margin-top: 0.85rem;
  font-size: 0.75rem;
  opacity: 0.7;
  text-align: right;
}
