.woocommerce-orders-table__cell-order-actions,
.woocommerce-orders-table__cell-order-actions .woocommerce-button,
.woocommerce-orders-table__cell-order-actions .button {
	vertical-align: middle;
}

.woocommerce-account .woocommerce-orders-table {
	table-layout: auto;
}

.woocommerce-account .woocommerce-orders-table__header-order-actions,
.woocommerce-account .woocommerce-orders-table__cell-order-actions {
	width: 190px;
	max-width: 190px;
	text-align: right;
	white-space: nowrap;
}

.woocommerce-account .woocommerce-orders-table__header-order-status,
.woocommerce-account .woocommerce-orders-table__cell-order-status {
	width: 118px;
	min-width: 118px;
	max-width: 118px;
}

.woocommerce-account .woocommerce-orders-table__header-order-number,
.woocommerce-account .woocommerce-orders-table__header-order-date,
.woocommerce-account .woocommerce-orders-table__header-order-status,
.woocommerce-account .woocommerce-orders-table__header-order-total,
.woocommerce-account .woocommerce-orders-table__header-wpot-order-qty,
.woocommerce-account .woocommerce-orders-table__cell-order-number,
.woocommerce-account .woocommerce-orders-table__cell-order-date,
.woocommerce-account .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce-orders-table__cell-order-total,
.woocommerce-account .woocommerce-orders-table__cell-wpot-order-qty {
	white-space: nowrap;
}

.woocommerce-account .woocommerce-orders-table__header-wpot-order-qty,
.woocommerce-account .woocommerce-orders-table__cell-wpot-order-qty {
	width: 68px;
	max-width: 68px;
	text-align: center;
}

.wpot-front-order-qty {
	display: inline;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #1d2327;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

.wpot-front-order-qty.is-empty {
	min-width: 0;
	padding: 0;
	background: transparent;
}

.woocommerce-orders-table__cell-order-actions .button,
.woocommerce-orders-table__cell-order-actions .woocommerce-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 13px !important;
	font-size: 12px;
	line-height: 1 !important;
	margin: 0 !important;
	white-space: nowrap;
}

.woocommerce-orders-table__cell-order-actions .button + .button,
.woocommerce-orders-table__cell-order-actions .woocommerce-button + .woocommerce-button,
.woocommerce-orders-table__cell-order-actions .button + .woocommerce-button,
.woocommerce-orders-table__cell-order-actions .woocommerce-button + .button {
	margin-left: 6px !important;
}

.wpot-payment-parent-total-label {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 210px;
	margin-left: 4px;
	vertical-align: middle;
	color: inherit !important;
	cursor: default !important;
	font-size: 12px !important;
	font-weight: 600;
	line-height: 1.28 !important;
	pointer-events: none;
	text-align: left;
	white-space: normal !important;
	text-decoration: none !important;
	text-transform: none;
}

a.wpot-payment-parent-label {
	display: none !important;
}

.wpot-payment-parent-total-label,
.wpot-payment-parent-total-label:hover,
.wpot-payment-parent-total-label:focus {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.wpot-payment-parent-total-label .wpot-payment-parent-label__order,
.wpot-payment-parent-total-label .wpot-payment-parent-label__type {
	display: block;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpot-payment-parent-total-label .wpot-payment-parent-label__type {
	color: inherit !important;
	font-size: 11px;
	font-weight: 500;
	opacity: 1;
}

.woocommerce-orders-table__cell-order-actions .wpot-tracking,
.woocommerce-orders-table__cell-order-actions .wpot_tracking,
.woocommerce-orders-table__cell-order-actions .button.wpot-tracking,
.woocommerce-orders-table__cell-order-actions .button.wpot_tracking,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.wpot-tracking {
	background-color: #f6a10a;
	color: #fff;
	border-color: #f6a10a;
}

.wpot-front-order-status {
	display: inline-grid;
	gap: 2px;
	max-width: 180px;
	padding: 5px 8px;
	border-radius: 4px;
	background: #f4f6f8;
	color: #0b2a50;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	vertical-align: middle;
}

.wpot-front-order-status.is-active {
	background: #fff7e8;
	color: #ad5b00;
}

.wpot-front-order-status.is-completed {
	background: #eaf7ee;
	color: #137333;
}

.wpot-front-order-status.is-shipped {
	background: #e9f4ff;
	color: #075985;
}

.wpot-front-order-status.is-cancelled {
	background: #fbeaea;
	color: #b42318;
}

.wpot-front-order-status b,
.wpot-front-order-status em {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpot-front-order-status em {
	font-style: normal;
	font-weight: 500;
}

.wpot-front-tracking {
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	box-shadow: 0 10px 30px rgba(7, 31, 61, 0.06);
}

.wpot-front-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
}

.wpot-front-modal.is-open {
	display: block;
}

.wpot-front-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 20, 36, 0.58);
}

.wpot-front-modal__dialog {
	position: relative;
	width: min(960px, calc(100vw - 32px));
	max-height: calc(100vh - 48px);
	margin: 24px auto;
	overflow: auto;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.wpot-front-modal__header {
	position: sticky;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 20px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.wpot-front-modal__header h2 {
	margin: 0;
	min-width: 0;
	color: #0b2a50;
	font-size: 20px;
	line-height: 1.3;
}

.wpot-front-modal__actions {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 10px;
}

.wpot-front-modal__fullscreen {
	position: relative;
	display: inline-flex !important;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 38px !important;
	min-width: 38px !important;
	height: 38px !important;
	min-height: 38px !important;
	padding: 0 !important;
	border: 1px solid rgba(11, 42, 80, 0.18) !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: #0b2a50 !important;
	line-height: 1 !important;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(11, 42, 80, 0.12);
	appearance: none;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.wpot-front-modal__fullscreen:hover,
.wpot-front-modal__fullscreen:focus {
	border-color: rgba(246, 161, 10, 0.8) !important;
	background: #fff8eb !important;
	box-shadow: 0 10px 24px rgba(246, 161, 10, 0.18);
	transform: scale(1.05);
}

.wpot-front-modal__fullscreen span {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	background:
		linear-gradient(currentColor 0 0) left top / 8px 2px no-repeat,
		linear-gradient(currentColor 0 0) left top / 2px 8px no-repeat,
		linear-gradient(currentColor 0 0) right top / 8px 2px no-repeat,
		linear-gradient(currentColor 0 0) right top / 2px 8px no-repeat,
		linear-gradient(currentColor 0 0) left bottom / 8px 2px no-repeat,
		linear-gradient(currentColor 0 0) left bottom / 2px 8px no-repeat,
		linear-gradient(currentColor 0 0) right bottom / 8px 2px no-repeat,
		linear-gradient(currentColor 0 0) right bottom / 2px 8px no-repeat;
	pointer-events: none;
}

.wpot-front-modal__fullscreen span::before,
.wpot-front-modal__fullscreen span::after {
	display: none;
	content: none;
}

.wpot-front-modal.is-fullscreen .wpot-front-modal__dialog {
	width: 100vw;
	max-width: none;
	max-height: 100vh;
	max-height: 100dvh;
	height: 100vh;
	height: 100dvh;
	margin: 0;
	overflow: auto;
}

.wpot-front-modal.is-fullscreen .wpot-front-modal__fullscreen span::before {
	display: none;
}

.wpot-front-modal.is-fullscreen .wpot-front-modal__fullscreen span {
	background:
		linear-gradient(currentColor 0 0) 3px 3px / 7px 2px no-repeat,
		linear-gradient(currentColor 0 0) 3px 3px / 2px 7px no-repeat,
		linear-gradient(currentColor 0 0) calc(100% - 3px) 3px / 7px 2px no-repeat,
		linear-gradient(currentColor 0 0) calc(100% - 3px) 3px / 2px 7px no-repeat,
		linear-gradient(currentColor 0 0) 3px calc(100% - 3px) / 7px 2px no-repeat,
		linear-gradient(currentColor 0 0) 3px calc(100% - 3px) / 2px 7px no-repeat,
		linear-gradient(currentColor 0 0) calc(100% - 3px) calc(100% - 3px) / 7px 2px no-repeat,
		linear-gradient(currentColor 0 0) calc(100% - 3px) calc(100% - 3px) / 2px 7px no-repeat;
}

.wpot-front-modal.is-fullscreen .wpot-front-discussion__messages {
	max-height: min(640px, calc(100vh - 320px));
}

.wpot-front-modal.is-fullscreen .wpot-front-message {
	max-width: min(620px, 86%);
	padding: 11px 13px;
}

.wpot-front-modal.is-fullscreen .wpot-front-message:has(.wpot-front-message-image),
.wpot-front-modal.is-fullscreen .wpot-front-message:has(.wpot-front-message-video) {
	max-width: calc(100% - 18px);
}

.wpot-front-modal.is-fullscreen .wpot-front-message-image,
.wpot-front-modal.is-fullscreen .wpot-front-message-image img,
.wpot-front-modal.is-fullscreen .wpot-front-message-video {
	height: 380px;
	max-height: 380px !important;
}

.wpot-front-modal__close {
	position: relative;
	display: inline-flex !important;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 38px !important;
	min-width: 38px !important;
	height: 38px !important;
	min-height: 38px !important;
	padding: 0 !important;
	border: 1px solid rgba(11, 42, 80, 0.18) !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: #0b2a50 !important;
	line-height: 1 !important;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(11, 42, 80, 0.16);
	appearance: none;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.wpot-front-modal__close:hover,
.wpot-front-modal__close:focus {
	border-color: rgba(246, 161, 10, 0.8) !important;
	background: #fff8eb !important;
	box-shadow: 0 10px 24px rgba(246, 161, 10, 0.22);
	transform: scale(1.05);
}

.wpot-front-modal__close span,
.wpot-front-modal__close span::before,
.wpot-front-modal__close span::after {
	display: block;
	pointer-events: none;
}

.wpot-front-modal__close span {
	position: relative;
	width: 21px;
	height: 21px;
}

.wpot-front-modal__close span::before,
.wpot-front-modal__close span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 3px;
	border-radius: 999px;
	background: currentColor;
	content: "";
	transform-origin: center;
}

.wpot-front-modal__close span::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.wpot-front-modal__close span::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.wpot-front-modal__body {
	padding: 20px;
}

.wpot-front-loading,
.wpot-front-error {
	padding: 22px;
	background: #f7f8fa;
	color: #0b2a50;
}

body.wpot-front-modal-open {
	overflow: hidden;
}

.wpot-front-back {
	display: inline-flex;
	margin: 22px 24px 0;
	color: #0b2a50;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.wpot-front-tracking__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 28px;
	background: #0b2a50;
	color: #fff;
}

.wpot-front-tracking__head p {
	margin: 0 0 5px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.wpot-front-tracking__head h2 {
	margin: 0;
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
}

.wpot-front-tracking__head span {
	display: inline-flex;
	flex: 0 0 72px;
	align-items: center;
	justify-content: center;
	width: 72px;
	min-width: 72px;
	height: 72px;
	padding: 0 6px;
	border: 2px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
	white-space: normal;
}

.wpot-front-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(0, 0, 0, 0.08);
}

.wpot-front-meta div {
	padding: 18px 24px;
	background: #fff;
}

.wpot-front-meta span {
	display: block;
	margin-bottom: 5px;
	color: #777;
	font-size: 12px;
	text-transform: uppercase;
}

.wpot-front-meta strong {
	color: #0b2a50;
	font-weight: 700;
}

.wpot-front-progress {
	height: 8px;
	overflow: hidden;
	background: #eceff3;
}

.wpot-front-progress span {
	display: block;
	height: 100%;
	background: #f6a10a;
}

.wpot-front-payments {
	display: grid;
	gap: 12px;
	margin: 14px 28px 4px;
	padding: 14px;
	background: #fff;
	border: 1px solid var(--brdcolor-gray-300, rgba(0, 0, 0, 0.105));
	border-radius: var(--wd-brd-radius, 4px);
}

.wpot-front-payments__head {
	display: grid;
	gap: 3px;
}

.wpot-front-payments__head strong {
	color: var(--wd-title-color, #242424);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.wpot-front-payments__head span {
	color: var(--color-gray-600, #666);
	font-size: 13px;
	line-height: 1.45;
}

.wpot-front-payment-list {
	display: grid;
	gap: 8px;
}

.wpot-front-payment {
	display: grid;
	grid-template-columns: minmax(150px, 1.35fr) minmax(100px, 0.7fr) minmax(78px, 0.45fr) minmax(130px, 0.9fr);
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 10px 12px;
	background: var(--bgcolor-gray-100, #f7f7f7);
	border: 1px solid var(--brdcolor-gray-300, rgba(0, 0, 0, 0.105));
	border-radius: var(--wd-brd-radius, 4px);
}

.wpot-front-payment.is-paid {
	background: rgba(131, 183, 53, 0.1);
	border-color: rgba(131, 183, 53, 0.28);
}

.wpot-front-payment__title,
.wpot-front-payment__action em {
	display: block;
	color: var(--color-gray-600, #666);
	font-size: 12px;
	line-height: 1.35;
}

.wpot-front-payment__title {
	overflow: hidden;
	color: var(--wd-title-color, #242424);
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpot-front-payment__amount {
	display: block;
	color: var(--wd-title-color, #242424);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	white-space: nowrap;
}

.wpot-front-payment__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-width: 62px;
	min-height: 24px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(214, 54, 56, 0.1);
	color: #b32d2e;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.wpot-front-payment.is-paid .wpot-front-payment__status {
	background: rgba(131, 183, 53, 0.14);
	color: #4f8a10;
}

.wpot-front-payment__action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

.wpot-front-payment__action em {
	font-style: normal;
	text-align: right;
}

.wpot-front-payment__action .button {
	flex: 0 0 auto;
	min-height: 30px;
	padding: 0 16px;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	white-space: nowrap;
}

.wpot-payment-child-pay-page #place_order,
.wpot-payment-child-pay-page button[name="woocommerce_pay"] {
	text-transform: none !important;
}

.wpot-front-shipping {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	margin: 12px 28px 4px;
	padding: 14px;
	background: #fff;
	border: 1px solid var(--brdcolor-gray-300, rgba(0, 0, 0, 0.105));
	border-radius: var(--wd-brd-radius, 4px);
}

.wpot-front-shipping strong {
	display: block;
	color: var(--wd-title-color, #242424);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.wpot-front-shipping span {
	display: block;
	margin-top: 3px;
	color: var(--color-gray-600, #666);
	font-size: 13px;
	line-height: 1.45;
}

.wpot-front-shipping dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.wpot-front-shipping dl div {
	min-width: 150px;
	padding: 8px 10px;
	background: var(--bgcolor-gray-100, #f7f7f7);
	border: 1px solid var(--brdcolor-gray-300, rgba(0, 0, 0, 0.105));
	border-radius: var(--wd-brd-radius, 4px);
}

.wpot-front-shipping dt {
	margin: 0 0 3px;
	color: var(--color-gray-600, #666);
	font-size: 12px;
	line-height: 1.25;
}

.wpot-front-shipping dd {
	margin: 0;
	color: var(--wd-title-color, #242424);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	word-break: break-word;
}

.wpot-front-steps {
	position: relative;
	padding: 14px 28px 28px;
}

.wpot-front-steps::before {
	content: "";
	position: absolute;
	top: 39px;
	bottom: 39px;
	left: 43px;
	width: 2px;
	background: rgba(168, 177, 189, 0.55);
}

.wpot-front-step {
	position: relative;
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 14px;
	padding: 10px 0;
}

.wpot-front-step + .wpot-front-step {
	margin-top: 8px;
}

.wpot-front-step::after {
	content: "";
	position: absolute;
	top: 25px;
	left: 14px;
	width: 2px;
	height: calc(100% + 8px);
	background: #a8b1bd;
	z-index: 0;
}

.wpot-front-step:last-child::after {
	height: calc(100% - 25px);
}

.wpot-front-step.is-completed::after {
	background: #39b86d;
}

.wpot-front-step.is-active::after {
	background: #f6a10a;
}

.wpot-front-step.is-pending::after {
	background: #a8b1bd;
}

.wpot-front-step__marker {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-top: 0;
	border-radius: 50%;
	background: #a8b1bd;
	border: 4px solid #fff;
	box-shadow: 0 0 0 1px rgba(168, 177, 189, 0.5);
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.wpot-front-step.is-completed .wpot-front-step__marker {
	background: #39b86d;
	border-color: #fff;
	box-shadow: 0 0 0 1px rgba(57, 184, 109, 0.5);
}

.wpot-front-step.is-active .wpot-front-step__marker {
	background: #f6a10a;
	border-color: #fff;
	box-shadow: 0 0 0 1px rgba(246, 161, 10, 0.6);
}

.wpot-front-step__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	column-gap: 14px;
	position: relative;
	min-width: 0;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.wpot-front-step h3 {
	min-height: 28px;
	margin: 0;
	padding-right: 0;
	color: #0b2a50;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.wpot-front-step__remark {
	margin-bottom: 12px;
	color: #555;
}

.wpot-front-step__remark p:last-child {
	margin-bottom: 0;
}

.wpot-front-media {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.wpot-front-media__group {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 12px;
	background: #f7f8fa;
}

.wpot-front-media__group strong {
	color: #0b2a50;
	font-size: 13px;
}

.wpot-front-media__items {
	display: grid;
	gap: 8px;
}

.wpot-front-media__items--pictures {
	grid-template-columns: repeat(auto-fill, minmax(140px, 220px));
}

.wpot-front-image-button {
	display: block;
	width: 100%;
	min-height: 0;
	padding: 0;
	overflow: visible;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	cursor: zoom-in;
}

.wpot-front-image-button img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 260px;
	object-fit: contain;
}

.wpot-front-video {
	display: block;
	width: 360px;
	max-width: 100%;
	height: auto;
	background: #111;
}

.wpot-front-document,
.wpot-front-media__group a {
	color: #f6a10a;
	font-size: 13px;
	word-break: break-word;
}

.wpot-front-step-one-inline {
	display: grid;
	gap: 12px;
}

.wpot-front-step-one-inline__view[hidden],
.wpot-front-step-one-inline__editarea[hidden] {
	display: none !important;
}

.wpot-front-step-one-inline__view {
	display: grid;
	gap: 12px;
}

.wpot-front-step-one-inline__edit,
.wpot-front-step-one-inline__form button[type="submit"] {
	justify-self: start;
	min-height: 32px;
	padding: 0 12px;
	border: 0;
	border-radius: 2px;
	background: #f6a10a;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.wpot-front-step-one-inline__edit {
	background: #f7f7f7;
	color: #0b2a50;
}

.wpot-front-step-one-inline__edit:hover {
	background: #f6a10a;
	color: #fff;
}

.wpot-front-step-one-inline__form {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.wpot-front-step-one-inline__note {
	display: grid;
	gap: 6px;
	margin: 0;
}

.wpot-front-step-one-inline__note > span {
	color: #0b2a50;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.wpot-front-step-one {
	display: grid;
	gap: 10px;
	margin-top: 12px;
}

.wpot-front-step-one-v2 {
	align-items: start;
}

.wpot-front-step-one-v2__edit,
.wpot-front-step-one__form button[type="submit"] {
	justify-self: start;
	min-height: 32px;
	padding: 0 12px;
	border: 0;
	background: #f6a10a;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.wpot-front-step-one-v2__edit {
	background: #f7f7f7;
	color: #0b2a50;
}

.wpot-front-step-one-v2__edit:hover {
	background: #f6a10a;
	color: #fff;
}

.wpot-front-step-one-v2__mount:empty {
	display: none;
}

.wpot-front-step-one-v2__form {
	max-width: 760px;
	margin-top: 4px;
	padding: 14px;
	border: 1px solid rgba(11, 42, 80, 0.12);
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(11, 42, 80, 0.06);
}

.wpot-front-step-one-v2__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.wpot-front-step-one-v2__head div {
	display: grid;
	gap: 3px;
}

.wpot-front-step-one-v2__head strong {
	color: #0b2a50;
	font-size: 14px;
}

.wpot-front-step-one-v2__head span {
	color: #666;
	font-size: 12px;
}

.wpot-front-step-one-v2__note {
	display: grid;
	gap: 6px;
	margin: 0;
}

.wpot-front-step-one-v2__note > span {
	color: #0b2a50;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.wpot-front-step-one__form {
	display: grid;
	gap: 12px;
	width: 100%;
}

.wpot-front-step-one__form[hidden] {
	display: none;
}

.wpot-front-step-one__form textarea {
	width: 100%;
	min-height: 118px;
	max-height: 220px;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	font-size: 13px;
	line-height: 1.5;
}

.wpot-front-step-one__existing {
	display: grid;
	flex-wrap: wrap;
	gap: 10px;
}

.wpot-front-step-one__files {
	display: grid;
	gap: 7px;
}

.wpot-front-step-one__files strong {
	color: #0b2a50;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.wpot-front-step-one__file-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}

.wpot-front-step-one__file {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: 160px;
	min-height: 42px;
	padding: 6px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
	overflow: visible;
}

.wpot-front-step-one__file img {
	display: block;
	width: auto;
	min-width: 0;
	height: auto;
	max-width: 132px;
	max-height: 168px;
	object-fit: contain;
	background: #f6f7f7;
}

.wpot-front-step-one__file video {
	display: block;
	width: auto;
	height: auto;
	max-width: 132px;
	max-height: 120px;
	object-fit: contain;
	background: #111;
}

.wpot-front-step-one__file a {
	max-width: 180px;
	padding: 6px 30px 6px 8px;
	color: #f6a10a;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpot-front-step-one__file button {
	position: absolute;
	top: -8px;
	right: -8px;
	display: inline-flex;
	flex: 0 0 24px;
	align-items: center;
	justify-content: center;
	width: 24px !important;
	min-width: 24px !important;
	max-width: 24px !important;
	height: 24px !important;
	min-height: 24px !important;
	max-height: 24px !important;
	padding: 0;
	border: 1px solid rgba(179, 45, 46, 0.18);
	border-radius: 50%;
	background: #fff;
	color: #b32d2e;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
	appearance: none;
}

.wpot-front-step-one__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	padding-top: 2px;
}

.wpot-front-upload-progress[hidden] {
	display: none !important;
}

.wpot-front-upload-progress {
	display: grid;
	gap: 7px;
	padding: 10px 12px;
	border: 1px solid rgba(246, 161, 10, 0.28);
	background: #fff9ed;
	color: #0b2a50;
}

.wpot-front-upload-progress__bar {
	overflow: hidden;
	width: 100%;
	height: 8px;
	border-radius: 999px;
	background: rgba(11, 42, 80, 0.1);
}

.wpot-front-upload-progress__bar span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: #f6a10a;
	transition: width 0.18s ease;
}

.wpot-front-upload-progress strong {
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.wpot-front-step-one-v2__form .wpot-front-message-files {
	align-items: center;
	justify-content: flex-start;
	width: fit-content;
	max-width: 100%;
	padding: 8px 9px;
	border-radius: 4px;
	background: #fbfbfb;
}

.wpot-front-step-one-v2__form .wpot-front-message-files__toolbar {
	gap: 6px;
}

.wpot-front-step-one-v2__form .wpot-front-message-files label {
	min-height: 28px;
	padding: 0 9px;
}

.wpot-front-step-one-inline__form .wpot-front-message-files {
	width: fit-content;
	max-width: 100%;
	margin-top: 2px;
	padding: 8px 9px;
	border-radius: 4px;
	background: #fbfbfb;
}

.wpot-front-step-one-inline__form .wpot-front-step-one__existing {
	margin-top: 0;
}

.wpot-front-step-one-selected[hidden] {
	display: none !important;
}

.wpot-front-step-one-selected {
	display: grid;
	gap: 10px;
	padding: 10px;
	border: 1px dashed rgba(246, 161, 10, 0.5);
	border-radius: 4px;
	background: #fffaf1;
}

.wpot-front-step-one-selected__group {
	display: grid;
	gap: 7px;
}

.wpot-front-step-one-selected__group strong {
	color: #0b2a50;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.wpot-front-step-one-selected__items {
	display: grid;
	gap: 5px;
}

.wpot-front-step-one-selected__item {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	max-width: 100%;
	min-height: 22px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #0b2a50;
	font-size: 12px;
	line-height: 1.35;
}

.wpot-front-step-one-selected__item b {
	display: block;
	max-width: min(100%, 360px);
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpot-front-step-one-selected .wpot-front-selected-remove,
.wpot-front-message-form .wpot-front-selected-remove {
	appearance: none;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 14px !important;
	height: 14px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #b32d2e !important;
	font-size: 13px !important;
	font-weight: 800;
	line-height: 14px !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	cursor: pointer;
}

.wpot-front-step-one-selected .wpot-front-selected-remove:hover,
.wpot-front-message-form .wpot-front-selected-remove:hover {
	background: transparent !important;
	color: #8a2424 !important;
}

.wpot-front-step-one__cancel,
.wpot-front-step-one-v2__cancel,
.wpot-front-step-one-inline__cancel {
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #fff;
	color: #0b2a50;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.wpot-front-step-one__status {
	margin-right: auto;
	color: #0b2a50;
	font-size: 13px;
	font-weight: 700;
}

.wpot-front-discussion {
	display: contents;
	gap: 0;
	margin-top: 0;
	border: 0;
	background: transparent;
}

.wpot-front-discussion__toggle {
	position: static;
	grid-column: 2;
	grid-row: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	gap: 7px;
	width: auto !important;
	height: 36px !important;
	min-width: 86px;
	min-height: 0;
	padding: 5px 11px;
	border: 1px solid #9fca42;
	border-radius: 999px;
	background-color: #f3f9e8 !important;
	background-image: none !important;
	color: #275f12;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: none !important;
}

.wpot-front-discussion__toggle:hover,
.wpot-front-discussion__toggle:focus {
	outline: none;
	transform: scale(1.04);
	border-color: #74a516;
	background-color: #e8f5d0 !important;
	color: #174d08;
}

.wpot-front-discussion__toggle[aria-expanded="true"] {
	border-color: #74a516;
	background-color: #e8f5d0 !important;
	color: #174d08;
}

.wpot-front-discussion__toggle img {
	display: block !important;
	flex: 0 0 auto;
	width: 22px !important;
	height: 21px !important;
	max-width: 22px !important;
	max-height: 21px !important;
	object-fit: contain;
	pointer-events: none;
}

.wpot-front-discussion__toggle b {
	display: block;
	margin: 0;
	color: inherit;
	font: inherit;
	letter-spacing: 0;
	white-space: nowrap;
	text-transform: none !important;
}

.wpot-front-discussion__toggle em {
	display: inline;
	min-width: 0;
	height: auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #d63638;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: inherit;
}

.wpot-front-discussion__toggle em::before {
	content: "(";
	color: #275f12;
	font-weight: 700;
}

.wpot-front-discussion__toggle em::after {
	content: ")";
	color: #275f12;
	font-weight: 700;
}

.wpot-front-discussion__toggle:hover em::before,
.wpot-front-discussion__toggle:hover em::after,
.wpot-front-discussion__toggle:focus em::before,
.wpot-front-discussion__toggle:focus em::after,
.wpot-front-discussion__toggle[aria-expanded="true"] em::before,
.wpot-front-discussion__toggle[aria-expanded="true"] em::after {
	color: #174d08;
}

.wpot-front-discussion__panel {
	grid-column: 1 / -1;
	grid-row: 2;
	display: grid;
	gap: 0;
	width: 100%;
	max-width: none;
	justify-self: stretch;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.wpot-front-discussion__panel > .wpot-front-step__remark {
	margin-bottom: 0;
	padding: 10px 12px;
	background: #f8f8f8;
	color: #555;
}

.wpot-front-discussion__panel > .wpot-front-media {
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.wpot-front-discussion.is-collapsed .wpot-front-discussion__panel {
	display: none;
}

.wpot-front-discussion.is-collapsed {
	display: contents;
}

.wpot-front-discussion__head {
	display: grid;
	gap: 3px;
	padding: 2px 4px 10px;
}

.wpot-front-discussion__head span,
.wpot-front-discussion__empty {
	margin: 0;
	color: #6b7280;
	font-size: 13px;
}

.wpot-front-discussion__messages {
	display: grid;
	gap: 12px;
	width: 100%;
	box-sizing: border-box;
	min-height: 118px;
	max-height: var(--wpot-front-chat-scroll-height, 440px);
	padding: 14px 12px;
	overflow: auto;
	background: transparent;
	border: 1px solid #e0e6d9;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	scrollbar-width: thin;
	scrollbar-color: #b9c7ad transparent;
}

.wpot-front-discussion__empty {
	align-self: center;
	justify-self: center;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px dashed #cbd5c0;
	border-radius: 999px;
	color: #7a8373;
}

.wpot-front-message {
	position: relative;
	display: grid;
	gap: 5px;
	width: fit-content;
	max-width: min(392px, 92%);
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.wpot-front-message.is-customer {
	justify-self: end;
	border-color: #cfe4a6;
	background: #f5fbeb;
}

.wpot-front-message.is-staff {
	justify-self: start;
	background: #fff;
}

.wpot-front-message:has(.wpot-front-message-image),
.wpot-front-message:has(.wpot-front-message-video) {
	width: max-content;
	max-width: calc(100% - 18px);
}

.wpot-front-message__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 7px;
	margin-bottom: 0;
	color: #7a8373;
	font-size: 12px;
	line-height: 1.25;
}

.wpot-front-message__meta strong {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 2px 8px;
	border: 1px solid rgba(11, 42, 80, 0.08);
	border-radius: 999px;
	background: #eef5ff;
	color: #0b2a50;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.wpot-front-message.is-customer .wpot-front-message__meta {
	justify-content: flex-start;
	text-align: left;
}

.wpot-front-message.is-customer .wpot-front-message__meta strong {
	border-color: rgba(116, 165, 22, 0.14);
	background: #edf8d9;
	color: #174d08;
}

.wpot-front-message.is-staff .wpot-front-message__meta strong {
	border-color: rgba(11, 42, 80, 0.1);
	background: #eef5ff;
	color: #0b2a50;
}

.wpot-front-message__body {
	color: #1f2937;
	font-size: 14px;
	line-height: 1.55;
	word-break: break-word;
}

.wpot-front-message__body p {
	margin: 0 0 6px;
}

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

.wpot-front-message-form {
	display: grid;
	gap: 0;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	padding: 12px;
	background: #fff;
	border: 1px solid #e0e6d9;
	border-top: 0;
	border-radius: 0 0 8px 8px;
}

.wd .wpot-front-message-form textarea,
.wpot-front-modal .wpot-front-message-form textarea {
	width: 100%;
	height: 114px !important;
	min-height: 114px !important;
	padding: 10px 12px;
	border: 1px solid #d8dfd0;
	border-radius: 6px 6px 0 0;
	background: #fff;
	color: #333;
	box-sizing: border-box;
	resize: vertical;
}

.wpot-front-message-form__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-top: 10px;
}

.wpot-front-message-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 14px;
	border: 0;
	border-radius: 3px;
	background: #f6a10a;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.wpot-front-message-form button:disabled,
.wpot-front-step-one__actions button:disabled {
	opacity: 0.62;
	cursor: wait;
}

.wpot-front-message-status {
	color: #0b2a50;
	font-size: 13px;
	font-weight: 700;
}

.wpot-front-message-files {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin-top: 8px;
	padding: 9px 10px;
	background: #fafbf8;
	border: 1px solid #d8dfd0;
	border-radius: 8px;
}

.wpot-front-message-files > span {
	color: #0b2a50;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.wpot-front-message-files__toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.wpot-front-message-files label {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 9px;
	border: 1px solid #e4a835;
	border-radius: 3px;
	min-width: 0;
	background: #fff;
	color: #b66e00;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.wpot-front-message-files input[type="file"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.wpot-front-message-attachments {
	display: grid;
	gap: 8px;
	width: max-content;
	max-width: none;
	margin-top: 8px;
}

.wpot-front-message-attachment-group {
	display: grid;
	gap: 8px;
	width: max-content;
	max-width: none;
}

.wpot-front-message-image,
a.wpot-front-message-image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: none !important;
	height: 220px;
	max-height: none !important;
	overflow: visible;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #fff;
}

.wpot-front-message-image img,
a.wpot-front-message-image img {
	display: block;
	width: auto;
	max-width: none !important;
	height: 220px;
	max-height: 220px !important;
	object-fit: contain !important;
}

.wpot-front-message-video {
	display: block;
	width: auto;
	max-width: none !important;
	height: 220px;
	max-height: 220px !important;
	object-fit: contain;
	background: #111;
}

.wpot-front-message-document {
	display: flex;
	align-items: center;
	width: fit-content;
	max-width: min(320px, 100%);
	min-height: 28px;
	padding: 0 9px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	color: #b66e00;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpot-front-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100002;
	display: none;
}

.wpot-front-lightbox.is-open {
	display: block;
}

.wpot-front-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
}

.wpot-front-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	padding: 32px;
}

.wpot-front-lightbox__frame {
	position: relative;
	display: inline-block;
	width: max-content;
	max-width: 92vw;
	max-height: 86vh;
	line-height: 0;
}

.wpot-front-lightbox__frame img {
	display: block;
	width: auto;
	height: auto;
	max-width: min(1100px, 92vw);
	max-height: 86vh;
	object-fit: contain;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36);
}

.wpot-front-lightbox__close {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	z-index: 3;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #0b2a50 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	transform: translate(50%, -50%);
}

.wpot-front-lightbox__close span {
	position: relative;
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	pointer-events: none;
}

.wpot-front-lightbox__close span::before,
.wpot-front-lightbox__close span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 23px;
	height: 3px;
	border-radius: 999px;
	background: #0b2a50 !important;
	transform-origin: center;
}

.wpot-front-lightbox__close span::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.wpot-front-lightbox__close span::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.wpot-account-list {
	display: grid;
	gap: 10px;
}

.wpot-account-list__head {
	margin-bottom: 12px;
}

.wpot-account-list__head h2 {
	margin-bottom: 6px;
	color: #0b2a50;
}

.wpot-account-list__head p {
	margin: 0;
	color: #777;
}

.wpot-account-order {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 15px 18px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	text-decoration: none;
}

.wpot-account-order:hover {
	border-color: #f6a10a;
}

.wpot-account-order span {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.wpot-account-order strong {
	color: #0b2a50;
}

.wpot-account-order em {
	color: #777;
	font-style: normal;
}

.wpot-account-order b {
	color: #f6a10a;
}

@media (min-width: 769px) and (max-width: 1180px) {
	.wpot-front-modal__dialog {
		width: calc(100vw - 24px);
		max-width: none;
		max-height: calc(100vh - 24px);
		max-height: calc(100dvh - 24px);
		margin: 12px auto;
	}

	.wpot-front-modal__header {
		padding: 14px 16px;
	}

	.wpot-front-modal__body {
		padding: 0;
	}

	.wpot-front-tracking__head {
		padding: 18px 20px;
	}

	.wpot-front-meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wpot-front-payments,
	.wpot-front-shipping {
		margin-inline: 18px;
	}

	.wpot-front-payment-list {
		grid-template-columns: 1fr;
	}

	.wpot-front-payment {
		grid-template-columns: minmax(180px, 1fr) auto auto auto;
		gap: 10px;
	}

	.wpot-front-steps {
		padding: 14px 18px 24px;
	}

	.wpot-front-steps::before {
		left: 33px;
	}

	.wpot-front-step {
		gap: 10px;
	}

	.wpot-front-step::after {
		left: 14px;
	}

	.wpot-front-step__body {
		column-gap: 10px;
		padding: 12px;
	}

	.wpot-front-step h3 {
		font-size: 16px;
	}

	.wpot-front-discussion__toggle {
		min-width: 98px;
		padding-inline: 9px;
	}

	.wpot-front-discussion__messages {
		max-height: min(560px, calc(100vh - 360px));
	}

	.wpot-front-message {
		max-width: min(520px, 92%);
	}

	.wpot-front-modal.is-fullscreen .wpot-front-message-image,
	.wpot-front-modal.is-fullscreen .wpot-front-message-image img,
	.wpot-front-modal.is-fullscreen .wpot-front-message-video {
		height: 260px;
		max-height: 260px !important;
	}
}

@media (max-width: 768px) {
	.wpot-front-modal__dialog {
		width: 100vw;
		max-width: none;
		min-height: 100vh;
		min-height: 100dvh;
		max-height: 100vh;
		max-height: 100dvh;
		margin: 0;
		border-radius: 0;
	}

	.wpot-front-modal__header {
		padding: 13px 14px;
	}

	.wpot-front-modal__header h2 {
		font-size: 18px;
	}

	.wpot-front-modal__fullscreen {
		display: none !important;
	}

	.wpot-front-modal__actions {
		gap: 0;
	}

	.wpot-front-modal__body {
		padding: 0;
	}

	.wpot-front-tracking {
		border: 0;
		box-shadow: none;
	}

	.wpot-front-tracking__head {
		margin: 0;
		padding: 20px 18px;
	}

	.woocommerce-orders-table__cell-order-actions {
		width: auto;
		max-width: none;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.woocommerce-account .woocommerce-orders-table__header-wpot-order-qty,
	.woocommerce-account .woocommerce-orders-table__cell-wpot-order-qty {
		width: auto;
		max-width: none;
		text-align: left;
	}

	.wpot-front-tracking__head,
	.wpot-front-meta,
	.wpot-front-media {
		grid-template-columns: 1fr;
	}

	.wpot-front-tracking__head {
		align-items: flex-start;
	}

	.wpot-front-steps {
		padding: 12px 8px 20px;
	}

	.wpot-front-payments {
		margin: 12px 10px 2px;
		padding: 12px;
	}

	.wpot-front-shipping {
		grid-template-columns: 1fr;
		margin-inline: 10px;
	}

	.wpot-front-shipping dl {
		justify-content: flex-start;
	}

	.wpot-front-shipping dl div {
		min-width: 0;
		width: 100%;
	}

	.wpot-front-payment-list {
		grid-template-columns: 1fr;
	}

	.wpot-front-payment {
		align-items: center;
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 8px;
		padding: 10px;
	}

	.wpot-front-payment__title {
		grid-column: 1 / -1;
	}

	.wpot-front-payment__amount {
		grid-column: 1;
		font-size: 13px;
	}

	.wpot-front-payment__status {
		grid-column: 2;
		min-width: 52px;
		min-height: 22px;
		padding: 0 8px;
		font-size: 11px;
	}

	.wpot-front-payment__action {
		grid-column: 3;
		justify-content: flex-end;
	}

	.wpot-front-payment__action em {
		text-align: left;
	}

	.wpot-front-payment__action .button {
		min-width: 48px;
		min-height: 24px;
		padding: 0 10px;
		border-radius: 999px;
		font-size: 11px;
		line-height: 24px;
	}

	.wpot-front-steps::before {
		left: 23px;
	}

	.wpot-front-step {
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 7px;
	}

	.wpot-front-step::after {
		left: 14px;
	}

	.wpot-front-step__body {
		grid-template-columns: minmax(0, 1fr) auto;
		column-gap: 8px;
		padding: 10px;
	}

	.wpot-front-step h3 {
		min-height: 28px;
		padding-right: 0;
		font-size: 16px;
	}

	.wpot-front-discussion__toggle {
		position: static;
		min-width: 96px;
		margin-bottom: 0;
		padding-inline: 9px;
	}

	.wpot-front-discussion__panel {
		max-width: none;
		padding: 0;
	}

	.wpot-front-discussion__messages {
		max-height: 380px;
		padding: 12px 10px;
	}

	.wpot-front-message {
		max-width: calc(100% - 6px);
		min-width: 0;
	}

	.wpot-front-message:has(.wpot-front-message-image),
	.wpot-front-message:has(.wpot-front-message-video) {
		width: fit-content;
		max-width: calc(100% - 6px);
		min-width: 0;
	}

	.wpot-front-message-attachments,
	.wpot-front-message-attachment-group {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.wpot-front-message-image,
	a.wpot-front-message-image,
	.wpot-front-message-image img,
	a.wpot-front-message-image img,
	.wpot-front-message-video {
		height: 150px;
		max-height: 150px !important;
	}

	.wpot-front-modal.is-fullscreen .wpot-front-message-image,
	.wpot-front-modal.is-fullscreen .wpot-front-message-image img,
	.wpot-front-modal.is-fullscreen .wpot-front-message-video {
		height: 150px;
		max-height: 150px !important;
	}

	.wpot-front-message__meta {
		font-size: 11px;
	}

	.wpot-front-message-form {
		padding: 10px;
	}

	.wpot-front-message-form__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.wpot-front-message-form__actions button {
		align-self: flex-end;
	}

	.wpot-front-message-files {
		align-items: flex-start;
		flex-direction: column;
	}
}
