tr.ac-shipping-fallback-row > td {
	padding: 0 !important;
	border: none !important;
}

.ac-shipping-fallback {
	border: 1px solid #e0e0e0;
	border-left: 4px solid #6b21a8;
	border-radius: 8px;
	padding: 16px 18px;
	margin: 16px 0;
	background: #fff;
	font-family: inherit;
}

.ac-shipping-fallback__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.ac-shipping-fallback__badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.ac-shipping-fallback__badge--primary {
	background: #fef3c7;
	color: #92400e;
}

.ac-shipping-fallback__badge--secondary {
	background: #6b21a8;
	color: #fff;
}

.ac-shipping-fallback__headline {
	font-size: 14px;
	font-weight: 700;
	color: #1b2a4a;
	margin: 0 0 14px;
	line-height: 1.45;
}

.ac-shipping-fallback__form {
	display: flex;
	gap: 10px;
	align-items: stretch;
}

.ac-shipping-fallback__cp {
	flex: 1;
	padding: 10px 14px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	box-sizing: border-box;
	min-width: 0;
}

.ac-shipping-fallback__cp:focus {
	border-color: #6b21a8;
	outline: none;
}

.ac-shipping-fallback__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 20px;
	background: #25d366;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.5px;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s;
}

.ac-shipping-fallback__btn:hover:not(:disabled) {
	background: #1da851;
}

.ac-shipping-fallback__btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.ac-shipping-fallback__icon {
	flex-shrink: 0;
}

.ac-shipping-fallback__admin-notice {
	font-size: 12px;
	color: #dc3545;
	margin: 10px 0 0;
}

@media (max-width: 480px) {
	.ac-shipping-fallback__form {
		flex-direction: column;
	}

	.ac-shipping-fallback__btn {
		width: 100%;
	}
}
