/* Arivom Tamil Calendar – WordPress Plugin Styles */

.atc-wrapper {
  font-family: 'Noto Sans Tamil', 'Noto Sans', sans-serif;
  margin: 0 auto;
}

/* ── Controls ── */
.atc-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  padding: 10px 8px;
  border-radius: 6px 6px 0 0;
}

.atc-controls select {
  background: #111;
  border: 1px solid #555;
  color: #eee;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
}

.atc-btn {
  padding: 6px 14px;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.4;
  transition: background 0.15s;
}
.atc-nav   { background: #3a3a3a; color: #fff; }
.atc-nav:hover { background: #555; }
.atc-today { background: #8B1A1A; color: #fff; }
.atc-today:hover { background: #b02020; }
.atc-dl    { background: #1a6a1a; color: #fff; font-size: 14px; padding: 7px 18px; }
.atc-dl:hover { background: #228822; }

/* ── Canvas ── */
.atc-canvas-wrap {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
}

/* ── Note ── */
.atc-note {
  text-align: center;
  font-size: 11px;
  color: #888;
  margin-top: 6px;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .atc-controls { gap: 5px; padding: 8px 5px; }
  .atc-btn, .atc-controls select { font-size: 12px; padding: 5px 8px; }
}
