/*
Theme Name: Sniffy Theme
Template: twentytwentyfour
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

body .mfp-bg {
	background: rgba(37, 52, 63, 0.72);
}

body .mfp-wrap .mfp-content {
	max-width: 720px;
}

body .mfp-wrap .mfp-close {
	color: #617785;
	font-size: 2rem;
	font-weight: 300;
	opacity: 0.8;
}

body .mfp-wrap .mfp-close:hover,
body .mfp-wrap .mfp-close:focus {
	color: #314956;
	opacity: 1;
}

body .mfp-wrap .pi-corw-container {
	width: min(680px, calc(100vw - 32px));
	max-width: 100%;
	margin: 0 auto;
	padding: 32px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, #ffffff 0%, #f4f7f9 100%);
	box-shadow: 0 28px 90px rgba(33, 49, 61, 0.24);
}

body .mfp-wrap .pi-corw-container h4 {
	margin: 0 0 20px;
	color: #314956;
	font-size: clamp(1.6rem, 2vw, 2rem);
	line-height: 1.2;
	font-weight: 700;
}

body .mfp-wrap .pi-corw-container form {
	display: grid;
	gap: 16px;
}

body .mfp-wrap .pi-alert-box {
	margin: 0;
	padding: 18px 20px;
	border-left: 4px solid #3f5664;
	border-radius: 5px;
	background: #edf3f6;
	color: #4c5f6d;
	font-size: 1rem;
	line-height: 1.65;
}

body .mfp-wrap .pi-cord-reason-label,
body .mfp-wrap .pi-wallet-refund {
	display: block;
	margin: 0;
	padding: 14px 16px;
	border: 1px solid #d8e0e5;
	border-radius: 5px;
	background: #f9fbfc;
	color: #4c5f6d;
}

body .mfp-wrap .pi-cord-reason {
	margin-right: 10px;
	margin-left: 0;
}

body .mfp-wrap .pi-corw-container textarea {
	width: 100%;
	max-width: 100%;
	min-height: 152px;
	margin: 0;
	padding: 16px 18px;
	box-sizing: border-box;
	border: 1px solid #d8e0e5;
	border-radius: 5px;
	background: #ffffff;
	color: #314956;
	font-size: 1rem;
	line-height: 1.5;
	resize: vertical;
	box-shadow: inset 0 1px 2px rgba(33, 49, 61, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body .mfp-wrap .pi-corw-container textarea::placeholder {
	color: #91a1ac;
}

body .mfp-wrap .pi-corw-container textarea:focus {
	outline: none;
	border-color: #3f5664;
	box-shadow: 0 0 0 4px rgba(63, 86, 100, 0.14);
}

body .mfp-wrap .pi-corw-container .pi-cancel-request-submit-button.button,
body .mfp-wrap .pi-corw-container .pi-cancel-request-submit-button.button.alt,
body .mfp-wrap .pi-corw-container .pi-cancel-request-submit-button.woocommerce-button {
	min-height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: 5px;
	background: linear-gradient(135deg, #3f5664 0%, #324a58 100%);
	color: #ffffff;
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	box-shadow: 0 14px 28px rgba(50, 74, 88, 0.22);
	transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

body .mfp-wrap .pi-corw-container .pi-cancel-request-submit-button.button:hover,
body .mfp-wrap .pi-corw-container .pi-cancel-request-submit-button.button:focus,
body .mfp-wrap .pi-corw-container .pi-cancel-request-submit-button.button.alt:hover,
body .mfp-wrap .pi-corw-container .pi-cancel-request-submit-button.button.alt:focus,
body .mfp-wrap .pi-corw-container .pi-cancel-request-submit-button.woocommerce-button:hover,
body .mfp-wrap .pi-corw-container .pi-cancel-request-submit-button.woocommerce-button:focus {
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 18px 32px rgba(50, 74, 88, 0.28);
	filter: brightness(1.03);
}

@media (max-width: 640px) {
	body .mfp-wrap .pi-corw-container {
		width: calc(100vw - 20px);
		padding: 22px;
		border-radius: 10px;
	}

	body .mfp-wrap .pi-corw-container h4 {
		font-size: 1.35rem;
	}
}
