/* POP360 Event Inscription Widget Styles */

.pop360-event-inscription-card {
	background: #fff;
	border-radius: 18px;
	box-shadow: var(--pop360-shadow-card);
	padding: 40px 36px 36px 36px;
}
.pop360-event-inscription-title {
	font-family: var(--pop360-font);
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	margin-bottom: 18px;
	color: #000;
}
.pop360-event-inscription-intro {
	font-family: var(--pop360-font);
	font-size: 16px;
	color: #222;
	margin-bottom: 28px;
	line-height: 1.6;
}

/* Inschrijvingen gesloten */
.pop360-inscriptions-closed {
	text-align: center;
	padding: 40px 20px;
	background: #f8f9fa;
	border: 2px solid #e9ecef;
	border-radius: 12px;
	margin-top: 20px;
}
.pop360-closed-icon {
	font-size: 48px;
	margin-bottom: 15px;
}
.pop360-inscriptions-closed h3 {
	font-family: var(--pop360-font);
	font-weight: 700;
	font-size: 24px;
	color: #dc3545;
	margin-bottom: 10px;
}
.pop360-inscriptions-closed p {
	font-family: var(--pop360-font);
	font-size: 16px;
	color: #6c757d;
	margin-bottom: 15px;
}
.pop360-deadline-info {
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	border-left: 4px solid #ffc107;
	font-size: 14px !important;
	color: #856404 !important;
}

/* Login/Account vereist blok */
.pop360-login-required {
	text-align: center;
	padding: 40px 30px;
	background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
	border: 2px solid #e0e7ff;
	border-radius: 16px;
	margin-top: 20px;
}
.pop360-login-icon {
	font-size: 56px;
	margin-bottom: 15px;
}
.pop360-login-required h3 {
	font-family: var(--pop360-font);
	font-weight: 700;
	font-size: 26px;
	color: #1e293b;
	margin-bottom: 12px;
}
.pop360-login-required > p {
	font-family: var(--pop360-font);
	font-size: 16px;
	color: #475569;
	margin-bottom: 20px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

/* Premium notice in login blok */
.pop360-premium-notice {
	background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
	border: 2px solid #f59e0b;
	border-radius: 12px;
	padding: 16px 20px;
	margin-bottom: 24px;
}
.pop360-premium-notice .premium-badge {
	display: inline-block;
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
	color: #fff;
	padding: 6px 14px;
	border-radius: 20px;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
}
.pop360-premium-notice p {
	font-size: 14px;
	color: #92400e;
	margin: 0;
}

/* Auth buttons */
.pop360-auth-buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.pop360-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 16px 28px;
	border-radius: 12px;
	font-family: var(--pop360-font);
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s;
	cursor: pointer;
	border: 2px solid transparent;
}
.pop360-btn-primary {
	background: linear-gradient(135deg, var(--pop360-primary) 0%, #5b5bf0 100%);
	color: #fff;
	border-color: var(--pop360-primary);
}
.pop360-btn-primary:hover {
	background: linear-gradient(135deg, #2a2ad0 0%, #4a4ae0 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(59, 59, 224, 0.3);
	color: #fff;
}
.pop360-btn-secondary {
	background: #fff;
	color: var(--pop360-primary);
	border-color: var(--pop360-primary);
}
.pop360-btn-secondary:hover {
	background: #f0f0ff;
	color: var(--pop360-primary);
}
.pop360-btn-premium {
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
	color: #fff;
	border-color: #f59e0b;
	padding: 18px 32px;
	font-size: 18px;
}
.pop360-btn-premium:hover {
	background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(245, 158, 11, 0.3);
	color: #fff;
}

/* Auth benefits */
.pop360-auth-benefits {
	font-family: var(--pop360-font);
	font-size: 14px;
	color: #64748b;
	background: #fff;
	padding: 16px 20px;
	border-radius: 10px;
	text-align: left;
	max-width: 300px;
	margin: 0 auto;
}
.pop360-auth-benefits strong {
	color: #334155;
	display: block;
	margin-bottom: 8px;
}

/* Premium vereist blok */
.pop360-premium-required {
	text-align: center;
	padding: 40px 30px;
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
	border: 2px solid #fcd34d;
	border-radius: 16px;
	margin-top: 20px;
}
.pop360-premium-icon {
	font-size: 64px;
	margin-bottom: 15px;
}
.pop360-premium-required h3 {
	font-family: var(--pop360-font);
	font-weight: 700;
	font-size: 26px;
	color: #92400e;
	margin-bottom: 12px;
}
.pop360-premium-required > p {
	font-family: var(--pop360-font);
	font-size: 16px;
	color: #78350f;
	margin-bottom: 20px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.pop360-premium-benefits {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 24px;
	text-align: left;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.pop360-premium-benefits h4 {
	font-family: var(--pop360-font);
	font-weight: 700;
	font-size: 16px;
	color: #92400e;
	margin-bottom: 12px;
}
.pop360-premium-benefits ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pop360-premium-benefits li {
	font-family: var(--pop360-font);
	font-size: 14px;
	color: #78350f;
	padding: 6px 0;
}

/* Al ingeschreven blok */
.pop360-already-registered {
	text-align: center;
	padding: 30px 20px;
	background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
	border: 2px solid #28a745;
	border-radius: 12px;
	margin-top: 20px;
}
.pop360-registered-icon {
	font-size: 48px;
	margin-bottom: 10px;
}
.pop360-already-registered h3 {
	font-family: var(--pop360-font);
	font-weight: 700;
	font-size: 22px;
	color: #155724;
	margin-bottom: 10px;
}
.pop360-already-registered p {
	font-family: var(--pop360-font);
	font-size: 16px;
	color: #155724;
	margin-bottom: 15px;
}
.pop360-unsubscribe-section {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(40, 167, 69, 0.3);
}
.pop360-unsubscribe-info {
	font-size: 14px !important;
	color: #6c757d !important;
	margin-bottom: 12px !important;
}
.pop360-unsubscribe-btn {
	background: #fff;
	color: #dc3545;
	border: 2px solid #dc3545;
	border-radius: 10px;
	padding: 12px 24px;
	font-family: var(--pop360-font);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
}
.pop360-unsubscribe-btn:hover {
	background: #dc3545;
	color: #fff;
}
.pop360-unsubscribe-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Snelle inschrijving voor ingelogde gebruikers */
.pop360-quick-inscription {
	margin-top: 20px;
}
.pop360-premium-badge-inline {
	margin-bottom: 16px;
}
.pop360-premium-badge-inline span {
	display: inline-block;
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
	color: #fff;
	padding: 8px 16px;
	border-radius: 20px;
	font-weight: 700;
	font-size: 14px;
}
.pop360-user-info {
	margin-bottom: 20px;
}
.pop360-user-info > p {
	font-family: var(--pop360-font);
	font-size: 14px;
	color: #64748b;
	margin-bottom: 12px;
}
.pop360-user-card {
	display: flex;
	align-items: center;
	gap: 14px;
	background: #f8fafc;
	padding: 16px 20px;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
}
.pop360-user-avatar img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}
.pop360-user-details {
	display: flex;
	flex-direction: column;
}
.pop360-user-details strong {
	font-family: var(--pop360-font);
	font-weight: 700;
	font-size: 16px;
	color: #1e293b;
}
.pop360-user-details span {
	font-family: var(--pop360-font);
	font-size: 14px;
	color: #64748b;
}
.pop360-event-inscription-btn {
	width: 100%;
	margin-top: 10px;
	padding: 18px 0;
	border-radius: 16px;
	border: 2px solid #bfc6e0;
	background: linear-gradient(90deg, #f8f9fa 0%, #e9eaf3 100%);
	font-family: var(--pop360-font);
	font-size: 20px;
	font-weight: 700;
	color: #222;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
}
.pop360-event-inscription-btn:hover {
	background: linear-gradient(90deg, #e9eaf3 0%, #f8f9fa 100%);
	border-color: var(--pop360-primary);
}
.pop360-quick-btn {
	background: linear-gradient(135deg, var(--pop360-primary) 0%, #5b5bf0 100%);
	color: #fff;
	border-color: var(--pop360-primary);
	font-size: 18px;
	padding: 20px 24px;
	line-height: 1.3;
}
.pop360-quick-btn:hover {
	background: linear-gradient(135deg, #2a2ad0 0%, #4a4ae0 100%);
	border-color: #2a2ad0;
	color: #fff;
}
.pop360-inscription-note {
	font-family: var(--pop360-font);
	font-size: 13px;
	color: #94a3b8;
	text-align: center;
	margin-top: 16px;
}

/* Gastformulier (membership uit) */
.pop360-guest-inscription {
	margin-top: 20px;
}
.pop360-guest-inscription-form .pop360-form-group {
	margin-bottom: 20px;
}
.pop360-guest-inscription-form label {
	display: block;
	font-family: var(--pop360-font);
	font-weight: 600;
	font-size: 15px;
	color: #1e293b;
	margin-bottom: 8px;
}
.pop360-required {
	color: #ef4444;
}
.pop360-guest-inscription-form input[type="text"],
.pop360-guest-inscription-form input[type="email"],
.pop360-guest-inscription-form input[type="tel"] {
	width: 100%;
	padding: 14px 18px;
	border: 2px solid #e2e8f0;
	border-radius: 12px;
	font-family: var(--pop360-font);
	font-size: 16px;
	color: #1e293b;
	background: #f8fafc;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}
.pop360-guest-inscription-form input:focus {
	outline: none;
	border-color: var(--pop360-primary);
	box-shadow: 0 0 0 3px rgba(59, 59, 224, 0.1);
	background: #fff;
}
.pop360-guest-inscription-form input::placeholder {
	color: #94a3b8;
}
.pop360-guest-btn {
	background: linear-gradient(135deg, var(--pop360-primary) 0%, #5b5bf0 100%);
	color: #fff;
	border-color: var(--pop360-primary);
	font-size: 18px;
	padding: 20px 24px;
	line-height: 1.3;
	margin-top: 8px;
}
.pop360-guest-btn:hover {
	background: linear-gradient(135deg, #2a2ad0 0%, #4a4ae0 100%);
	border-color: #2a2ad0;
	color: #fff;
}
.pop360-guest-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Error and success messages */
.pop360-inscription-messages {
	margin-bottom: 20px;
}
.pop360-inscription-messages .pop360-error-message {
	background: #fee2e2;
	border: 2px solid #ef4444;
	border-radius: 12px;
	padding: 16px 20px;
	color: #991b1b;
	font-family: var(--pop360-font);
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 16px;
}
.pop360-inscription-messages .pop360-error-message p {
	margin: 0;
	color: #991b1b;
}
/* Success message */
.pop360-success-message {
	text-align: center;
	padding: 30px 20px;
	background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
	border-radius: 12px;
	border: 2px solid #28a745;
}
.pop360-success-message h3 {
	font-family: var(--pop360-font);
	font-weight: 700;
	font-size: 22px;
	color: #155724;
	margin-bottom: 10px;
}
.pop360-success-message p {
	font-family: var(--pop360-font);
	font-size: 16px;
	color: #155724;
	margin: 0;
}

/* Uitgeschreven message */
.pop360-unsubscribed-message {
	text-align: center;
	padding: 20px;
}
.pop360-unsubscribed-message h3 {
	font-family: var(--pop360-font);
	font-weight: 700;
	font-size: 20px;
	color: #155724;
	margin-bottom: 10px;
}
.pop360-unsubscribed-message p {
	font-family: var(--pop360-font);
	font-size: 15px;
	color: #155724;
	margin-bottom: 8px;
}
.pop360-refresh-note {
	font-size: 13px !important;
	color: #6c757d !important;
	font-style: italic;
}

/* Responsive: Tablet */
@media (max-width: 1024px) {
	.pop360-event-inscription-card {
		padding: 32px 28px;
	}
	.pop360-event-inscription-title {
		font-size: 30px;
	}
}

/* Responsive: Mobile */
@media (max-width: 767px) {
	.pop360-event-inscription-card {
		padding: 24px 16px;
		border-radius: 12px;
	}
	.pop360-event-inscription-title {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.pop360-event-inscription-intro {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.pop360-auth-buttons {
		flex-direction: column;
	}
	.pop360-btn {
		width: 100%;
		justify-content: center;
		padding: 14px 20px;
		font-size: 15px;
	}
	.pop360-btn-premium {
		padding: 16px 24px;
		font-size: 16px;
	}
	.pop360-premium-benefits {
		padding: 16px;
	}
	.pop360-login-required,
	.pop360-premium-required,
	.pop360-already-registered,
	.pop360-inscriptions-closed {
		padding: 24px 16px;
	}
	.pop360-login-required h3,
	.pop360-premium-required h3 {
		font-size: 22px;
	}
	.pop360-event-inscription-btn {
		font-size: 16px;
		padding: 14px 0;
	}
	.pop360-quick-btn,
	.pop360-guest-btn {
		font-size: 16px;
		padding: 16px 20px;
	}
	.pop360-guest-inscription-form input[type="text"],
	.pop360-guest-inscription-form input[type="email"],
	.pop360-guest-inscription-form input[type="tel"] {
		padding: 12px 14px;
		font-size: 15px;
	}
}
