.indydtf-pa-launch {
	clear: both;
	display: grid;
	gap: 10px;
	margin: 12px 0 16px;
	max-width: 620px;
}

.indydtf-pa-launch__header {
	align-items: end;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.indydtf-pa-launch__header > div {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.indydtf-pa-launch__header strong {
	color: #071a33;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.indydtf-pa-launch__header span,
.indydtf-pa-launch__header a {
	font-size: 12px;
	line-height: 1.3;
}

.indydtf-pa-launch__header span {
	color: #53637a;
}

.indydtf-pa-launch__header a {
	color: #0b4aa2;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
	white-space: nowrap;
}

.indydtf-pa-launch__placements {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(6, minmax(72px, 1fr));
	overflow-x: auto;
	padding: 1px 0 4px;
}

.indydtf-pa-launch__placement {
	align-items: center;
	appearance: none;
	background: #fff;
	border: 1px solid #d3ddeb;
	border-radius: 6px;
	color: #12243d;
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 5px;
	justify-items: center;
	min-height: 88px;
	min-width: 72px;
	padding: 7px 6px;
	text-align: center;
	transition: border-color 120ms ease, box-shadow 120ms ease;
}

.indydtf-pa-launch__placement:hover,
.indydtf-pa-launch__placement:focus-visible {
	border-color: #1e5bd8;
	box-shadow: 0 0 0 2px rgba(30, 91, 216, 0.12);
	outline: 0;
}

.indydtf-pa-launch__placement.is-selected {
	border-color: #204ecf;
	box-shadow: inset 0 0 0 1px #204ecf, 0 2px 8px rgba(10, 30, 70, 0.08);
}

.indydtf-pa-launch__placement span:last-child {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.15;
	min-height: 24px;
	overflow-wrap: anywhere;
}

.indydtf-pa-launch__placement-art {
	align-items: center;
	background: #f7f9fc;
	border-radius: 4px;
	display: flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.indydtf-pa-launch__placement-art img {
	display: block;
	height: 44px;
	object-fit: contain;
	width: 44px;
}

.indydtf-pa-launch__placement-art--custom::before {
	border: 2px dashed #8290a5;
	border-radius: 4px;
	color: #1e5bd8;
	content: "+";
	display: grid;
	font-size: 22px;
	font-weight: 700;
	height: 34px;
	line-height: 1;
	place-items: center;
	width: 34px;
}

.indydtf-pa-launch__custom {
	align-items: end;
	background: #f7f9fc;
	border: 1px solid #dce5f2;
	border-radius: 6px;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 110px)) minmax(160px, 1fr);
	padding: 10px;
}

.indydtf-pa-launch__custom[hidden] {
	display: none;
}

.indydtf-pa-launch__custom label {
	display: grid;
	gap: 4px;
	margin: 0;
}

.indydtf-pa-launch__custom label span,
.indydtf-pa-launch__custom small {
	color: #53637a;
	font-size: 12px;
	line-height: 1.25;
}

.indydtf-pa-launch__custom input {
	border: 1px solid #cbd6e5;
	border-radius: 5px;
	font-size: 13px;
	min-height: 34px;
	padding: 6px 8px;
	width: 100%;
}

.indydtf-pa-launch__button {
	width: 100%;
}

.indydtf-pa-launch__message {
	color: #9b1c1c;
	font-size: 13px;
	margin: 0;
}

@media (max-width: 520px) {
	.indydtf-pa-launch__header {
		align-items: start;
		display: grid;
	}

	.indydtf-pa-launch__placements {
		grid-auto-columns: 78px;
		grid-auto-flow: column;
		grid-template-columns: 1fr;
	}

	.indydtf-pa-launch__custom {
		grid-template-columns: 1fr 1fr;
	}

	.indydtf-pa-launch__custom small {
		grid-column: 1 / -1;
	}
}
