/**
 * STEC Helper - Sign Up Button Fix v3.4
 * Hide Sign Up button by default
 *
 * @package STEC_Helper
 * @version 3.4.0
 */

/* Hide ALL Sign Up buttons by default */
.stec-event-preview-aside-rsvp {
    display: none !important;
}

/* Show Sign Up button ONLY when it has our show class */
.stec-event-preview-aside-rsvp.stec-helper-rsvp-show {
    display: block !important;
}

/* Full width for green Sign Up buttons */
stec-div.stec-button.stec-event-preview-aside-rsvp.green.stec-helper-rsvp-show {
    width: 100%;
}

/* STEC Toaster popup positioning fix */
.stec-toaster {
    align-self: center !important;
}

/* Target the first child div (goXXXXX class) for height control */
.stec-toaster > div {
    height: 50px !important;
}

/* Add padding to Show more button and Events title */
.stec-button,
.stec-layout-agenda-list-title {
    padding: 10px !important;
}
