.respawn-account-complaints-page,
.respawn-complaints-public-page {
	background: #070b14;
}

body.respawn-account-complaints-page main.respawn-account-page .respawn-page-content-section {
	padding: clamp(38px, 4vw, 68px) 0 clamp(80px, 7vw, 120px) !important;
	background: #070b14 !important;
}

body.respawn-account-complaints-page main.respawn-account-page .respawn-page-content-section > .respawn-page-shell {
	width: min(1480px, calc(100vw - clamp(36px, 6vw, 128px))) !important;
	max-width: none !important;
	margin-inline: auto !important;
}

body.respawn-account-complaints-page main.respawn-account-page .respawn-page-content-card,
body.respawn-account-complaints-page main.respawn-account-page .woocommerce {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.respawn-account-complaints-page main.respawn-account-page .woocommerce {
	display: grid !important;
	grid-template-columns: clamp(230px, 15vw, 270px) minmax(0, 1fr) !important;
	gap: clamp(28px, 2.4vw, 42px) !important;
	align-items: start !important;
}

body.respawn-account-complaints-page main.respawn-account-page .woocommerce-MyAccount-navigation {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body.respawn-account-complaints-page main.respawn-account-page .woocommerce-MyAccount-content {
	float: none !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.respawn-account-complaints-page .woocommerce-MyAccount-navigation-link--complaints a::before {
	-webkit-mask-image: url("../icons/complaints.svg") !important;
	mask-image: url("../icons/complaints.svg") !important;
}

.rpc-portal,
.rpc-procedure,
.rpc-portal *,
.rpc-procedure * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.rpc-portal {
	width: 100%;
	min-width: 0;
	color: #f4f6f9;
}

.rpc-portal svg {
	display: block;
	width: 1em;
	height: 1em;
	flex: 0 0 auto;
}

.rpc-portal h2,
.rpc-portal h3,
.rpc-procedure h1,
.rpc-procedure h2,
.rpc-procedure h3 {
	color: #fff;
	letter-spacing: 0;
}

.rpc-portal h2 {
	margin: 5px 0 9px;
	font-size: 32px;
	line-height: 1.15;
}

.rpc-portal h3 {
	margin: 0 0 16px;
	font-size: 20px;
	line-height: 1.3;
}

.rpc-portal p,
.rpc-procedure p {
	color: #aeb7c5;
}

.rpc-kicker {
	margin: 0;
	color: #b89af7 !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
	text-transform: uppercase;
}

.rpc-button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.rpc-button svg {
	width: 16px;
	height: 16px;
}

.rpc-button--primary {
	border-color: #7c3aed;
	background: #7c3aed;
	color: #fff;
}

.rpc-button--primary:hover,
.rpc-button--primary:focus-visible {
	border-color: #9f7aea;
	background: #8b5cf6;
	color: #fff;
}

.rpc-button--secondary {
	border-color: #354154;
	background: #111722;
	color: #eef1f6;
}

.rpc-button--secondary:hover,
.rpc-button--secondary:focus-visible {
	border-color: #8b5cf6;
	color: #fff;
}

.rpc-button:focus-visible,
.rpc-portal a:focus-visible,
.rpc-portal input:focus-visible,
.rpc-portal select:focus-visible,
.rpc-portal textarea:focus-visible,
.rpc-procedure a:focus-visible {
	outline: 3px solid #f5c451;
	outline-offset: 2px;
}

.rpc-notice {
	margin: 0 0 20px;
	padding: 13px 15px;
	border: 1px solid #354154;
	border-left-width: 4px;
	border-radius: 4px;
	background: #111722;
	color: #eef1f6;
	font-size: 14px;
	line-height: 1.5;
}

.rpc-notice--success {
	border-left-color: #3fb47f;
}

.rpc-notice--warning {
	border-left-color: #f5c451;
}

.rpc-notice--error {
	border-left-color: #ef6a6a;
}

.rpc-portal-header,
.rpc-case-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #273142;
}

.rpc-portal-header__main,
.rpc-case-header__row > div {
	min-width: 0;
}

.rpc-portal-header__main {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.rpc-portal-header__icon {
	display: inline-flex;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	align-items: center;
	justify-content: center;
	border: 1px solid #3b4659;
	border-radius: 8px;
	background: #111722;
	color: #b89af7;
}

.rpc-portal-header__icon svg {
	width: 23px;
	height: 23px;
}

.rpc-portal-header__main p:last-child {
	max-width: 700px;
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

.rpc-case-list,
.rpc-new-case,
.rpc-reply {
	margin-top: 20px;
	padding: clamp(20px, 2.2vw, 28px);
	border: 1px solid #273142;
	border-radius: 8px;
	background: #111722;
}

.rpc-case-list__items {
	display: grid;
	gap: 10px;
}

.rpc-case-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 84px;
	align-items: center;
	gap: 22px;
	padding: 15px 17px;
	border: 1px solid #2c3749;
	border-radius: 6px;
	background: #0b101b;
	color: #eef1f6;
	text-decoration: none;
}

.rpc-case-row:hover,
.rpc-case-row:focus-visible {
	border-color: #7f62bd;
	background: #0e1420;
	color: #fff;
}

.rpc-case-row > span {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.rpc-case-row__main > span {
	color: #8f9aaa;
	font-size: 12px;
}

.rpc-case-row strong {
	overflow-wrap: anywhere;
	font-size: 16px;
	line-height: 1.35;
}

.rpc-case-row small {
	color: #b89af7;
	font-size: 12px;
	font-weight: 800;
}

.rpc-case-row__state {
	display: flex !important;
	align-items: center;
	flex-direction: row !important;
	gap: 14px !important;
}

.rpc-case-row__state > svg {
	width: 18px;
	height: 18px;
	color: #7f8a9b;
}

.rpc-empty {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0;
	padding: 18px;
	border: 1px dashed #354154;
	border-radius: 6px;
	background: #0b101b;
}

.rpc-empty > span {
	display: inline-flex;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #171e2b;
	color: #b89af7;
}

.rpc-empty > span svg {
	width: 21px;
	height: 21px;
}

.rpc-empty strong {
	display: block;
	margin-bottom: 3px;
	color: #fff;
	font-size: 14px;
}

.rpc-empty p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}

.rpc-section-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.rpc-section-heading h3 {
	margin: 3px 0 0;
}

.rpc-section-heading p {
	max-width: 520px;
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
}

.rpc-form,
.rpc-reply form {
	display: grid;
	gap: 17px;
}

.rpc-form {
	color-scheme: dark;
}

.rpc-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 17px;
}

.rpc-form label,
.rpc-reply label {
	display: grid;
	gap: 7px;
	color: #eef1f6;
	font-size: 13px;
	font-weight: 700;
}

.rpc-form input:not([type="checkbox"]),
.rpc-form select,
.rpc-form textarea,
.rpc-reply input:not([type="checkbox"]),
.rpc-reply textarea {
	width: 100%;
	min-width: 0;
	border: 1px solid #354154;
	border-radius: 5px;
	background: #0b101b;
	color: #f4f6f9;
	font: inherit;
}

.rpc-form input:not([type="checkbox"]),
.rpc-form select,
.rpc-reply input:not([type="checkbox"]) {
	min-height: 44px;
	padding: 9px 11px;
}

.rpc-select-control {
	position: relative;
	display: block;
	min-width: 0;
}

.rpc-form .rpc-select-control select {
	padding-right: 42px;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.rpc-select-control > svg {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 17px;
	height: 17px;
	color: #aeb7c5;
	pointer-events: none;
	transform: translateY(-50%);
}

.rpc-form select option,
.rpc-form select optgroup {
	background: #111722;
	color: #f4f6f9;
}

.rpc-form select option:checked {
	background: #7c3aed;
	color: #fff;
}

.rpc-form select:hover {
	border-color: #526078;
}

.rpc-form textarea,
.rpc-reply textarea {
	padding: 11px;
	line-height: 1.55;
	resize: vertical;
}

.rpc-form input[readonly] {
	color: #9ea8b7;
	background: #151b26;
}

.rpc-form input[type="file"],
.rpc-reply input[type="file"] {
	min-height: 48px;
	padding: 8px;
	border-style: dashed;
	background: #0a0f19;
}

.rpc-form input[type="file"]::file-selector-button,
.rpc-reply input[type="file"]::file-selector-button {
	min-height: 32px;
	margin-right: 10px;
	padding: 6px 10px;
	border: 1px solid #46536a;
	border-radius: 4px;
	background: #171e2b;
	color: #eef1f6;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.rpc-form small,
.rpc-reply small {
	margin-top: -8px;
	color: #8f9aaa;
	font-size: 12px;
}

.rpc-form .rpc-confirm {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 500;
}

.rpc-confirm input {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin: 1px 0 0;
	accent-color: #8b5cf6;
}

.rpc-form .rpc-button,
.rpc-reply .rpc-button {
	justify-self: start;
}

.rpc-form .rpc-submit-button {
	min-height: 48px;
	gap: 12px;
	padding: 0 20px;
	border-color: #8b5cf6;
	border-radius: 6px;
	background: #7c3aed;
	font-size: 14px;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.rpc-form .rpc-submit-button svg {
	width: 18px;
	height: 18px;
	transition: transform 160ms ease;
}

.rpc-form .rpc-submit-button:hover,
.rpc-form .rpc-submit-button:focus-visible {
	border-color: #a78bfa;
	background: #8b5cf6;
	transform: translateY(-1px);
}

.rpc-form .rpc-submit-button:hover svg,
.rpc-form .rpc-submit-button:focus-visible svg {
	transform: translateX(2px);
}

.rpc-form .rpc-submit-button:active {
	transform: translateY(0);
}

.rpc-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.rpc-back-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 17px;
	color: #b89af7;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.rpc-back-link svg {
	width: 17px;
	height: 17px;
}

.rpc-case-header {
	display: block;
}

.rpc-case-header__row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.rpc-case-header__category {
	margin: 0;
	color: #9ba6b6 !important;
	font-size: 13px;
	line-height: 1.5;
}

.rpc-status {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	justify-content: center;
	padding: 4px 9px;
	border: 1px solid #46536a;
	border-radius: 4px;
	background: #202938;
	color: #e7ebf1;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 18px;
	white-space: nowrap;
}

.rpc-status--resolved,
.rpc-status--closed {
	border-color: #287657;
	background: #123a2c;
	color: #baf4d9;
}

.rpc-status--waiting_customer,
.rpc-status--waiting_third_party {
	border-color: #79622b;
	background: #352d18;
	color: #f5d987;
}

.rpc-status--stage_two {
	border-color: #7c3aed;
	background: #2a174d;
	color: #d7c4ff;
}

.rpc-case-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	border: 0;
	background: transparent;
}

.rpc-case-facts div {
	min-width: 0;
	min-height: 82px;
	padding: 14px 15px;
	border: 1px solid #273142;
	border-radius: 6px;
	background: #111722;
}

.rpc-case-facts dt,
.rpc-case-facts dd {
	margin: 0;
}

.rpc-case-facts dt {
	margin-bottom: 5px;
	color: #8f9aaa;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.rpc-case-facts dd {
	overflow-wrap: anywhere;
	color: #eef1f6;
	font-size: 14px;
	line-height: 1.45;
}

.rpc-case-outcome {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin-top: 18px;
	padding: 17px 18px;
	border: 1px solid #354154;
	border-left: 3px solid #8b5cf6;
	border-radius: 6px;
	background: #0e1420;
}

.rpc-case-outcome__icon {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #241943;
	color: #c9b8f7;
}

.rpc-case-outcome__icon svg {
	width: 20px;
	height: 20px;
}

.rpc-case-outcome h3 {
	margin: 0 0 5px;
	font-size: 15px;
}

.rpc-case-outcome p {
	margin: 0;
	color: #d7dce5;
	font-size: 14px;
	line-height: 1.6;
	white-space: pre-wrap;
}

.rpc-timeline {
	display: grid;
	gap: 13px;
	margin-top: 32px;
}

.rpc-timeline__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 4px;
	padding-bottom: 15px;
	border-bottom: 1px solid #273142;
}

.rpc-timeline__heading h3 {
	margin: 3px 0 0;
}

.rpc-timeline__heading > span {
	color: #8f9aaa;
	font-size: 12px;
	font-weight: 700;
}

.rpc-message {
	position: relative;
	width: calc(100% - 34px);
	margin-left: 34px;
	padding: 16px 18px;
	border: 1px solid #2c3749;
	border-radius: 6px;
	background: #0b101b;
}

.rpc-message::before {
	content: "";
	position: absolute;
	top: 20px;
	left: -28px;
	width: 11px;
	height: 11px;
	border: 2px solid #070b14;
	border-radius: 50%;
	background: #7f8a9b;
	box-shadow: 0 0 0 1px #3b4659;
}

.rpc-message:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 32px;
	bottom: -17px;
	left: -23px;
	width: 1px;
	background: #2c3749;
}

.rpc-message--customer {
	border-color: #6240a7;
	background: #181328;
}

.rpc-message--customer::before {
	background: #9f7aea;
	box-shadow: 0 0 0 1px #7653b8;
}

.rpc-message--status,
.rpc-message--assignment,
.rpc-message--next_update {
	border-style: dashed;
	background: #151b26;
}

.rpc-message header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.rpc-message header strong {
	color: #fff;
	font-size: 14px;
}

.rpc-message header time {
	color: #7f8a9b;
	font-size: 11px;
	white-space: nowrap;
}

.rpc-message__body,
.rpc-message__body p {
	color: #d7dce5;
	font-size: 14px;
	line-height: 1.65;
}

.rpc-message__body p {
	margin: 0 0 10px;
}

.rpc-message__body p:last-child {
	margin-bottom: 0;
}

.rpc-evidence-list {
	display: grid;
	gap: 8px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.rpc-evidence-item {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	min-width: 0;
	padding: 9px 10px;
	border: 1px solid #354154;
	border-radius: 4px;
	background: #0d131e;
}

.rpc-evidence-item__icon {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #1a2230;
	color: #b89af7;
}

.rpc-evidence-item__icon svg {
	width: 17px;
	height: 17px;
}

.rpc-evidence-item__copy {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.rpc-evidence-item__copy strong {
	color: #eef1f6;
	font-size: 12px;
	overflow-wrap: anywhere;
}

.rpc-evidence-item__copy small,
.rpc-evidence-item__unavailable {
	color: #7f8a9b;
	font-size: 11px;
}

.rpc-evidence-action {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	gap: 6px;
	padding: 6px 9px;
	border: 1px solid #46536a;
	border-radius: 4px;
	color: #d7c4ff;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.rpc-evidence-action:hover,
.rpc-evidence-action:focus-visible {
	border-color: #8b5cf6;
	background: #241943;
	color: #fff;
}

.rpc-evidence-action svg {
	width: 14px;
	height: 14px;
}

.rpc-evidence-warning {
	max-width: 300px;
	color: #f5d987;
	font-size: 12px;
}

.rpc-evidence-warning summary {
	cursor: pointer;
	font-weight: 800;
}

.rpc-evidence-warning p {
	margin: 8px 0;
	color: #c9ced8;
	font-size: 12px;
	line-height: 1.5;
}

.rpc-evidence-warning a {
	color: #f5d987;
	font-weight: 800;
}

.rpc-closed-notice {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 15px;
	align-items: start;
	margin-top: 24px;
	padding: 18px;
	border: 1px solid #4d5b70;
	border-left: 4px solid #8f9aaa;
	border-radius: 6px;
	background: #111722;
}

.rpc-closed-notice__icon {
	display: inline-flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #202938;
	color: #d7dce5;
}

.rpc-closed-notice__icon svg {
	width: 21px;
	height: 21px;
}

.rpc-closed-notice h3 {
	margin: 0 0 5px;
	font-size: 17px;
}

.rpc-closed-notice p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
}

.rpc-evidence-dialog {
	width: min(1100px, calc(100% - 32px));
	max-width: 1100px;
	max-height: calc(100dvh - 32px);
	margin: auto;
	padding: 0;
	border: 1px solid #3b4659;
	border-radius: 8px;
	background: #0b101b;
	color: #eef1f6;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .5);
}

.rpc-evidence-dialog::backdrop {
	background: rgba(3, 6, 12, .88);
}

.rpc-evidence-dialog.is-open {
	position: fixed;
	inset: 16px;
	z-index: 1000;
	display: block;
}

.rpc-evidence-dialog__panel {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	max-height: calc(100dvh - 34px);
}

.rpc-evidence-dialog header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 18px;
	border-bottom: 1px solid #273142;
}

.rpc-evidence-dialog h2 {
	margin: 3px 0 0;
	font-size: 18px;
	overflow-wrap: anywhere;
}

.rpc-evidence-dialog__close {
	display: inline-flex;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #46536a;
	border-radius: 4px;
	background: #151b26;
	color: #fff;
	cursor: pointer;
}

.rpc-evidence-dialog__close:hover,
.rpc-evidence-dialog__close:focus-visible {
	border-color: #8b5cf6;
	background: #241943;
}

.rpc-evidence-dialog__close svg {
	width: 18px;
	height: 18px;
}

.rpc-evidence-dialog__stage {
	display: grid;
	min-height: min(620px, calc(100dvh - 120px));
	place-items: center;
	overflow: auto;
	padding: 18px;
	background: #070b14;
}

.rpc-evidence-dialog__stage img {
	display: block;
	max-width: 100%;
	max-height: calc(100dvh - 160px);
	object-fit: contain;
}

.rpc-evidence-dialog__error {
	margin: 0;
	color: #f2b8b8;
	font-size: 14px;
}

.rpc-procedure {
	min-height: 70vh;
	padding: 56px 20px 72px;
	color: #f4f6f9;
}

.rpc-procedure__shell {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.rpc-procedure__header {
	max-width: 820px;
	padding-bottom: 32px;
}

.rpc-procedure__header h1 {
	margin: 7px 0 14px;
	font-size: 44px;
	line-height: 1.12;
}

.rpc-procedure__header > p:last-of-type {
	max-width: 720px;
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
}

.rpc-procedure__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.rpc-procedure__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin-bottom: 22px;
	border: 1px solid #273142;
	border-radius: 8px;
	overflow: hidden;
	background: #273142;
}

.rpc-procedure__facts div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 5px;
	padding: 16px;
	background: #111722;
}

.rpc-procedure__facts strong {
	color: #8f9aaa;
	font-size: 11px;
	text-transform: uppercase;
}

.rpc-procedure__facts a,
.rpc-procedure__facts span {
	color: #eef1f6;
	font-size: 13px;
	overflow-wrap: anywhere;
}

.rpc-procedure__section {
	margin-top: 14px;
	padding: 28px;
	border-top: 1px solid #273142;
}

.rpc-procedure__section h2 {
	margin: 0 0 20px;
	font-size: 26px;
	line-height: 1.25;
}

.rpc-procedure__section h3 {
	margin: 0 0 8px;
	font-size: 17px;
}

.rpc-procedure__section p,
.rpc-procedure__section li {
	font-size: 15px;
	line-height: 1.7;
}

.rpc-procedure__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.rpc-procedure__columns > div {
	padding-left: 16px;
	border-left: 3px solid #7c3aed;
}

.rpc-procedure__columns p {
	margin: 0;
}

.rpc-procedure__note {
	margin: 24px 0 0;
	padding: 14px 16px;
	border: 1px solid #354154;
	border-radius: 6px;
	background: #111722;
}

.rpc-stages {
	display: grid;
	gap: 1px;
	margin: 0;
	padding: 0;
	border: 1px solid #273142;
	border-radius: 8px;
	overflow: hidden;
	background: #273142;
	list-style: none;
	counter-reset: none;
}

.rpc-stages li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 18px;
	background: #111722;
}

.rpc-stages li > span {
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	border: 1px solid #6d4ab0;
	border-radius: 50%;
	color: #d7c4ff;
	font-size: 14px;
	font-weight: 800;
}

.rpc-stages p {
	margin: 0;
}

.rpc-procedure__standards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 28px;
	margin: 0;
	padding-left: 20px;
	color: #d7dce5;
}

.rpc-procedure__section--privacy {
	margin-bottom: 0;
	border: 1px solid #354154;
	border-radius: 8px;
	background: #111722;
}

.rpc-procedure__section--privacy p:last-child {
	margin-bottom: 0;
}

.rpc-procedure__section--privacy a {
	color: #c9b8f7;
}

@media (max-width: 1180px) {
	body.respawn-account-complaints-page main.respawn-account-page .respawn-page-content-section {
		padding-top: clamp(24px, 4vw, 42px) !important;
	}

	body.respawn-account-complaints-page main.respawn-account-page .respawn-page-content-section > .respawn-page-shell {
		width: min(100% - 28px, 1480px) !important;
	}

	body.respawn-account-complaints-page main.respawn-account-page .woocommerce {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}

	body.respawn-account-complaints-page main.respawn-account-page .woocommerce-MyAccount-navigation,
	body.respawn-account-complaints-page main.respawn-account-page .woocommerce-MyAccount-content {
		grid-column: 1 !important;
		grid-row: auto !important;
	}
}

@media (max-width: 980px) {
	.rpc-case-facts,
	.rpc-procedure__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.rpc-portal h2 {
		font-size: 28px;
	}

	body.respawn-account-complaints-page main.respawn-account-page .respawn-page-content-section > .respawn-page-shell {
		width: min(100% - 22px, 1480px) !important;
	}

	.rpc-portal-header,
	.rpc-section-heading,
	.rpc-case-header__row {
		flex-direction: column;
	}

	.rpc-portal-header .rpc-button {
		width: 100%;
	}

	.rpc-form-grid,
	.rpc-procedure__columns,
	.rpc-procedure__standards {
		grid-template-columns: 1fr;
	}

	.rpc-case-row {
		grid-template-columns: 1fr;
		align-items: flex-start;
		gap: 12px;
	}

	.rpc-case-row__state {
		width: 100%;
		justify-content: space-between;
	}

	.rpc-message {
		width: calc(100% - 28px);
		margin-left: 28px;
	}

	.rpc-message::before {
		left: -24px;
	}

	.rpc-message:not(:last-child)::after {
		left: -19px;
	}

	.rpc-evidence-item {
		grid-template-columns: 34px minmax(0, 1fr);
	}

	.rpc-evidence-action,
	.rpc-evidence-warning,
	.rpc-evidence-item__unavailable {
		grid-column: 2;
		justify-self: start;
	}

	.rpc-evidence-dialog {
		width: calc(100% - 20px);
		max-height: calc(100dvh - 20px);
	}

	.rpc-evidence-dialog__panel {
		max-height: calc(100dvh - 22px);
	}

	.rpc-procedure {
		padding: 38px 14px 54px;
	}

	.rpc-procedure__header h1 {
		font-size: 34px;
	}

	.rpc-procedure__section {
		padding: 24px 8px;
	}

	.rpc-procedure__section--privacy {
		padding: 22px;
	}
}

@media (max-width: 480px) {
	.rpc-form .rpc-submit-button {
		width: 100%;
	}

	.rpc-case-list,
	.rpc-new-case,
	.rpc-reply {
		padding: 16px;
	}

	.rpc-case-facts,
	.rpc-procedure__facts {
		grid-template-columns: 1fr;
	}

	.rpc-case-header__row .rpc-status,
	.rpc-procedure__actions .rpc-button {
		width: 100%;
	}

	.rpc-message header {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.rpc-case-outcome,
	.rpc-closed-notice {
		grid-template-columns: 1fr;
	}

	.rpc-case-outcome__icon,
	.rpc-closed-notice__icon {
		width: 40px;
		height: 40px;
	}

	.rpc-procedure__header h1 {
		font-size: 30px;
	}
}
