.fs-page {
				max-width: 960px;
				margin: 2rem auto;
				padding: 0.5rem;
				border-radius: 10px;
			}
		
			.fs-page h1 {
				color: #004ed7;
				margin-bottom: 2.5rem;
				font-weight: 700;
				text-align: center;
				font-size: 2.5rem;
			}
		
			.fs-page .passungsrechner__form-wrapper {
				background: #fdfdfd;
				padding: 2rem;
				padding-bottom 1rem;
				border-radius: 8px;
				border: 1px solid #e9ecef;
				margin-bottom: 2rem;
			}
		
			.fs-page .form-grid {
				display: grid;
				grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
				gap: 1.5rem;
				margin-bottom: 2rem;
			}
		
			.fs-page .form-group label {
				display: block;
				margin-bottom: .75rem;
				font-weight: 600;
				color: #495057;
			}
		
			.fs-page .form-control {
				width: 100%;
				padding: .75rem 1rem;
				font-size: 1rem;
				border: 1px solid #ced4da;
				border-radius: 4px;
				box-sizing: border-box;
				transition: border-color 0.2s, box-shadow 0.2s;
			}
		
			.fs-page .form-control:focus {
				border-color: #80bdff;
				outline: 0;
				box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
			}
		
			.fs-page .btn {
				background-color: #3778FF;
				color: #fff;
				padding: .8rem 1.5rem;
				border: none;
				border-radius: 4px;
				cursor: pointer;
				font-size: 1.1rem;
				font-weight: 700;
				text-transform: uppercase;
				width: 100%;
				transition: background-color 0.2s;
			}
		
			.fs-page .btn:hover {
				background-color: #004494;
			}
		
			.fs-page .result-section {
				margin-top: 2.5rem;
				padding-top: 2.5rem;
				border-top: 3px solid #3C7DFE;
			}
		
			.fs-page .result-grid {
				display: grid;
				grid-template-columns: 1fr 1fr;
				gap: 1.5rem;
			}
		
			.fs-page .result-box {
				padding: 1rem;
				background-color: #f8f9fa;
				border-radius: 8px;
				border: 1px solid #e9ecef;
			}
		
			.fs-page .result-box h2 {
				margin-top: 0;
				color: #3C7DFE;
				font-size: 1.6rem;
				border-bottom: 2px solid #dee2e6;
				padding-bottom: 0.75rem;
				margin-bottom: 1rem;
			}
		
			.fs-page .passungsrechner__result-label {
				font-size: 1rem;
				font-weight: 500;
				color: #495057;
			}
		
			.fs-page .passungsrechner__result-value {
				color: #3C7DFE;
				font-size: 1.2rem;
				font-weight: 700;
				float: left;
			}
		
			.fs-page .result-box p {
				margin-bottom: 1rem;
				line-height: 2;
				overflow: hidden;
				padding-bottom: 0.5rem;
				border-bottom: 1px solid #e9ecef;
			}
		
			.fs-page .result-box p:last-child {
				border-bottom: none;
				margin-bottom: 0;
			}
		
			.fs-page .fit-type {
				margin-top: 2.5rem;
				padding: 1rem;
				text-align: center;
				border-radius: 8px;
				transition: all 0.3s ease;
			}
		
			.fs-page .fit-type h2 {
				margin-top: 0;
				font-size: 1.75rem;
				margin-bottom: 1rem;
			}
		
			.fs-page .fit-type p {
				margin: 0.5rem 0;
				font-size: 1.1rem;
			}
		
			.fs-page #error-message {
				display: none;
				color: #721c24;
				background-color: #f8d7da;
				border-color: #f5c6cb;
				padding: .75rem 1.25rem;
				margin-bottom: 1rem;
				border: 1px solid transparent;
				border-radius: .25rem;
			}
		
			.cta-banner .btn-main,
			.expert-advice .btn-secondary {
				display: inline-block;
				padding: 12px 24px;
				margin-top: 1rem;
				border-radius: 5px;
				text-decoration: none;
				font-weight: bold;
				text-align: center;
				cursor: pointer;
				transition: all 0.3s ease;
				border: 2px solid transparent;
			}
		
			.cta-banner .btn-main {
				background-color: #3C7DFE;
				color: #ffffff;
			}
		
			.cta-banner .btn-main:hover {
				background-color: #004494;
				transform: translateY(-2px);
				box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
			}
		
			.expert-advice .btn-secondary {
				background-color: transparent;
				color: #3C7DFE;
				border-color: #3C7DFE;
			}
		
			.expert-advice .btn-secondary:hover {
				background-color: #3C7DFE;
				color: #ffffff;
				transform: translateY(-2px);
			}
		
			.expert-advice,
			.cta-banner {
				background-color: #f8f9fa;
				padding: 1rem;
				margin-top: 2rem;
				border-radius: 8px;
				text-align: center;
			}
		
			.expert-advice h2,
			.cta-banner h2 {
				margin-top: 0;
			}
			.select2-search__field::placeholder {
			  color: #aaaaaa;    
			  font-size: 0.8rem;  
			}
			
			.select2-search__field::-webkit-input-placeholder { 
			  color: #aaaaaa;
			  font-size: 0.8rem;
			}
			
			.select2-search__field::-moz-placeholder { 
			  color: #aaaaaa;
			  font-size: 0.8rem;
			  opacity: 1; 
			}
			
			.select2-search__field:-ms-input-placeholder { 
			  color: #aaaaaa;
			  font-size: 0.8rem;
			}
			
			.select2-search__field::-ms-input-placeholder { 
			  color: #aaaaaa;
			  font-size: 0.8rem;
			}
			
			@keyframes flash-value-highlight {
			  from {
			    background-color: #fff4c8; 
			    border-radius: 4px;
			  }
			  to {
			    background-color: transparent; 
			    border-radius: 4px;
			  }
			}
			
			.highlight-value-change {
			  padding: 0 4px;
			  margin: 0 -4px;
			  animation: flash-value-highlight 1.5s ease-out;
			}
		
			@media (max-width: 768px) {
				.fs-page {
					margin: 1rem auto;
					padding: 0rem;
				}
		
				.fs-page h1 {
					font-size: 2rem;
					margin-bottom: 1.5rem;
				}
		
				.passungsrechner__form-wrapper {
					padding: 1rem;
				}
		
				.fs-page .result-grid {
					grid-template-columns: 1fr;
				}
		
				.fs-page .result-box h2 {
					font-size: 1.4rem;
				}
		
				.fs-page .fit-type h2 {
					font-size: 1.5rem;
				}
			}
		
			.select2-container {
				box-sizing: border-box;
				display: inline-block;
				margin: 0;
				position: relative;
				vertical-align: middle;
				width: 100% !important;
			}
		
			.select2-container--default .select2-selection--single {
				background-color: #fff;
				border: 1px solid #ced4da;
				border-radius: 4px;
				height: 47px;
				padding: .75rem 1rem;
			}
		
			.select2-container--default .select2-selection--single .select2-selection__rendered {
				color: #495057;
				line-height: 1.6;
				padding-left: 0;
				padding-right: 20px;
			}
		
			.select2-container--default .select2-selection--single .select2-selection__arrow {
				height: calc(1.5em + 1.5rem);
				position: absolute;
				top: 1px;
				right: 5px;
				width: 20px;
			}
		
			.select2-container--default.select2-container--open .select2-selection--single {
				border-color: #80bdff;
				outline: 0;
				box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
			}
		
			.select2-dropdown {
				border: 1px solid #80bdff;
				border-radius: 4px;
				box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
			}
		
			.select2-container--default .select2-search--dropdown .select2-search__field {
				border: none;
				border-radius: 4px;
				padding: .5rem;
			}
		
			.select2-container--default .select2-search--dropdown .select2-search__field:focus {
				outline: none;
				border-color: #80bdff;
			}