.content-block .link {
	margin-top: 2rem;
	margin-bottom: 10px;
}

.link a:hover {
	opacity: 0.7;
}

.link-button {
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.85);
	border: 2px solid white;
	border-radius: 10px;
	padding: 10px;
}

.link-button-w {
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.85);
	border: 2px solid white;
	border-radius: 10px;
	padding: 10px;
	font-size: 1.0vw;
	width: 100%;
	text-align: center;
}

.link-button h5 {
	margin: 0;
}

.library-button {
	font-size: 1.1vw;
	border-radius: 7px;
	padding: 1px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.library-button:hover {
	opacity: 0.7;
}

.library-burger {
	display: none;
	position: relative;
}

.library-burger:hover {
	opacity: 0.7;
}

.row.library-row.open .filtering-form {
	transform: translateX(-100%);
	visibility: visible;
}

a.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.button-none {
	border: none;
	padding: 0;
}

.sg-menu-h1 {
	display: none;
}

.mobVisible {
	display: block;
}

.nav-tabs {
	--bs-nav-tabs-border-width: 3px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: #ffffff00;
}

.modal-drama-info {
	    --bs-modal-width: 35%;
}