.ttg-dropdown-download-wrapper {
	width: 100%;
}

.ttg-dropdown-download-inner {
	display: flex;
	align-items: stretch;
	gap: 0;
	width: 100%;
	gap: 20px;
	justify-content: space-between;
}

.ttg-download-select {
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1.4;
	max-width: 300px;
}

.ttg-download-select:focus {
	border-color: #999;
}

.ttg-download-button {
	flex-shrink: 0;
	padding: 10px 24px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	border: none;
	border-radius: 30px !important;
	cursor: pointer;
	transition: background-color 0.25s ease;
}

.ttg-download-button:focus {
	outline: 2px solid currentColor;
	outline-offset: -2px;
}
