.btech-delivery-estimator,
.btech-delivery-estimator * {
	box-sizing: border-box;
}

.btech-delivery-estimator {
	grid-column: 1 / -1;
	flex: 1 0 100%;
	width: 100%;
	min-width: 0;
	margin: 0 0 12px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #d9dfe5;
	border-radius: 10px;
	color: #12171d;
}

.btech-delivery-estimator__eyebrow {
	margin: 0 0 5px !important;
	color: #c71f2b !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em;
	line-height: 16px !important;
	text-transform: uppercase;
}

.btech-delivery-estimator__date {
	min-height: 24px;
	margin: 0 !important;
	color: #12171d !important;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 24px !important;
}

.btech-delivery-estimator__date strong {
	font-size: 17px;
	font-weight: 800;
}

.btech-delivery-estimator__scope,
.btech-delivery-estimator__help,
.btech-delivery-estimator__noscript {
	margin: 3px 0 0 !important;
	color: #5a6570 !important;
	font-size: 13px !important;
	line-height: 19px !important;
}

.btech-delivery-estimator button {
	min-height: 44px;
	font-family: inherit;
}

.btech-delivery-estimator__refine,
.btech-delivery-estimator__reset,
.btech-delivery-estimator__edit,
.btech-delivery-estimator__upgrade-toggle,
.btech-delivery-estimator__retry {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0 -7px;
	padding: 8px 0;
	background: transparent !important;
	border: 0 !important;
	color: #a71924 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 20px;
	text-align: left;
	text-decoration: underline;
	text-underline-offset: 3px;
	box-shadow: none !important;
}

.btech-delivery-estimator__refine:hover,
.btech-delivery-estimator__reset:hover,
.btech-delivery-estimator__edit:hover,
.btech-delivery-estimator__upgrade-toggle:hover,
.btech-delivery-estimator__retry:hover {
	color: #761119 !important;
}

.btech-delivery-estimator button:focus-visible,
.btech-delivery-estimator input:focus-visible {
	outline: 3px solid #df2932;
	outline-offset: 2px;
	box-shadow: 0 0 0 2px #fff;
}

.btech-delivery-estimator__panel {
	margin-top: 11px;
	padding-top: 12px;
	border-top: 1px solid #e2e6ea;
}

.btech-delivery-estimator__panel > label {
	display: block;
	margin: 0 0 6px;
	color: #222930;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
}

.btech-delivery-estimator__form-row {
	display: flex;
	align-items: stretch;
	gap: 8px;
}

.btech-delivery-estimator__form-row input {
	width: 140px;
	min-height: 44px;
	margin: 0 !important;
	padding: 9px 11px !important;
	background: #fff;
	border: 1px solid #9aa5af !important;
	border-radius: 8px !important;
	color: #12171d;
	font-size: 16px;
	line-height: 24px;
}

.btech-delivery-estimator__form-row button {
	min-width: 148px;
	padding: 9px 16px !important;
	background: #fff !important;
	border: 1px solid #6f7a85 !important;
	border-radius: 8px !important;
	color: #12171d !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 22px;
	box-shadow: none !important;
}

.btech-delivery-estimator__form-row button:hover {
	background: #f1f3f5 !important;
	border-color: #343b42 !important;
}

.btech-delivery-estimator__form-row button[disabled] {
	opacity: 0.64;
	cursor: wait;
}

.btech-delivery-estimator__help {
	margin-top: 4px !important;
}

.btech-delivery-estimator__reset {
	margin-top: 2px;
}

.btech-delivery-estimator__result:not(:empty) {
	min-height: 64px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e2e6ea;
}

.btech-delivery-estimator__result.is-loading {
	display: flex;
	min-height: 52px;
	align-items: center;
	color: #3f4852;
	font-size: 14px;
	font-weight: 700;
}

.btech-delivery-estimator__result-title,
.btech-delivery-estimator__result-date,
.btech-delivery-estimator__result-service,
.btech-delivery-estimator__result-zip,
.btech-delivery-estimator__error {
	margin: 0 !important;
	font-size: 14px !important;
	line-height: 21px !important;
}

.btech-delivery-estimator__result-title {
	color: #12171d !important;
	font-weight: 800;
}

.btech-delivery-estimator__result-date {
	color: #174b34 !important;
	font-weight: 800;
}

.btech-delivery-estimator__result-service,
.btech-delivery-estimator__result-zip {
	color: #58636e !important;
}

.btech-delivery-estimator__edit {
	min-height: 44px;
	margin: -11px 0 -11px 4px;
	padding: 8px 2px;
}

.btech-delivery-estimator__upgrades:not([hidden]) {
	display: block;
	margin-top: 7px;
}

.btech-delivery-estimator__upgrade-toggle {
	margin: 0;
}

.btech-delivery-estimator__upgrade-list {
	display: grid;
	gap: 7px;
	margin: 7px 0 0;
	padding: 0;
	list-style: none;
}

.btech-delivery-estimator__upgrade-list li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2px 12px;
	padding: 10px 11px;
	background: #f6f7f8;
	border: 1px solid #e0e4e8;
	border-radius: 8px;
	color: #20272e;
	font-size: 13px;
	line-height: 19px;
}

.btech-delivery-estimator__upgrade-list strong {
	font-size: 14px;
}

.btech-delivery-estimator__upgrade-list span:nth-child(2) {
	grid-row: 1 / span 2;
	grid-column: 2;
	font-weight: 800;
}

.btech-delivery-estimator__upgrade-list small {
	color: #5e6873;
	font-size: 12px;
}

.btech-rpt50-buy > .btech-delivery-estimator {
	grid-column: 1 / -1;
	margin-bottom: 2px;
}

@media (max-width: 767px) {
	.btech-delivery-estimator {
		padding: 14px;
	}

	.btech-delivery-estimator__date {
		min-height: 48px;
	}

	.btech-delivery-estimator__form-row {
		flex-direction: column;
	}

	.btech-delivery-estimator__form-row input,
	.btech-delivery-estimator__form-row button {
		width: 100%;
		min-width: 0;
	}

	.btech-delivery-estimator__refine,
	.btech-delivery-estimator__reset,
	.btech-delivery-estimator__upgrade-toggle,
	.btech-delivery-estimator__retry {
		width: 100%;
		justify-content: flex-start;
	}

	.btech-delivery-estimator__upgrade-list li {
		grid-template-columns: minmax(0, 1fr);
	}

	.btech-delivery-estimator__upgrade-list span:nth-child(2) {
		grid-row: auto;
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.btech-delivery-estimator * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
