/* Komunikat przyklejony od dołu do .wpmc-steps-wrapper */
.mwcn-checkout-notice {
	margin: 0 0 0 0 !important;
	padding: 15px;
	background: #fff3cd;
	border: 1px solid #ffc107;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.wpmc-steps-wrapper {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.mwcn-checkout-notice p {
	margin: 0 0 10px 0;
}

.mwcn-checkout-notice p:last-child {
	margin-bottom: 0;
}

/* Sekcja specjalnego produktu */
.mwcn-special-product {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ffc107;
}

.mwcn-product-title {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #856404;
}

.mwcn-product-content {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}

.mwcn-product-image {
	flex: 0 0 auto;
}

.mwcn-product-image img {
	max-width: 150px;
	height: auto;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.mwcn-product-details {
	flex: 1 1 300px;
	min-width: 200px;
}

.mwcn-product-name {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.mwcn-product-price {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #0073aa;
}

.mwcn-product-price .woocommerce-Price-amount {
	color: #0073aa;
}

.mwcn-add-special-product {
	background: #0073aa !important;
	color: #fff !important;
	border: none !important;
	padding: 12px 24px !important;
	cursor: pointer !important;
	border-radius: 3px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	transition: background-color 0.3s ease !important;
	display: inline-block !important;
	text-decoration: none !important;
}

.mwcn-add-special-product:hover {
	background: #005a87 !important;
	color: #fff !important;
}

.mwcn-add-special-product:disabled {
	opacity: 0.6;
	cursor: not-allowed !important;
}

.mwcn-loading {
	display: none;
	margin-left: 10px;
	color: #856404;
	font-style: italic;
}

.mwcn-loading.show {
	display: inline-block;
}

/* Responsywność */
@media (max-width: 768px) {
	.mwcn-checkout-notice {
		padding: 12px;
	}
	
	.mwcn-product-content {
		flex-direction: column;
		gap: 15px;
	}
	
	.mwcn-product-image {
		text-align: center;
	}
	
	.mwcn-product-image img {
		max-width: 200px;
	}
	
	.mwcn-product-details {
		width: 100%;
	}
	
	.mwcn-add-special-product {
		width: 100%;
		padding: 12px 20px !important;
		text-align: center;
	}
}
