/* Wittee - inline size chart link, shown beside the "Size:" heading. */

.wittee-swatch-heading.wsci-has-link {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* push the link to the right of the heading line */
.wittee-swatch-heading.wsci-has-link .wsci-link {
	margin-left: auto;
}

/* The theme styles bare <button> elements heavily, so force the box. */
.wsci-link,
button.wsci-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: auto !important;
	height: 28px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 0 11px !important;
	margin: 0 0 0 auto !important;
	border: 1px solid #026670 !important;
	border-radius: 99px !important;
	background: transparent !important;
	color: #026670 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	white-space: nowrap;
	box-shadow: none !important;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.wsci-link:hover,
.wsci-link:focus {
	background: #9fedd7 !important;
	color: #026670 !important;
}

.wsci-link:active { background: #026670 !important; color: #fff !important; }

.wsci-link svg {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
	display: block;
}

/* Take the original widget out of the flex flow entirely. A clipped element
   still occupies a gap slot in the summary column; display:none does not.
   The anchor stays in the DOM and still responds to .click(). */
.wsci-widget-hidden {
	display: none !important;
}

/* Fallback for layouts where the trigger is not inside an Elementor widget:
   hide the button without removing it from the DOM. */
.wsci-original-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	border: 0 !important;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden !important;
	white-space: nowrap !important;
}

@media (max-width: 480px) {
	.wsci-link, button.wsci-link {
		height: 26px !important;
		padding: 0 9px !important;
		font-size: 11.5px !important;
	}
}
