.opportunities-header p {
    color: #888;
}

@media (max-width: 592px) {
    .custom-input {
        width: 100%;
    }
}
.event-card {
    background: var(--color-surface);
    color: #fff;        
    border-radius: 12px;
    overflow: hidden;
    font-family: Arial;
    border: 1px solid #222;
}

.event-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.event-content {
    padding: 18px;
}

.status {
    font-size: 13px;
    color: #7cc5ff;
}

.status i {
    font-size: 10px;
}

.event-card h3 {
    margin-top: 10px;
    font-size: 20px;
    color: var(--color-text);
}

.desc {
    font-size: 14px;
    color: var(--color-text-muted);
    min-height: 3.5rem;
}

.speaker {
    margin-top: 12px;
    font-size: 14px;
    color: var(--color-text);
}

.event-meta {
    display: flex;
    gap: 20px;
    margin-top: 12px;
    font-size: 13px;
    color: #888;
}

.tags {
    margin-top: 15px;
}

.tags span {
    background: var(--color-border);
    color: var(--color-text);
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    margin-right: 6px;
}

.view-btn {
    width: 100%;
    margin-top: 18px;
    padding: 12px;
    background: #f5b72e;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}