.favorite-icon {
    text-decoration: none;
}
.favorite-icon i {
    transition: color 0.2s;
}

aside, section
 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.border-bottom-red
{
    border-bottom-color: #dc3545;
}

h1.event_view_title {
    font-weight: bold;
    font-size: 2.5em !important;
}

.masthead {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #000;
    padding-top: 2.5rem !important;
    padding-bottom: 5rem;
}

.masthead-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.masthead-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
}

.masthead .z-1 {
    position: relative;
    z-index: 1;
}

a {
  text-decoration: none !important;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #28A745 !important;
    --bs-btn-border-color: #28A745 !important;
}   

.audio-container audio {
    width: 100%;
}
.audio-container audio::-webkit-media-controls {
    display: none; /* Hide default controls on WebKit browsers */
}
.audio-container audio {
    -webkit-appearance: none; /* Remove default styling */
}