/* RESET FUERTE SOLO PARA EL FORMULARIO */
.arala-rsvp-wrapper,
.arala-rsvp-wrapper * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* CONTENEDOR */
.arala-rsvp-wrapper {
	width: 100%;
	font-family: "Georgia", serif;
	color: #3e3a37;
}

/* HEADER */
.arala-rsvp-header {
	text-align: center;
	margin-bottom: 30px;
}

.arala-rsvp-title {
	font-size: 32px;
	margin-bottom: 8px;
	color: #2f2a27;
}

.arala-rsvp-description {
	font-family: system-ui, sans-serif;
	font-size: 14px;
	color: #73685f;
}

/* FORM */
.arala-rsvp-form {
	width: 100%;
}

/* CAMPOS */
.arala-rsvp-fields {
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: 500px;
	margin: 0 auto; /* centramos solo el bloque */
}

/* FIELD */
.arala-rsvp-field {
	width: 100%;
}

/* LABEL */
.arala-rsvp-label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
	font-family: system-ui, sans-serif;
	color: #4c433d;
}

/* INPUTS */
.arala-rsvp-input input,
.arala-rsvp-input textarea,
.arala-rsvp-input select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ddd3ca;
	border-radius: 6px;
	font-size: 14px;
	background: #fff;
}

/* FOCUS */
.arala-rsvp-input input:focus,
.arala-rsvp-input textarea:focus,
.arala-rsvp-input select:focus {
	outline: none;
	border-color: #b9936c;
}

/* BOTÓN */
.arala-rsvp-actions {
	margin-top: 25px;
	text-align: center;
}

.arala-rsvp-submit {
	background: #d8b6a0;
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 999px;
	font-size: 14px;
	cursor: pointer;
	min-width: 220px;
}

/* ELIMINAR ESPACIADOS DEL THEME ALREDEDOR */
.arala-rsvp-embed {
	margin: 0 !important;
	padding: 0 !important;
}

.arala-rsvp-embed p {
	margin: 0 !important;
	padding: 0 !important;
}

/* POR SI EL THEME USA DIVS */
.arala-rsvp-embed > * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* =========================
   PANEL PRIVADO FRONTEND
========================= */

.arala-private-wrapper,
.arala-private-wrapper * {
	box-sizing: border-box;
}

.arala-private-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Georgia", "Times New Roman", serif;
	color: #3e3a37;
}

.arala-private-card {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fffdfb;
}

.arala-private-header {
	text-align: center;
	margin-bottom: 28px;
}

.arala-private-title {
	margin: 0 0 6px;
	font-size: 32px;
	font-weight: 500;
	color: #2f2a27;
}

.arala-private-description {
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	color: #73685f;
}

.arala-private-success {
	margin: 0 0 18px;
	padding: 10px 12px;
	background: #f6fbf6;
	border: 1px solid #d8e7d8;
	border-radius: 6px;
	font-size: 14px;
	color: #2f5130;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.arala-rsvp-success {
	background: #f0fdf4;
	border: 1px solid #d1fae5;
	color: #065f46;
	padding: 18px;
	border-radius: 10px;
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.arala-private-empty,
.arala-private-empty-text {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	color: #73685f;
}

.arala-private-section {
	width: 100%;
}

.arala-private-section-title {
	margin: 0 0 6px;
	font-size: 26px;
	font-weight: 500;
	color: #2f2a27;
}

.arala-private-meta {
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	color: #73685f;
}

.arala-private-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 24px;
}

.arala-private-back {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	color: #9f7a58;
	text-decoration: none;
	white-space: nowrap;
}

.arala-private-back:hover {
	text-decoration: underline;
}

.arala-private-wedding-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 18px;
}

.arala-private-wedding-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 16px;
	border: 1px solid #e5d9cc;
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
	color: #3e3a37;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.arala-private-wedding-item:hover {
	border-color: #b9936c;
	transform: translateY(-1px);
}

.arala-private-wedding-name {
	font-size: 18px;
}

.arala-private-wedding-arrow {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	color: #9f7a58;
}

.arala-private-responses {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.arala-private-response-card,
.arala-private-editor {
	background: #ffffff;
	border: 1px solid #f0ebe5;
	border-radius: 14px;
	padding: 20px;
	margin-bottom: 20px;
	transition: all 0.2s ease;
}

.arala-private-response-card:hover {
	box-shadow: 0 10px 25px rgba(0,0,0,0.05);
	transform: translateY(-2px);
}

.arala-private-response-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}


.arala-private-response-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	color: #2c2c2c;
}

.arala-private-response-table {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.arala-private-response-meta {
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	color: #73685f;
}

.arala-private-response-actions {
	display: flex;
	gap: 10px;
}

.arala-private-link {
	font-size: 13px;
	color: #8c7b6b;
	text-decoration: none;
	transition: 0.2s;
}

.arala-private-link:hover {
	color: #000;
}

.arala-private-link-danger {
	color: #c96c6c;
}

.arala-private-response-row {
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
}

.arala-private-response-row:last-child {
	border-bottom: none;
}

.arala-private-response-key {
	font-size: 12px;
	color: #9c8f80;
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.arala-private-response-value {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	color: #2f2a27;
	word-break: break-word;
}

.arala-private-editor-title {
	margin: 0 0 16px;
	font-size: 24px;
	font-weight: 500;
	color: #2f2a27;
}

.arala-private-form {
	width: 100%;
}

.arala-private-fields {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.arala-private-field {
	width: 100%;
}

.arala-private-label {
	display: block;
	margin-bottom: 5px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #4c433d;
}

.arala-private-input input,
.arala-private-input textarea,
.arala-private-input select {
	width: 100%;
	display: block;
	border: 1px solid #ddd3ca;
	background: #fff;
	padding: 10px 12px;
	font-size: 14px;
	color: #2f2a27;
	box-sizing: border-box;
	border-radius: 6px;
	margin: 0;
}

.arala-private-input textarea {
	min-height: 100px;
	resize: vertical;
}

.arala-private-input input:focus,
.arala-private-input textarea:focus,
.arala-private-input select:focus {
	outline: none;
	border-color: #b9936c;
}

.arala-private-actions {
	margin-top: 18px;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.arala-private-submit {
	background: linear-gradient(135deg, #b9936c 0%, #9f7a58 100%);
	color: #fff;
	border: none;
	padding: 12px 24px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 999px;
	min-width: 220px;
}

.arala-private-cancel {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	color: #73685f;
	text-decoration: none;
}

.arala-private-cancel:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.arala-private-toolbar,
	.arala-private-response-top {
		flex-direction: column;
		align-items: flex-start;
	}

	.arala-private-response-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.arala-private-submit {
		width: 100%;
		min-width: 0;
	}
}

/* =========================
   DASHBOARD RESUMEN PRIVADO
========================= */

.arala-private-stats {
	display: flex;
	gap: 15px;
	margin-bottom: 25px;
}

.arala-private-stat-card {
	flex: 1;
	background: #ffffff;
	border: 1px solid #f0ebe5;
	border-radius: 12px;
	padding: 15px;
	text-align: center;
}

.arala-private-stat-number {
	font-size: 20px;
	font-weight: 600;
	color: #2c2c2c;
}

.arala-private-stat-label {
	font-size: 12px;
	color: #9c8f80;
	margin-top: 5px;
}

@media (max-width: 768px) {
	.arala-private-stats {
		grid-template-columns: 1fr;
	}
}

/* =========================
   FILTROS RESPUESTAS PRIVADO
========================= */

.arala-private-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px;
}

.arala-private-filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border: 1px solid #e2d6ca;
	border-radius: 999px;
	background: #fff;
	color: #6d5f54;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	transition: all 0.2s ease;
}

.arala-private-filter:hover {
	border-color: #b9936c;
	color: #9f7a58;
}

.arala-private-filter.is-active {
	background: linear-gradient(135deg, #b9936c 0%, #9f7a58 100%);
	border-color: #9f7a58;
	color: #fff;
}

/* =========================
   GRUPOS DE FILTROS ARRIBA
========================= */

.arala-private-filter-groups {
	margin: 0 0 24px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.arala-private-filter-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.arala-private-filter-group-title {
	font-size: 13px;
	font-weight: 600;
	color: #5f544b;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}