.form-container {    min-height: unset!important;}
.single-webinars-content .webinar-container ::marker {
	font-size: unset!important;
	font-weight: 500!important;
	line-height: 44px!important;
	color: #dbdbe2;
}

.sticker {
    background: #f25481;
    color: var(--text-text-inverse);
    display: inline-block;
    line-height: 1.2;
    margin: var(--spacing-space-0);
    padding-inline: var(--spacing-space-100);
    transform: rotate(-2deg);
}
.button-link__icon {
    color: var(--icon-icon-subtler, #9fa1b3);
    font-size: 20px;
    height: 20px;
    margin-right: var(--spacing-space-100, 8px);
    width: 20px;
}

.sticker-bar { transform: unset!important;}

.banner--size-small {
	min-height: 56px;
}
.bgr-orange {background: #F3A855!important;}
.background-bg-accent-pink-bold {
	background: var(--background-bg-accent-pink-bold, #F25482) !important;
	transition: background-color .3s;
}

.background-bg-accent-pink-bold:hover {
	background: var(--background-bg-accent-pink-bold-hover, #D8436E) !important; /* Lighter pink for hover */
}

.background-bg-accent-pink-bold.active, 
.background-bg-accent-pink-bold:active, 
.background-bg-accent-pink-bold:focus {
	background: var(--background-bg-accent-pink-bold-pressed, #F25482) !important; /* Darker pink for active/focus */
}
