

.sticky-event-signup {
    background-color: #fff;
    border-bottom: 1px solid rgba(68, 68, 68, 0.2);
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 10px 0;
    display: none;
}
@media (min-width: 993px) {
    .sticky-event-signup {
        top: 110px;
        padding: 20px 0;
    }
}

.sticky-event-signup__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky-event-signup__col {
    display: flex;
    flex-direction: column;
}
.sticky-event-signup__col-title {
    width: 66.66%;
}
@media (min-width: 993px) {
    .sticky-event-signup__col-title:not(.sticky-event-signup__col-title--fluid) {
        width: 25%;
    }
}
.sticky-event-signup__col-date {
    width: 30%;
}
.sticky-event-signup__col-location  {
    width: 25%;
}
.sticky-event-signup__col-date,
.sticky-event-signup__col-location  {
    display: none;
}
@media (min-width: 993px) {
    .sticky-event-signup__col-date,
    .sticky-event-signup__col-location {
        display: flex;
    }
}
.sticky-event-signup__col-cta {
    width: 33.33%;
}
@media (min-width: 993px) {
    .sticky-event-signup__col-cta {
        width: 20%;
    }
}
.sticky-event-signup__title {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    color: #111111;
}

.sticky-event-signup__text {
    font-size: 13px;
    color: #111111;
}

.sticky-event-signup__select {
    margin: -11px 0;
}
.sticky-event-signup__select-button {
    flex-direction: column;
    align-items: flex-start !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}
.sticky-event-signup-select__value {
    display: flex;
    gap: 12px;
    align-items: center;
}
.sticky-event-signup__select-options {
    top: 100% !important;
}
.sticky-event-signup__select-option {
    display: flex;
    gap: 12px;
    font-size: 13px !important;
}
.sticky-event-signup__select-option i {
    margin-top: 4px;
}

.sticky-event-signup__button {
    margin-left: auto;
    text-decoration: none;

    &:hover {
        color: #111111;
    }
}