@import url('noticias.css');

.event-grid-card {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.fas {
    color: #b1b7c3;
    display: inline-block;
    width: 25px;
}

.event-grid-cover {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: linear-gradient(135deg, #0e4f8a 0%, #1d9bd1 100%);
}

.event-grid-body {
    padding: 20px;
}

.event-grid-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #1d2a3a;
}

.event-grid-info {
    font-size: 16px;
    color: #4c5a6a;
    margin-bottom: 6px;
}

.event-grid-action {
    margin-top: 16px;
}

.event-grid-btn {
    background: #28c400;
    color: #fff;
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem;
    display: inline-block;
}

.event-grid-btn:hover {
    color: #fff;
    opacity: .9;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-group-item strong {
    color: #1d2a3a;
}
.list-group-item span {
    color: #4c5a6a;
}