/* Ansari Konfigurator — brand: navy #0F4777 / coral #f05c6a */

#as-konfigurator-root {
	max-width: 1180px;
	margin: 0 auto;
	padding-bottom: 70px;
	font-family: inherit;
	color: #1a2733;
}

.as-konf-empty {
	color: #8993a1;
	font-style: italic;
}

.as-konf-layout {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.as-konf-left-col {
	flex: 0 0 42%;
	position: sticky;
	top: 20px;
}

.as-konf-right-col {
	flex: 1 1 auto;
	min-width: 0;
}

.as-konf-brand-header {
	margin-bottom: 14px;
}

.as-konf-brand-line {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px;
}

.as-konf-brand-name {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #8993a1;
}

.as-konf-product-title {
	color: #0F4777;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.as-konf-product-shortdesc {
	font-size: 13px;
	color: #43505f;
}

.as-konf-brand-sep {
	color: #d9dee4;
	font-size: 14px;
}

.as-konf-hero {
	margin-bottom: 16px;
}

.as-konf-hero-image {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 10px;
	background: #f6f8fb;
	display: block;
}

.as-konf-gallery-strip {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	overflow-x: auto;
}

.as-konf-gallery-thumb {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 6px;
	background: #f6f8fb;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.15s ease;
}

.as-konf-gallery-thumb:hover {
	border-color: #d9dee4;
}

.as-konf-gallery-thumb.is-active {
	border-color: #0F4777;
}

.as-konf-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.as-konf-specs {
	margin: -12px 0 20px;
	font-size: 13px;
	color: #43505f;
}

.as-konf-specs em {
	font-style: normal;
	color: #8993a1;
}

.as-konf-specs-sep {
	margin: 0 8px;
	color: #d9dee4;
}

.as-konf-section {
	margin-bottom: 20px;
}

.as-konf-collapsible-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 12px;
	cursor: pointer;
	font-weight: 700;
	font-size: 15px;
	color: #0F4777;
	text-align: left;
}

.as-konf-toggle-switch {
	position: relative;
	flex-shrink: 0;
	display: inline-block;
	width: 44px;
	height: 24px;
	border-radius: 999px;
	background: #d9dee4;
	transition: background 0.2s ease;
}

.as-konf-toggle-thumb {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	transition: transform 0.2s ease;
}

.as-konf-collapsible-toggle.is-open .as-konf-toggle-switch {
	background: #0F4777;
}

.as-konf-collapsible-toggle.is-open .as-konf-toggle-thumb {
	transform: translateX(20px);
}

.as-konf-collapsible-content {
	margin-bottom: 12px;
}

.as-konf-section > label.as-konf-section-title,
.as-konf-section-title {
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #0F4777;
	margin-bottom: 12px;
}

.as-konf-description-text {
	font-size: 14px;
	line-height: 1.6;
	color: #43505f;
}

.as-konf-description-text p:first-child {
	margin-top: 0;
}

.as-konf-date-input {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	width: fit-content;
	min-width: 200px;
	padding: 11px 16px;
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	color: #0F4777;
	background: #fff;
	border: 2px solid #0F4777;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.as-konf-date-input.has-value {
	background: #0F4777;
	color: #fff;
}

.as-konf-date-input::-webkit-calendar-picker-indicator {
	cursor: pointer;
	filter: invert(19%) sepia(59%) saturate(1173%) hue-rotate(178deg) brightness(93%) contrast(94%);
}

.as-konf-date-input.has-value::-webkit-calendar-picker-indicator {
	filter: invert(1) brightness(2);
}

.as-konf-selected-color {
	margin: -4px 0 12px;
	font-size: 13px;
	color: #43505f;
}

.as-konf-selected-color strong {
	color: #0F4777;
}

.as-konf-swatch-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.as-konf-swatch {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.as-konf-swatch input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.as-konf-swatch-circle {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #f6f8fb;
	background-size: cover;
	background-position: center;
	border: 2px solid #e4e9ef;
	box-sizing: border-box;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.as-konf-swatch.is-selected .as-konf-swatch-circle {
	border-color: #0F4777;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0F4777;
}

.as-konf-sizes-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
	gap: 14px;
	max-width: 680px;
}

.as-konf-size-field {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.as-konf-size-field label {
	font-size: 12px;
	color: #43505f;
	font-weight: 700;
	text-align: center;
	padding: 2px 8px;
	border-radius: 4px;
	transition: background 0.15s ease, color 0.15s ease;
}

.as-konf-size-stock {
	font-size: 12px;
	color: #8993a1;
	text-align: center;
	min-height: 14px;
}

.as-konf-size-stock-empty {
	color: #f05c6a;
	font-weight: 600;
}

.as-konf-stock-info {
	position: relative;
	display: inline-block;
	cursor: help;
}

.as-konf-stock-tooltip {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 6px;
	background: #0F4777;
	color: #fff;
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
	white-space: nowrap;
	padding: 8px 10px;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	z-index: 20;
}

.as-konf-stock-tooltip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: #0F4777;
}

.as-konf-stock-info:hover .as-konf-stock-tooltip {
	display: block;
}

.as-konf-size-stepper {
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #0F4777;
	border-radius: 999px;
	overflow: hidden;
	width: 100%;
	height: 27px;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.as-konf-size-stepper input {
	width: 100%;
	min-width: 0;
	border: none;
	background: transparent;
	color: #0F4777;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	padding: 7px 2px;
	transition: color 0.15s ease;
}

.as-konf-size-btn {
	flex-shrink: 0;
	border: none;
	background: transparent;
	color: #0F4777;
	font-size: 16px;
	font-weight: 700;
	width: 30px;
	height: 30px;
	cursor: pointer;
	line-height: 1;
	transition: color 0.15s ease;
}

.as-konf-size-btn:hover {
	background: rgba(15,71,119,0.08);
}

.as-konf-size-stepper.has-value {
	background: #0F4777;
	border-color: #0F4777;
}

.as-konf-size-stepper.has-value input {
	color: #fff;
}

.as-konf-size-stepper.has-value .as-konf-size-btn {
	color: #fff;
}

.as-konf-size-stepper.has-value .as-konf-size-btn:hover {
	background: rgba(255,255,255,0.15);
}

.as-konf-qty-stepper {
	max-width: 160px;
}

.as-konf-size-title-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 4px 12px;
	margin-bottom: 12px;
}

.as-konf-size-title-row .as-konf-section-title {
	margin-bottom: 0;
}

.as-konf-size-sum {
	font-size: 13px;
	color: #8993a1;
}

.as-konf-size-sum.as-konf-mismatch {
	color: #f05c6a;
	font-weight: 600;
}

.as-konf-hint {
	margin: -4px 0 12px;
	font-size: 12px;
	color: #8993a1;
}

.as-konf-qty-hint {
	margin-top: 14px;
}

.as-konf-position-row {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #f6f8fb;
	padding: 12px 12px 12px 46px;
	border-radius: 8px;
	margin-bottom: 10px;
	border: 1px solid transparent;
}

.as-konf-position-number {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #0F4777;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.as-konf-subrow {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-start;
}

.as-konf-position-row.as-konf-row-invalid {
	border-color: #f05c6a;
	background: #fff5f6;
}

.as-konf-row-warning {
	margin: -6px 0 0;
	font-size: 12px;
	color: #f05c6a;
	font-weight: 600;
}

.as-konf-position-row select:disabled,
.as-konf-position-row option:disabled {
	color: #b5bcc4;
	cursor: not-allowed;
}

.as-konf-position-row .as-konf-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.as-konf-field-wide {
	width: 100%;
}

.as-konf-radio-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.as-konf-pill {
	display: flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	border: 2px solid #e4e9ef;
	border-radius: 999px;
	padding: 7px 14px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	color: #1a2733;
	-webkit-tap-highlight-color: transparent;
}

.as-konf-pill input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.as-konf-pill em {
	font-style: normal;
	font-weight: 400;
	color: #8993a1;
	font-size: 12px;
}

.as-konf-pill.is-selected {
	border-color: #0F4777;
	background: #eef3f8;
}

.as-konf-pill-badge {
	background: transparent;
	color: #f05c6a;
	border: 1.5px solid #f05c6a;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 6px;
	border-radius: 999px;
	margin-left: 2px;
}

.as-konf-position-row label {
	font-size: 12px;
	color: #43505f;
	font-weight: 600;
}

.as-konf-position-row select,
.as-konf-position-row input[type="text"] {
	padding: 8px;
	border: 1px solid #d9dee4;
	border-radius: 6px;
	background: #fff;
	max-width: 340px;
}

.as-konf-position-row select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 32px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230F4777' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	cursor: pointer;
}

/* Icon-Auswahl (Position & Verfahren) */
.as-konf-icon-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.as-konf-icon-grid-verfahren {
	flex-direction: row;
	flex-wrap: nowrap;
}

.as-konf-icon-card {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 2px solid #e4e9ef;
	border-radius: 8px;
	padding: 8px 12px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: border-color 0.15s ease, background 0.15s ease;
}


.as-konf-icon-grid-positions .as-konf-icon-card {
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 84px;
	gap: 4px;
	padding: 10px 6px;
}

.as-konf-icon-card input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.as-konf-icon-card.is-selected {
	border-color: #0F4777;
	background: #eef3f8;
}

.as-konf-icon-card.is-disabled {
	opacity: 0.45;
	cursor: not-allowed;
	pointer-events: none;
}

.as-konf-icon-graphic {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0F4777;
	flex-shrink: 0;
}

.as-konf-icon-label {
	font-size: 11px;
	font-weight: 600;
	color: #1a2733;
	line-height: 1.3;
}

.as-konf-icon-label .as-konf-pill-badge {
	display: block;
	width: fit-content;
	margin: 4px 0 0 auto;
}

.as-konf-icon-grid-verfahren .as-konf-icon-label {
	font-size: 13px;
}

.as-konf-remove-position {
	align-self: flex-start;
	background: none;
	border: 1px solid #d9dee4;
	color: #f05c6a;
	border-radius: 6px;
	padding: 8px 12px;
	cursor: pointer;
	font-size: 13px;
}

.as-konf-remove-position:hover {
	background: #f05c6a;
	color: #fff;
	border-color: #f05c6a;
}

.as-konf-add-position {
	background: #fff;
	border: 1px dashed #0F4777;
	color: #0F4777;
	border-radius: 6px;
	padding: 10px 16px;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
}

.as-konf-add-position:hover {
	background: #0F4777;
	color: #fff;
}

.as-konf-upload-btn {
	display: inline-block;
	position: relative;
	background: #fff;
	border: 1px dashed #0F4777;
	color: #0F4777;
	border-radius: 6px;
	padding: 10px 16px;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
}

.as-konf-upload-btn:hover {
	background: #0F4777;
	color: #fff;
}

.as-konf-upload-btn-small {
	padding: 6px 12px;
	font-size: 13px;
}

.as-konf-pos-upload {
	background: #fff;
	border-radius: 6px;
	padding: 10px 12px;
	margin-top: 4px;
}

.as-konf-upload-btn input[type="file"] {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.as-konf-upload-hint {
	margin: 8px 0 0;
	font-size: 12px;
	color: #8993a1;
}

.as-konf-upload-status {
	margin: 8px 0 0;
	font-size: 13px;
	color: #43505f;
	min-height: 18px;
}

.as-konf-upload-status.as-konf-mismatch {
	color: #f05c6a;
}

.as-konf-upload-list {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.as-konf-upload-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: #f6f8fb;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 13px;
}

.as-konf-upload-list a {
	color: #0F4777;
	text-decoration: none;
	word-break: break-all;
}

.as-konf-upload-list a:hover {
	text-decoration: underline;
}

.as-konf-remove-file {
	background: none;
	border: 1px solid #d9dee4;
	color: #f05c6a;
	border-radius: 6px;
	padding: 4px 10px;
	cursor: pointer;
	font-size: 12px;
	flex-shrink: 0;
}

.as-konf-remove-file:hover {
	background: #f05c6a;
	color: #fff;
	border-color: #f05c6a;
}

.as-konf-branding-options {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.as-konf-branding-card {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 2px solid #e4e9ef;
	border-radius: 8px;
	padding: 8px 12px;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

.as-konf-branding-card.is-selected {
	border-color: #0F4777;
	background: #eef3f8;
}

.as-konf-branding-card input[type="checkbox"],
.as-konf-branding-card input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.as-konf-branding-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0F4777;
	flex-shrink: 0;
}

.as-konf-branding-label {
	font-size: 11px;
	font-weight: 600;
	color: #1a2733;
	text-align: left;
	line-height: 1.3;
}

.as-konf-branding-label em {
	display: block;
	font-style: normal;
	font-size: 11px;
	color: #8993a1;
	font-weight: 400;
	margin-top: 2px;
}

.as-konf-price-box {
	background: #0F4777;
	color: #fff;
	border-radius: 10px;
	padding: 12px 16px;
	margin-top: 14px;
}

.as-konf-price-box .as-konf-price-line {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	padding: 2px 0;
	color: rgba(255,255,255,0.85);
}

.as-konf-price-box .as-konf-price-line-emphasis {
	font-weight: 700;
	color: #fff;
}

.as-konf-price-box .as-konf-price-label-line {
	font-weight: 700;
	color: #fff;
	padding: 6px 0 8px;
}

.as-konf-price-box .as-konf-price-total {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid rgba(255,255,255,0.25);
	font-size: 14px;
}

.as-konf-price-box .as-konf-price-total + .as-konf-price-total {
	margin-top: 4px;
	padding-top: 6px;
}

.as-konf-price-box .as-konf-price-total strong {
	font-size: 22px;
}

.as-konf-price-divider {
	border: none;
	border-top: 1px solid rgba(255,255,255,0.25);
	margin: 10px 0;
}

.as-konf-price-note {
	font-size: 11px;
	color: rgba(255,255,255,0.65);
	margin-top: 8px;
	line-height: 1.5;
}

/* Sticky Zusammenfassungs-Leiste — immer sichtbar am unteren Bildschirmrand */
/* Fixierte Kopfzeile: erscheint am oberen Bildschirmrand, sobald die
   normale Marke/Titel-Zeile aus dem sichtbaren Bereich gescrollt ist */
.as-konf-fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	background: #fff;
	border-bottom: 1px solid #eceff3;
	box-shadow: 0 2px 10px rgba(0,0,0,0.06);
	padding: 12px 16px;
	transform: translateY(-100%);
	opacity: 0;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.as-konf-fixed-header.is-visible {
	transform: translateY(0);
	opacity: 1;
}

.as-konf-fixed-header-inner {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
}

.as-konf-fixed-brand {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #8993a1;
	flex-shrink: 0;
}

.as-konf-fixed-title {
	font-size: 15px;
	font-weight: 700;
	color: #0F4777;
}

.as-konf-sticky-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: #0F4777;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.12);
	padding: 10px 16px;
}

.as-konf-sticky-inner {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: nowrap;
}

.as-konf-sticky-prices {
	display: flex;
	align-items: baseline;
	gap: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}

.as-konf-sticky-item {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	white-space: nowrap;
}

.as-konf-sticky-item.as-konf-sticky-stack {
	align-items: center;
	flex-direction: column;
	gap: 1px;
}

.as-konf-sticky-dual {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0;
	line-height: 1.25;
}

.as-konf-sticky-dual b {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

.as-konf-sticky-item em {
	font-style: normal;
	font-size: 11px;
	font-weight: 400;
	color: rgba(255,255,255,0.65);
}

.as-konf-sticky-item strong {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.as-konf-sticky-sep {
	color: rgba(255,255,255,0.35);
	font-size: 13px;
}

.as-konf-sticky-bar .as-konf-cta {
	margin-top: 0;
	padding: 7px 16px;
	font-size: 13px;
	white-space: nowrap;
	flex-shrink: 0;
}

.as-konf-cta {
	display: inline-block;
	margin-top: 14px;
	background: #f05c6a;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	padding: 13px 28px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.2s ease;
}

.as-konf-cta:hover {
	background: #ffffff;
	color: #0F4777 !important;
}

.as-konf-cta:disabled {
	opacity: 0.6;
	cursor: default;
}

.as-konf-summarize-status {
	font-size: 12px;
	color: rgba(255,255,255,0.85);
	margin-top: 10px;
	min-height: 16px;
}

.as-konf-summarize-status.as-konf-mismatch {
	color: #ffd7db;
	font-weight: 600;
}

@media (max-width: 700px) {
	.as-konf-layout {
		flex-direction: column;
		gap: 0;
	}
	.as-konf-left-col {
		position: static;
		width: 100%;
	}
	.as-konf-right-col {
		width: 100%;
	}
	.as-konf-subrow {
		flex-direction: column;
		gap: 14px;
	}
	#as-konfigurator-root {
		padding-bottom: 130px;
	}
	.as-konf-sticky-prices {
		gap: 10px;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 4px;
	}
	.as-konf-sticky-inner {
		flex-wrap: wrap;
		row-gap: 8px;
	}
	.as-konf-sticky-item {
		gap: 3px;
	}
	.as-konf-sticky-item em {
		font-size: 10px;
	}
	.as-konf-sticky-item strong {
		font-size: 13px;
	}
	.as-konf-sticky-dual b {
		font-size: 11px;
	}
	.as-konf-sticky-sep {
		font-size: 11px;
	}
	.as-konf-sticky-bar .as-konf-cta {
		padding: 7px 12px;
		font-size: 12px;
	}
}
