.positize-account-wrapper {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}

.positize-account-form {
	flex: 1 1 280px;
	padding: 1.5rem;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	background: #ffffff;
}

.positize-account-message {
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	border-radius: 4px;
}

.positize-account-message.success {
	background: #ecf9f1;
	color: #1b6e3d;
}

.positize-account-message.error {
	background: #fdeaea;
	color: #9b1c1c;
}

.positize-account-message ul {
	list-style: disc;
	margin: 0.35rem 0 0 1.1rem;
	padding: 0;
}

.positize-login-form p,
.positize-registration-form p {
	margin-bottom: 1rem;
}

.positize-login-form label,
.positize-registration-form label {
	display: block;
	margin-bottom: 0.25rem;
	font-weight: 600;
}

.positize-login-form input[type="email"],
.positize-login-form input[type="password"],
.positize-registration-form input[type="text"],
.positize-registration-form input[type="email"],
.positize-registration-form input[type="password"] {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
}

.positize-login-form button[type="submit"],
.positize-registration-form button[type="submit"] {
	background: #1f6feb;
	color: #fff;
	border: none;
	padding: 0.7rem 1.4rem;
	border-radius: 4px;
	cursor: pointer;
}

.positize-login-form button[type="submit"]:hover,
.positize-registration-form button[type="submit"]:hover {
	background: #1552b9;
}

.positize-login-remember {
	margin-top: -0.5rem;
}

.positize-login-remember label {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-weight: 400;
}

.positize-dashboard {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.positize-dashboard h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 0.5rem;
}

.positize-dashboard > p {
	color: #6f6f6f;
	font-size: 1rem;
	line-height: 1.6;
}

.positize-dashboard-section {
	margin-top: 0;
	padding: 2rem;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.positize-dashboard-section h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 0.75rem 0;
}

.positize-dashboard-helper {
	margin-bottom: 1.75rem;
	color: #6f6f6f;
	font-size: 0.95rem;
	line-height: 1.5;
}

.positize-organization-form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.positize-organization-grid {
	display: grid;
	gap: 1.5rem 1.75rem;
	grid-template-columns: repeat(2, 1fr);
}

.positize-organization-field {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.positize-organization-field--break {
	grid-column: span 1;
}

.positize-organization-field--break + .positize-organization-field {
	grid-column-start: 1;
}

.positize-organization-field label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: 0.9rem;
	color: #2d2d2d;
	letter-spacing: 0.01em;
}

.positize-organization-field input,
.positize-organization-field textarea,
.positize-organization-field select {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	background: #ffffff;
	font-size: 1rem;
	color: #1a1a1a;
	transition: all 0.2s ease;
}

.positize-organization-field input::placeholder,
.positize-organization-field textarea::placeholder {
	color: #a0a0a0;
	font-size: 0.95rem;
}

.positize-organization-field input:hover,
.positize-organization-field textarea:hover,
.positize-organization-field select:hover {
	border-color: #c0c0c0;
}

.positize-organization-field input:focus,
.positize-organization-field textarea:focus,
.positize-organization-field select:focus {
	outline: none;
	border-color: #1f6feb;
	box-shadow: 0 0 0 4px rgba(31, 111, 235, 0.1);
	background: #fafbff;
}

.positize-organization-field textarea {
	min-height: 100px;
	resize: vertical;
	line-height: 1.5;
	font-family: inherit;
}

.positize-organization-field select {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 5 5-5' stroke='%23505050' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.85rem center;
	background-size: 1.1rem;
	padding-right: 2.5rem;
	cursor: pointer;
}

.positize-organization-field--full {
	grid-column: 1 / -1;
}

.positize-organization-actions {
	margin: 2rem 0 0;
	padding-top: 1rem;
}

.positize-organization-actions button {
	padding: 0.9rem 2.25rem;
	border: none;
	cursor: pointer;
	font-size: 1.2rem;
	  font-weight: 700;
	  line-height: 2.4rem;
	transition: all 0.2s ease;
}

.positize-required {
	color: #e53e3e;
	margin-left: 0.2rem;
	font-weight: 700;
}

.positize-required-hint {
	margin: 0.75rem 0 0;
	font-size: 0.875rem;
	color: #888;
	font-style: italic;
}

.positize-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	letter-spacing: 0.01em;
}

.positize-btn-primary {
	background-color: #F0544C;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2.4rem;
	box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.28);
	border-radius: 5px 5px 5px 5px;
	color: #ffffff;
}

.positize-btn-primary:hover {
	background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);

	transform: translateY(-1px);
}

.positize-btn-primary:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(239, 68, 68, 0.35);
}

.positize-btn-primary:focus-visible {
	outline: none;
	box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.3), 0 6px 20px rgba(239, 68, 68, 0.4);
}

@media (max-width: 768px) {
	.positize-account-wrapper {
		flex-direction: column;
	}

	.positize-dashboard h2 {
		font-size: 1.75rem;
	}

	.positize-dashboard-section {
		margin-top: 1.5rem;
		padding: 1.5rem;
	}

	.positize-dashboard-section h3 {
		font-size: 1.3rem;
	}

	.positize-organization-grid {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.positize-organization-actions button {
		width: 100%;
		padding: 1rem;
	}
}

/* Ajout d'animations et d'états visuels */
.positize-organization-field input:invalid:not(:placeholder-shown),
.positize-organization-field textarea:invalid:not(:placeholder-shown),
.positize-organization-field select:invalid:not(:placeholder-shown) {
	border-color: #f5a623;
}

.positize-organization-field input:valid,
.positize-organization-field textarea:valid,
.positize-organization-field select:valid {
	border-color: #e0e0e0;
}

/* Animation de chargement pour le bouton */
.positize-btn-primary:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	background: #fca5a5;
	box-shadow: none;
}

/* Message de succès amélioré */
.positize-account-message.success {
	background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
	color: #065f46;
	border-left: 4px solid #10b981;
	font-weight: 500;
}

.positize-account-message.error {
	background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
	color: #991b1b;
	border-left: 4px solid #dc2626;
	font-weight: 500;
}

/* Styles pour les onglets */
.positize-dashboard-tabs {
	display: flex;
	gap: 0.5rem;
	border-bottom: 2px solid #e8e8e8;
	margin: 2rem 0 1.5rem 0;
	padding: 0;
	flex-wrap: wrap;
}

.positize-tab-link {
	padding: 1rem 1.5rem;
	color: #6f6f6f;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	transition: all 0.25s ease;
	position: relative;
	letter-spacing: 0.01em;
}

.positize-tab-link:hover {
	color: #1a1a1a;
	background: rgba(31, 111, 235, 0.05);
	border-radius: 8px 8px 0 0;
}

.positize-tab-link.active {
	color: #3063e9;
	border-bottom-color: #3063e9;
	background: #f7f7fb;
	border-radius: 8px 8px 0 0;
}

.positize-tab-link--disabled {
	color: #9ca3af;
	cursor: not-allowed;
	pointer-events: none;
}

.positize-dashboard-logout {
	margin-left: auto;
	align-self: center;
	color: #ef4444;
	font-weight: 600;
	text-decoration: none;
	padding: 0.75rem 0;
	transition: color 0.2s ease;
}

.positize-dashboard-logout:hover,
.positize-dashboard-logout:focus {
	color: #dc2626;
	text-decoration: underline;
}

.positize-dashboard-tab-content {
	animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.positize-placeholder-content {
	padding: 2rem;
	text-align: center;
	background: #f9fafb;
	border-radius: 8px;
	border: 2px dashed #e0e0e0;
	margin-top: 1.5rem;
}

.positize-placeholder-content p {
	color: #6f6f6f;
	font-size: 1rem;
	margin: 0;
	font-style: italic;
}

.positize-placeholder-subtext {
	font-size: 0.9rem !important;
	margin-top: 0.5rem !important;
	color: #9ca3af !important;
}

/* Section header avec bouton */
.positize-section-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.positize-section-header h3 {
	margin: 0 0 0.75rem 0;
}

.positize-section-header .positize-dashboard-helper {
	margin-bottom: 0;
}

/* Bouton d'ajout de boutique */
.positize-btn-add-shop {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.95rem;
	cursor: pointer;
	transition: all 0.25s ease;
	box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
	white-space: nowrap;
}

.positize-btn-add-shop:hover {
	background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
	box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
	transform: translateY(-2px);
}

.positize-btn-add-shop:active {
	transform: translateY(0);
}

.positize-btn-add-shop svg {
	flex-shrink: 0;
}

/* Grille des boutiques */
.positize-shops-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

/* Modal / Popup */
.positize-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.positize-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
	animation: fadeIn 0.2s ease-out;
}

.positize-modal-content {
	position: relative;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	max-width: 800px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(20px) scale(0.95);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/* Stepper */
.positize-stepper {
	position: relative;
	padding: 2rem 2rem 1.5rem;
	background: #fafbfc;
	border-bottom: 2px solid #e5e7eb;
}

.positize-stepper-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.positize-stepper-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	position: relative;
	z-index: 1;
}

.positize-stepper-step.clickable {
	cursor: pointer;
	transition: all 0.2s ease;
}

.positize-stepper-step.clickable:hover .positize-stepper-step-number {
	transform: scale(1.05);
}

.positize-stepper-step.clickable:hover .positize-stepper-step-label {
	color: #ef4444;
}

.positize-stepper-step.clickable.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.positize-stepper-step.clickable.disabled:hover .positize-stepper-step-number {
	transform: none;
}

.positize-stepper-step.clickable.disabled:hover .positize-stepper-step-label {
	color: #6b7280;
}

.positize-stepper-step-number {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #e5e7eb;
	color: #9ca3af;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1rem;
	transition: all 0.3s ease;
	border: 3px solid #e5e7eb;
}

.positize-stepper-step-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #6b7280;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.positize-stepper-step.active .positize-stepper-step-number {
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
	color: #ffffff;
	border-color: #ef4444;
	box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
	transform: scale(1.1);
}

.positize-stepper-step.active .positize-stepper-step-label {
	color: #ef4444;
	font-weight: 700;
}

.positize-stepper-step.completed .positize-stepper-step-number {
	background: #10b981;
	color: #ffffff;
	border-color: #10b981;
}

.positize-stepper-step.completed .positize-stepper-step-label {
	color: #10b981;
}

.positize-stepper-line {
	flex: 1;
	height: 3px;
	background: #e5e7eb;
	position: relative;
	max-width: 80px;
	transition: background 0.3s ease;
}

.positize-stepper-line.completed {
	background: #10b981;
}

.positize-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 2rem 1.5rem;
	border-bottom: 2px solid #f3f4f6;
}

.positize-modal-header h3 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a1a1a;
}

.elementor-kit-7 button.positize-modal-close {
	background: transparent;
	border: none;
	color: #6f6f6f;
	cursor: pointer;
	padding: 0.5rem;
	border-radius: 8px;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.positize-modal-close:hover {
	background: #ffffff;
	color: #1a1a1a;
}

.positize-modal-close-stepper {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 10;
}

.positize-modal-body {
	padding: 2rem;
}

.positize-modal-description {
	margin: 0 0 2rem 0;
	color: #6f6f6f;
	font-size: 1rem;
	line-height: 1.6;
}

/* Cards de type de boutique */
.positize-shop-types {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.5rem;
}

.elementor-kit-7 button.positize-shop-type-card {
	background: #ffffff;
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	padding: 2rem 1.5rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.25s ease;
	position: relative;
	overflow: hidden;
}

.elementor-kit-7 button.positize-shop-type-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.elementor-kit-7 button.positize-shop-type-card:hover {
	border-color: #ef4444;
	box-shadow: 0 8px 24px rgba(239, 68, 68, 0.15);
	transform: translateY(-4px);
	background: #ffffff;
}

.elementor-kit-7 button.positize-shop-type-card:hover::before {
	transform: scaleX(1);
}

.elementor-kit-7 button.positize-shop-type-card:active {
	transform: translateY(-2px);
}

.positize-shop-type-icon {
	margin: 0 auto 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.positize-shop-type-card h4 {
	margin: 0 0 0.5rem 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #1a1a1a;
}

.positize-shop-type-card p {
	margin: 0;
	font-size: 0.9rem;
	color: #6f6f6f;
	line-height: 1.5;
}

/* Formulaire URL boutique */
.positize-shop-url-form {
	max-width: 600px;
	margin: 0 auto;
}

.positize-form-group {
	margin-bottom: 1.5rem;
}

.positize-form-group label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: 0.95rem;
	color: #2d2d2d;
}

.positize-form-input {
	width: 100%;
	padding: 0.875rem 1rem;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	font-size: 1rem;
	color: #1a1a1a;
	transition: all 0.2s ease;
	background: #ffffff;
}

.positize-form-input:focus {
	outline: none;
	border-color: #ef4444;
	box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

.positize-form-input::placeholder {
	color: #9ca3af;
}

.positize-form-help {
	margin: 0.5rem 0 0 0;
	font-size: 0.875rem;
	color: #6b7280;
	font-style: italic;
}

.positize-input-feedback {
	margin: 0.5rem 0 0 0;
	font-size: 0.875rem;
	color: #6b7280;
	min-height: 1.25rem;
}

.positize-input-feedback--info {
	color: #2563eb;
}

.positize-input-feedback--error {
	color: #b91c1c;
}

.positize-input-feedback--success {
	color: #166534;
}

.positize-error-message {
	padding: 1rem;
	margin-bottom: 1.5rem;
	background-color: #fee;
	border: 1px solid #fcc;
	border-radius: 0.5rem;
	color: #c00;
	font-size: 0.875rem;
	line-height: 1.5;
}

.positize-form-actions {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 2rem;
}

.positize-btn-full {
	width: 100%;
	justify-content: center;
}

.positize-btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.875rem 1.5rem;
	background: #ffffff;
	color: #6b7280;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.95rem;
	cursor: pointer;
	transition: all 0.25s ease;
}

.positize-btn-secondary:hover {
	background: #f9fafb;
	border-color: #d1d5db;
	color: #374151;
}

.positize-step-content {
	animation: fadeIn 0.3s ease-in;
}

/* Liste de résumé */
.positize-summary-list {
	max-width: 600px;
	margin: 0 auto 2rem;
}

.positize-summary-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	border-bottom: 1px solid #f3f4f6;
}

.positize-summary-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.positize-summary-item:first-child {
	padding-top: 0;
}

.positize-summary-label {
	font-weight: 600;
	color: #6b7280;
	font-size: 0.95rem;
}

.positize-summary-value {
	font-weight: 600;
	color: #1a1a1a;
	font-size: 1rem;
	text-align: right;
	word-break: break-word;
	max-width: 60%;
}

.positize-summary-actions {
	max-width: 600px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.positize-dashboard-tabs {
		gap: 0.25rem;
		margin: 1.5rem 0 1rem 0;
	}

	.positize-tab-link {
		padding: 0.75rem 1rem;
		font-size: 0.9rem;
		flex: 1 1 auto;
		text-align: center;
	}

	.positize-placeholder-content {
		padding: 1.5rem;
	}

	.positize-section-header {
		flex-direction: column;
		align-items: stretch;
	}

	.positize-btn-add-shop {
		justify-content: center;
		width: 100%;
	}

	.positize-shops-grid {
		grid-template-columns: 1fr;
	}

	.positize-shop-types {
		grid-template-columns: 1fr;
	}

	.positize-modal-content {
		max-height: 95vh;
		margin: 0.5rem;
	}

	.positize-modal-header,
	.positize-modal-body {
		padding: 1.5rem;
	}

	.positize-shop-type-card {
		padding: 1.5rem 1rem;
	}

	.positize-stepper {
		padding: 1.5rem 1rem;
		gap: 0.25rem;
	}

	.positize-stepper-step-number {
		width: 36px;
		height: 36px;
		font-size: 0.9rem;
		border-width: 2px;
	}

	.positize-stepper-step-label {
		font-size: 0.75rem;
	}

	.positize-stepper-line {
		max-width: 40px;
		height: 2px;
	}

	.positize-form-actions {
		flex-direction: column;
	}

	.positize-btn-secondary,
	.positize-form-actions .positize-btn-primary {
		width: 100%;
		justify-content: center;
	}

	.positize-summary-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.positize-summary-value {
		max-width: 100%;
		text-align: left;
	}
}
