.tei-rsvp {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
	max-width: 480px;
}

.tei-rsvp__header h3 {
	margin: 0 0 8px;
	font-size: 20px;
	color: #111827;
}

.tei-rsvp__name,
.tei-rsvp__count,
.tei-rsvp__status {
	margin: 4px 0;
	color: #4b5563;
}

.tei-rsvp__message {
	margin: 12px 0;
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 14px;
}

.tei-rsvp__message--success {
	background: #ecfdf3;
	color: #0f5132;
}

.tei-rsvp__message--error {
	background: #fef2f2;
	color: #991b1b;
}

.tei-rsvp__actions {
	display: flex;
	gap: 12px;
	margin-top: 16px;
}

.tei-rsvp__button {
	border: none;
	border-radius: 999px;
	padding: 10px 16px;
	cursor: pointer;
	font-weight: 600;
}

.tei-rsvp__button--confirmed {
	background: #10b981;
	color: #ffffff;
}

.tei-rsvp__button--declined {
	background: #ef4444;
	color: #ffffff;
}

.tei-planner-dashboard__wrap {
	max-width: 960px;
	margin: 32px auto;
	padding: 0 20px 40px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #111827;
}

.tei-planner-dashboard__wrap h1 {
	margin-bottom: 16px;
}

.tei-planner-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.tei-planner-table th,
.tei-planner-table td {
	padding: 12px 14px;
	border-bottom: 1px solid #e5e7eb;
	text-align: left;
	font-size: 14px;
}

.tei-planner-table th {
	background: #f9fafb;
	font-weight: 600;
}

.tei-planner-message {
	padding: 10px 12px;
	border-radius: 8px;
	background: #f3f4f6;
	color: #374151;
}

.tei-planner-guests,
.tei-planner-messages {
	margin-top: 24px;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
}

.tei-planner-messages textarea,
.tei-planner-guests input[type="text"],
.tei-planner-guests input[type="number"] {
	width: 100%;
	max-width: 420px;
}
