button.psv-sample-btn.psv-sample-btn {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin-inline-start: 10px !important;
	padding: 12px 22px !important;
	border-radius: 4px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	background-color: #fff !important;
	border: 2px solid #2568ef !important;
	color: #2568ef !important;
	box-shadow: none !important;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}

button.psv-sample-btn.psv-sample-btn svg {
	width: 18px !important;
	height: 18px !important;
	flex-shrink: 0 !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 2 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
}

button.psv-sample-btn.psv-sample-btn:hover,
button.psv-sample-btn.psv-sample-btn:focus-visible {
	background-color: #2568ef !important;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(37, 104, 239, 0.45) !important;
	transform: translateY(-1px);
}

.psv-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

.psv-modal-overlay.psv-open {
	display: flex;
}

.psv-modal {
	background: #fff;
	width: 100%;
	max-width: 900px;
	height: 80vh;
	max-height: 720px;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
}

.psv-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 16px;
	border-bottom: 1px solid #eee;
	background: #fafafa;
	flex-shrink: 0;
}

.psv-modal-title {
	font-weight: 600;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
	flex: 1 1 auto;
}

button.psv-modal-close.psv-modal-close {
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 36px !important;
	height: 36px !important;
	flex-shrink: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 4px !important;
	background: #fff !important;
	border: 2px solid #ddd !important;
	font-size: 20px !important;
	line-height: 1 !important;
	color: #555 !important;
	cursor: pointer !important;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}

button.psv-modal-close.psv-modal-close:hover,
button.psv-modal-close.psv-modal-close:focus-visible {
	background-color: #d63638 !important;
	border-color: #d63638 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.psv-modal-body {
	flex: 1;
	position: relative;
	background: #525659;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
	min-height: 0;
}

.psv-modal-body iframe,
.psv-modal-body img {
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: contain;
}

.psv-modal-body img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.psv-modal-loading {
	color: #fff;
	font-size: 14px;
}

.psv-modal-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-top: 1px solid #eee;
	background: #fafafa;
	flex-shrink: 0;
}

a.psv-btn.psv-btn {
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 1 1 0 !important;
	height: 44px !important;
	padding: 0 16px !important;
	border-radius: 4px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	line-height: 1 !important;
	margin: 0 !important;
	cursor: pointer !important;
	white-space: nowrap !important;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}

a.psv-btn-primary.psv-btn-primary {
	background: #2568ef !important;
	border: 2px solid #2568ef !important;
	color: #fff !important;
}

a.psv-btn-primary.psv-btn-primary:hover,
a.psv-btn-primary.psv-btn-primary:focus-visible {
	background: #1a4fc4 !important;
	border-color: #1a4fc4 !important;
	box-shadow: 0 8px 20px rgba(37, 104, 239, 0.45) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

a.psv-btn-outline.psv-btn-outline {
	background: #fff !important;
	border: 2px solid #2568ef !important;
	color: #2568ef !important;
}

a.psv-btn-outline.psv-btn-outline:hover,
a.psv-btn-outline.psv-btn-outline:focus-visible {
	background-color: #2568ef !important;
	border-color: #2568ef !important;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(37, 104, 239, 0.45) !important;
	transform: translateY(-1px);
}

@media (max-width: 600px) {
	.psv-modal-overlay {
		padding: 0;
		align-items: flex-end;
	}

	.psv-modal {
		height: 85vh;
		max-height: none;
		max-width: 100%;
		border-radius: 16px 16px 0 0;
	}

	button.psv-sample-btn.psv-sample-btn {
		margin-inline-start: 0 !important;
		margin-top: 10px !important;
		width: 100% !important;
		justify-content: center !important;
	}
}
