.huddle-archive {
	margin: 2.25rem auto 0;
	max-width: 640px;
	padding: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	background: rgba(10, 12, 16, 0.28);
}

.huddle-archive h3 {
	margin: 0;
	text-align: center;
	color: #f6d365;
}

.huddle-archive p {
	margin: 0.45rem 0 0;
	text-align: center;
}

.huddle-archive-controls {
	margin-top: 1rem;
	display: grid;
	gap: 0.65rem;
}

.huddle-archive-label {
	font-weight: 700;
	color: #efe3bd;
}

.huddle-archive-select {
	width: 100%;
	padding: 0.7rem 0.8rem;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: #fff;
	color: #111;
	font-size: 1rem;
}

.huddle-archive-open {
	justify-self: start;
}

.huddle-archive-open.is-disabled {
	pointer-events: none;
	opacity: 0.55;
}
