.string-sizing-link {
	display: inline-block;
	color: #113D23;
	font-weight: 700;
	text-decoration: underline;
}

.string-sizing-guide {
	background: #FBF8F1;
	color: #113D23;
	border-radius: 8px;
	border: none;
	font-family: Georgia, serif;
}

.string-sizing-modal .modal-header {
	border-bottom: 1px solid #E8E1D2;
	padding: 22px 28px;
}

.string-sizing-modal .modal-title {
	color: #113D23;
	font-family: Arial, sans-serif;
	font-weight: 800;
	font-size: 32px;
	margin: 0;
}

.string-sizing-modal .close {
	color: #113D23;
	opacity: 1;
	font-size: 32px;
}

.string-sizing-modal .modal-body {
	padding: 28px;
}

.sizing-intro {
	background: #FFFFFF;
	border-left: 5px solid #C8541D;
	padding: 16px 18px;
	margin-bottom: 30px;
}

.sizing-intro p {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.5;
}

.sizing-intro p:last-child {
	margin-bottom: 0;
}

.string-sizing-modal h3 {
	color: #113D23;
	font-family: Arial, sans-serif;
	font-size: 26px;
	font-weight: 800;
	margin: 30px 0 14px;
}

.string-size-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-bottom: 20px;
}

.string-size-grid .size-card {
	background: #FFFFFF;
	border: 1px solid #E8E1D2;
	border-top: 5px solid #113D23;
	border-radius: 6px;
	padding: 18px 16px;
	width: calc(33.333% - 10px);
	flex: 0 0 calc(33.333% - 10px);
	min-height: 135px;
}

.string-size-grid .size-card strong {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 34px;
	line-height: 1;
	margin-bottom: 12px;
	color: #113D23;
	font-weight: 800;
}

.string-size-grid .size-card span {
	display: block;
	color: #333333;
	font-size: 15px;
	line-height: 1.5;
}

.string-size-grid .size-card:hover {
	border-top-color: #C8541D;
}

.bass-grid .size-card {
	width: calc(33.333% - 10px);
	flex: 0 0 calc(33.333% - 10px);
}

#InstrumentImages > .instrument-choice-card {
	min-height: 270px;
}

#InstrumentImages > .instrument-choice-card > h3 {
	font-size: 18px;
}

#InstrumentImages > .instrument-choice-card:focus {
	border-color: #113D23;
	box-shadow: 0 0 0 3px rgba(17, 61, 35, 0.2);
	outline: none;
}

.plastic-trombone-tooltip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #C8541D;
	border-radius: 50%;
	color: #FFFFFF;
	cursor: help;
	font-size: 14px;
	height: 22px;
	margin-left: 7px;
	vertical-align: middle;
	width: 22px;
}

.plastic-trombone-tooltip:focus {
	outline: 2px solid #113D23;
	outline-offset: 2px;
}

#InstrumentDetails .rent-instrument-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #C8541D;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 10px;
	box-shadow: none;
	color: #FFFFFF;
	cursor: pointer;
	font-family: "Montserrat", "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	margin: 0;
	padding: 13px 22px;
	text-decoration: none;
	text-transform: none;
	transition: all 160ms cubic-bezier(0.2, 0.7, 0.2, 1);
	vertical-align: middle;
}

#InstrumentDetails .rent-instrument-button:hover,
#InstrumentDetails .rent-instrument-button:focus,
#InstrumentDetails .rent-instrument-button:active {
	background: #9C3A14;
	box-shadow: 0 4px 14px -4px rgba(10, 38, 21, 0.12);
	color: #FFFFFF;
	text-decoration: none;
	transform: translateY(-1px);
}

#InstrumentDetails .rent-instrument-button:focus {
	outline: 2px solid #113D23;
	outline-offset: 2px;
}

#InstrumentDetails .rent-instrument-button[disabled] {
	background: #C8BFAE;
	box-shadow: none;
	color: #FFFFFF;
	cursor: not-allowed;
	opacity: 0.7;
	pointer-events: none;
	transform: none;
}

.instrument-size-modal .modal-header {
	border-bottom: 1px solid #E8E1D2;
}

.instrument-size-modal .modal-title {
	color: #113D23;
	font-weight: 800;
}

.instrument-size-options .btn {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 12px 16px;
	text-align: left;
	white-space: normal;
}

.instrument-size-options .btn:hover,
.instrument-size-options .btn:focus {
	background-color: #113D23;
	border-color: #113D23;
	color: #FFFFFF;
}

.instrument-size-image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 240px;
}

.instrument-size-image {
	max-height: 360px;
	max-width: 100%;
}

@media (max-width: 767px) {
	.string-sizing-modal .modal-dialog {
		margin: 10px;
	}

	.string-sizing-modal .modal-title {
		font-size: 26px;
		padding-right: 30px;
	}

	.string-sizing-modal .modal-body {
		padding: 20px;
	}

	.string-size-grid .size-card,
	.bass-grid .size-card {
		width: 100%;
		flex: 0 0 100%;
		min-height: 0;
	}

	.instrument-size-image-wrap {
		min-height: 180px;
		margin-top: 15px;
	}

	.instrument-size-image {
		max-height: 240px;
	}
}
