.ser-revival-card {
	background: linear-gradient(135deg, #161128 0%, #2c1749 55%, #512565 100%);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	box-shadow: 0 14px 34px rgba(26, 12, 45, 0.2);
	color: #fff;
	margin: 0 0 34px;
	overflow: hidden;
	position: relative;
}

.ser-preview-ribbon {
	background: #ffcf5a;
	color: #291a00;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 10px 24px;
	text-align: center;
}

.ser-revival-grid {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.65fr) minmax(220px, 0.72fr);
	padding: 26px 28px;
}

.ser-eyebrow,
.ser-price-label {
	color: #f6c96f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 7px;
}

.ser-revival-card h2 {
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 9px;
}

.ser-revival-card h3 {
	color: #fff;
	font-size: 24px;
	margin: 8px 0;
}

.ser-lead,
.ser-revival-action p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.ser-benefit {
	align-items: center;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	display: flex;
	font-size: 14px;
	gap: 12px;
	margin-top: 14px;
	padding: 10px 13px;
}

.ser-benefit-value {
	color: #ffdc85;
	font-size: 18px;
	font-weight: 900;
	white-space: nowrap;
}

.ser-support-count {
	color: rgba(255, 255, 255, 0.64);
	font-size: 13px;
	margin: 10px 0 0;
}

.ser-revival-action {
	background: rgba(8, 5, 17, 0.32);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 13px;
	padding: 18px;
	text-align: center;
}

.ser-price {
	color: #fff !important;
	font-size: 15px !important;
	margin: 0 0 12px !important;
}

.ser-price span {
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
}

.ser-primary-button,
.ser-secondary-button,
.ser-link-button {
	border: 0;
	border-radius: 9px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	padding: 12px 16px;
}

.ser-primary-button {
	background: #f6c96f;
	color: #241331 !important;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}

.ser-primary-button:hover,
.ser-primary-button:focus {
	background: #ffe09f;
	color: #170d20 !important;
}

.ser-primary-button.is-busy {
	cursor: wait;
	opacity: 0.65;
}

.ser-secondary-button {
	background: #ece9f0;
	color: #2d2137;
}

.ser-link-button {
	background: transparent;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	margin-top: 10px;
	padding: 8px;
	text-decoration: underline;
}

.ser-safe-note {
	font-size: 13px !important;
	margin: 13px 0 0 !important;
}

.ser-state-icon {
	align-items: center;
	background: #7fddaa;
	border-radius: 50%;
	color: #12311f;
	display: inline-flex;
	font-size: 30px;
	font-weight: 900;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.ser-state-pending {
	background: #ffdc85;
	color: #4a3300;
}

.ser-revival-supporter .wp-manga-chapter.premium .coin::after {
	background: #7a3fb1;
	border-radius: 4px;
	color: #fff;
	content: "50% OFF";
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	margin-left: 7px;
	padding: 5px 7px;
	vertical-align: middle;
}

.ser-modal[hidden] {
	display: none !important;
}

.ser-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 100000;
}

.ser-modal-backdrop {
	background: rgba(13, 8, 18, 0.74);
	inset: 0;
	position: absolute;
}

.ser-modal-dialog {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
	color: #2a2031;
	max-width: 600px;
	padding: 36px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.ser-modal-dialog h2 {
	font-size: 30px;
	margin: 0 0 18px;
}

.ser-modal-dialog li {
	font-size: 17px;
	line-height: 1.55;
	margin-bottom: 9px;
}

.ser-modal-close {
	background: transparent;
	border: 0;
	color: #766c7d;
	cursor: pointer;
	font-size: 34px;
	position: absolute;
	right: 18px;
	top: 12px;
}

.ser-preview-notice {
	background: #fff3cf;
	border-left: 4px solid #efba30;
	border-radius: 5px;
	font-size: 15px;
	margin: 22px 0;
	padding: 13px 15px;
}

.ser-modal-actions {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
}

.ser-modal-actions .ser-primary-button {
	width: auto;
}

.ser-error {
	color: #bd1e3b;
	font-size: 14px;
	margin: 14px 0 0;
}

body.ser-modal-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.ser-revival-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 22px 18px;
	}

	.ser-revival-card h2 {
		font-size: 25px;
	}

	.ser-modal-dialog {
		padding: 30px 22px;
	}

	.ser-modal-actions {
		flex-direction: column-reverse;
	}

	.ser-modal-actions .ser-primary-button,
	.ser-modal-actions .ser-secondary-button {
		width: 100%;
	}
}
