.event-sticky-back {

    position: sticky;
    top: 50px;
    z-index: 9;

    background: #faf7f2;

    border-bottom: 1px solid #ececec;

}

.event-container {

    width: 1280px;

    max-width: calc(100% - 40px);

    margin: 0 auto;

}

.event-back-link {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    height: 50px;

    text-decoration: none;

    color: #222;

    font-weight: 500;

}

.event-back-arrow {

    font-size: 20px;

}