.axo-ptw-card,
.axo-ptw-card * {
	box-sizing: border-box;
}

.axo-ptw-card {
	width: 100%;
	overflow: hidden;
	background: #f8fafc;
	border: 1px solid #d7dee8;
	border-radius: 30px;
	padding: 22px 24px 18px;
	color: #0b1736;
	font-family: inherit;
}

.axo-ptw-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.axo-ptw-dispatch-main {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	min-width: 0;
}

.axo-ptw-status-dot {
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
	margin-top: 7px;
	border-radius: 50%;
	background: #2fa55b;
}

.axo-ptw-title {
	margin: 0;
	color: #06112b;
	font-size: 18px;
	font-weight: 750;
	line-height: 1.25;
	letter-spacing: -0.2px;
}

.axo-ptw-subtitle {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 5px;
	margin-top: 9px;
	color: #3e4b68;
	font-size: 15px;
	line-height: 1.3;
}

.axo-ptw-countdown {
	color: #06112b;
	font-weight: 750;
	white-space: nowrap;
}

.axo-ptw-badge {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 7px 14px;
	border-radius: 999px;
	background: #eaf0ff;
	color: #1450d8;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	white-space: nowrap;
}

.axo-ptw-divider {
	width: 100%;
	height: 1px;
	margin: 20px 0;
	background: #dce2eb;
}

.axo-ptw-info-item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	color: #405071;
	font-size: 15px;
	line-height: 1.35;
}

.axo-ptw-info-item svg {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	color: #376df0;
}

.axo-ptw-viewer-output {
	display: inline;
}

.axo-ptw-viewer-count {
	color: #06112b;
	font-weight: 750;
}

.axo-ptw-viewing.axo-ptw-viewer-hidden {
	display: none;
}

.axo-ptw-bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.axo-ptw-supplier-pill {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-height: 46px;
	padding: 6px 14px 6px 8px;
	border: 1px solid #d5dce7;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(16, 33, 66, 0.08);
	color: #06112b;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
}

.axo-ptw-flags {
	display: inline-flex;
	align-items: center;
	width: 51px;
	min-width: 0;
}

.axo-ptw-flags svg {
	display: block;
	width: 51px;
	height: auto;
}

.axo-ptw-verified {
	display: inline-flex;
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
}

.axo-ptw-verified svg {
	display: block;
	width: 100%;
	height: 100%;
}

.axo-ptw-trust-copy {
	margin: 0;
	color: #405071;
	font-size: 14px;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.axo-ptw-card {
		border-radius: 22px;
		padding: 19px 17px 16px;
	}

	.axo-ptw-row {
		gap: 14px;
	}

	.axo-ptw-title {
		font-size: 16px;
	}

	.axo-ptw-subtitle,
	.axo-ptw-info-item {
		font-size: 14px;
	}

	.axo-ptw-badge {
		padding: 6px 9px;
		font-size: 10px;
	}

	.axo-ptw-divider {
		margin: 17px 0;
	}

	.axo-ptw-info-row {
		align-items: flex-start;
	}

	.axo-ptw-info-item {
		gap: 8px;
	}

	.axo-ptw-supplier-pill,
	.axo-ptw-trust-copy {
		font-size: 13px;
	}
}

@media (max-width: 500px) {
	.axo-ptw-top-row {
		align-items: flex-start;
	}

	.axo-ptw-info-row {
		flex-direction: column;
		gap: 13px;
	}

	.axo-ptw-viewing {
		align-self: flex-end;
	}

	.axo-ptw-supplier-pill {
		width: 100%;
		justify-content: flex-start;
	}
}
