.public-events-page {
    background: #f8fafc;
    color: #0f172a;
}

.public-events-hero {
    background: #065f46;
    color: #fff;
}

.public-events-hero .lead {
    color: rgba(255, 255, 255, .82);
}

.public-events-stat {
    min-height: 92px;
    padding: 1rem .75rem;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .1);
    border-radius: .5rem;
    text-align: center;
}

.public-events-stat strong {
    display: block;
    font-size: 1.75rem;
    line-height: 1;
    color: #fbbf24;
}

.public-events-stat span {
    display: block;
    margin-top: .4rem;
    font-size: .78rem;
    color: rgba(255, 255, 255, .82);
}

.public-event-card {
    border-radius: .5rem;
    overflow: hidden;
}

.public-events-search-card {
    border-radius: .5rem;
}

.public-events-search {
    position: relative;
}

.public-events-search .search-icon {
    position: absolute;
    left: .9rem;
    top: 50%;
    transform: translateY(-50%);
    color: #198754;
    z-index: 2;
}

.public-events-search .form-control {
    min-height: 46px;
    padding-left: 2.6rem;
}

.public-event-image-link {
    display: block;
    background: #e5e7eb;
}

.public-event-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.public-event-registration {
    padding: .75rem;
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    background: #fff;
    font-size: .92rem;
}

.public-event-modality {
    max-width: 100%;
    white-space: normal;
    text-align: left;
}

.public-events-empty {
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    background: #fff;
}

.public-events-empty i {
    font-size: 2.5rem;
    color: #198754;
}

@media (min-width: 768px) {
    .public-event-image {
        height: 200px;
    }
}
