.hirad-seo-price-list {
	margin: clamp(28px, 5vw, 56px) 0;
}

.hirad-seo-price-scroll {
	overflow-x: auto;
	border: 1px solid rgba(189, 146, 74, .26);
	border-radius: 16px;
	background: rgba(255, 255, 255, .025);
	-webkit-overflow-scrolling: touch;
}

.hirad-seo-price-list table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
}

.hirad-seo-price-list th,
.hirad-seo-price-list td {
	padding: 16px 18px;
	border-bottom: 1px solid rgba(189, 146, 74, .16);
	text-align: start;
	vertical-align: middle;
}

.hirad-seo-price-list thead th {
	color: #d7b87a;
	font-size: .84rem;
	letter-spacing: .02em;
}

.hirad-seo-price-list tbody tr:last-child > * {
	border-bottom: 0;
}

.hirad-seo-price-list a {
	color: inherit;
}

.hirad-seo-price-view {
	white-space: nowrap;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hirad-seo-price-cta,
.hirad-seo-price-empty {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
	padding: 18px 20px;
	border: 1px solid rgba(189, 146, 74, .22);
	border-radius: 14px;
}

.hirad-seo-price-cta p,
.hirad-seo-price-empty p {
	margin: 0;
}

.hirad-seo-price-quote {
	flex: 0 0 auto;
}

@media (max-width: 700px) {
	.hirad-seo-price-cta,
	.hirad-seo-price-empty {
		align-items: stretch;
		flex-direction: column;
	}

	.hirad-seo-price-quote {
		width: 100%;
		text-align: center;
	}
}
