.kayss-rep-form {
	display: grid;
	gap: 22px;
	margin-top: 8px;
}

.kayss-rep-field[hidden] {
	display: none !important;
}

.kayss-rep-label {
	display: block;
	margin-bottom: 8px;
	font-family: Oswald, sans-serif;
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f4f4f4;
}

.kayss-rep-req {
	color: #ffd000;
	margin-left: 4px;
}

.kayss-rep-help {
	margin: -2px 0 10px;
	color: #9a9a9a;
	font-size: 0.92rem;
}

.kayss-rep-input,
.kayss-rep-textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #2c2c2c;
	background: #121212;
	color: #f4f4f4;
	font: inherit;
	border-radius: 0;
}

.kayss-rep-input:focus,
.kayss-rep-textarea:focus {
	outline: 2px solid #ffd000;
	border-color: #ffd000;
}

.kayss-rep-textarea {
	min-height: 120px;
	resize: vertical;
}

.kayss-rep-choices {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.kayss-rep-choices--list {
	flex-direction: column;
	align-items: flex-start;
}

.kayss-rep-choice {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	user-select: none;
}

.kayss-rep-choice[hidden] {
	display: none !important;
}

.kayss-rep-choices--chips .kayss-rep-choice {
	padding: 10px 16px;
	border: 1px solid #3a3a3a;
	color: #d0d0d0;
	letter-spacing: 0.04em;
	flex: 0 1 auto;
	max-width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.kayss-rep-choice__price {
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	color: #ffd000;
	text-transform: uppercase;
}

.kayss-rep-choices--chips .kayss-rep-choice:has(input:checked) .kayss-rep-choice__price {
	color: #0a0a0a;
}

.kayss-rep-total {
	padding: 18px 20px;
	border: 1px solid #ffd000;
	background: #121212;
}

.kayss-rep-total__label {
	margin: 0 0 4px;
	color: #9a9a9a;
	font-size: 0.75rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.kayss-rep-total__amount {
	margin: 0;
	font-family: Oswald, sans-serif;
	font-size: 2rem;
	color: #ffd000;
}

.kayss-rep-total__note {
	margin: 8px 0 0;
	color: #9a9a9a;
	font-size: 0.85rem;
}

.kayss-rep-choices--chips .kayss-rep-choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.kayss-rep-choices--chips .kayss-rep-choice:has(input:checked) {
	background: #ffd000;
	border-color: #ffd000;
	color: #0a0a0a;
	font-weight: 700;
}

.kayss-rep-choices--list .kayss-rep-choice {
	color: #d0d0d0;
}

.kayss-rep-choices--list input {
	accent-color: #ffd000;
	width: 18px;
	height: 18px;
}

.kayss-rep-submit {
	justify-self: start;
	min-width: 240px;
	padding: 16px 28px;
	border: 0;
	background: #ffd000;
	color: #0a0a0a;
	font-family: Oswald, sans-serif;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	cursor: pointer;
}

.kayss-rep-submit:hover,
.kayss-rep-submit:focus-visible {
	background: #e6bb00;
}

.kayss-rep-notice {
	padding: 14px 16px;
	border: 1px solid #3a3a3a;
}

.kayss-rep-notice--ok {
	border-color: #ffd000;
	color: #ffd000;
}

.kayss-rep-notice--error {
	border-color: #c44;
	color: #f4a4a4;
}

@media (max-width: 720px) {
	.kayss-rep-submit {
		width: 100%;
	}
}
