/* Audio sample, get-it select, add to list for search results & book title details */

.audio-sample--get-book {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.audioSample {
	margin-bottom: 1rem;
}

.get-book--add-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.get-book {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0.75rem;
}

.get-book > * {
	margin-bottom: 0.2rem;
}

.get-book label {
	margin: 0;
}

.get-book select {
	margin-right: 0.2rem;
}

.get-book--add-list button {
	padding: 0.6rem 1rem;
}

@media all and (max-width: 560px) {
	.get-book--add-list {
		width: calc(100% + 1.5rem);
		margin: 0 -0.75rem -0.75rem -0.75rem;
	}
	.get-book--add-list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.get-book--add-list .add-to-list-wrapper {
		flex: 1 1 100%;
	}
	.add-to-list-wrapper button {
		border-radius: 0 0 10px 10px;
		width: 100%;
	}
}

@media all and (min-width: 561px) {
	.get-book {
		margin-right: 0.2rem;
	}
}