.inw-admin-top {
  margin: 1em 0;
  display: flex;
  gap: 0.5em;
  align-items: center;
}

#inw-admin-calendar,
#inw-front-calendar {
  margin-top: 20px;
}

.inw-event-form {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  max-width: 600px;
}

.inw-event-form h2,
.inw-event-form h3 {
  margin-top: 0;
}

.inw-front-wrapper {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.inw-front-wrapper h2 {
  margin-top: 0;
}

.inw-status-todo {
  background: #fef9c3 !important;
  border-color: #facc15 !important;
}

.inw-status-planned {
  background: #dbeafe !important;
  border-color: #3b82f6 !important;
}

.inw-status-published {
  background: #dcfce7 !important;
  border-color: #22c55e !important;
}
