/* Ribbon Button Widget - 9eab98bd */

.rb-9eab98bd-wrapper {
	display: block;
}

.rb-9eab98bd-container {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: inherit;
}

/* Button */
.rb-9eab98bd-btn {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	line-height: 1.4;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.rb-9eab98bd-btn:hover {
	text-decoration: none;
}

/* Ribbon base */
.rb-9eab98bd-ribbon {
	position: absolute;
	z-index: 2;
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
	box-sizing: border-box;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

/* ---- Diagonal ribbons ---- */
.rb-9eab98bd-diagonal {
	width: 120px;
	text-align: center;
	padding: 4px 0;
	top: 12px;
}

.rb-9eab98bd-top-left {
	left: -30px;
	transform: rotate(-35deg);
	transform-origin: center center;
}

.rb-9eab98bd-top-right {
	right: -30px;
	transform: rotate(35deg);
	transform-origin: center center;
}

/* ---- Horizontal bar ribbons ---- */
.rb-9eab98bd-bar {
	left: 0;
	right: 0;
	text-align: center;
	padding: 4px 8px;
}

.rb-9eab98bd-top-bar {
	top: 0;
}

.rb-9eab98bd-bottom-bar {
	bottom: 0;
}
