/* Wrapper */
.pheidash-events-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0px;
}

.pheidash-events-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Event Card Layout */
.event-card {
    display: flex;
    gap: 35px;
    align-items: center;
    margin-bottom: 60px;
    flex-wrap: nowrap;
}

.event-img {
    width: 520px;
    border-radius: 15px!important;
}


/* Right Section */
.event-right {
    flex: 1;
}

.event-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Event info rows */
.event-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
}

.event-info-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-icon {
    width: 22px;
}

/* Divider */
.event-divider {
    margin: 20px 0;
    border-top: 1px solid #ddd;
}

/* Description */
.event-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* CTA */
.event-cta {
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid black;
    padding: 0 4px 4px 4px;
 color: black;
}
.event-cta:hover {
    color: Black; }

/* Responsive */
@media (max-width: 920px) {
    .event-card {
        flex-direction: column;

    }

    .event-img {
        width: 100%;
    }

    .event-right {
        width: 100%;
    }

    .event-info {
      
    }
}
