.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}

/* Hidde Spinner (Number-input) in Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hidde Spinner (Number-input) in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.logo img { width: 330px; height: auto; }

@media (max-width: 1200px){
	.logo img { width: 220px; height: 50px; }
}

@media (max-width: 500px){
	.shop-buttons {
		padding-top: 1rem;
	}
}

@media (max-width: 760px){
	.shop-buttons {
		padding-top: 1rem;
	}
}

main p {
    margin-top: 2rem;
	margin-bottom: 0.5rem;
}

main h1 {
	font-size: 2rem;
}

main h2 {
	margin-top: 2rem;
	font-size: 1.5rem;
}

main h3 {
	margin-top: 2rem;
	font-size: 1.5rem;
}

main h4 {
	margin-top: 2rem;
	font-size: 1.5rem;
}

main h5 {
	margin-top: 2rem;
	font-size: 1.5rem;
}

.id-card-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	max-width: 419px;
	max-height: 210px;
}

.id-jumbotron-image {
	width: 100%;
	height: auto;
}

.feature {
	padding-right: 1em;
	align-items: center;
	justify-content: center;
}

.featurette-heading {
	letter-spacing: -.05rem;
}

.featurette-img {
	width: 100%; height: auto;
}

.tag-cloud {
display: flex;
flex-wrap: wrap;
gap: 10px;
}

.tag-clouds a {
text-decoration: none;
color: #007acc;
border: 1px solid #007acc;
padding: 5px;
border-radius: 5px;
transition: all 0.3s ease;
}

.tag-cloud a:hover {
color: #005f99;
border-color: #005f99;
}

.gradient-text {
background: linear-gradient(to right, black, lightgray);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}

.hugocms-list-item:hover {
	background-color: #e9ecef;;
	opacity: 0.95;
}

input:read-only {
	border: 2px solid #999999;
	background-color: #e8dcdc;
 }