
/* Premium Mobile Etkinlikler - Premium Style */
.m-event-section {
    padding: 40px 20px;
    background: #f1f5f9;
}

.m-event-header-v2 {
    text-align: center;
    margin-bottom: 30px;
        display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.m-event-header-v2 h2 {
    font-size: 20px;
    font-weight: 900;
    color: var(--corporate-blue);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.m-event-header-v2 p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.m-event-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.m-event-card-premium {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    text-decoration: none !important;
    display: block;
    position: relative;
}

.m-event-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.m-event-card-title {
    font-size: 16px;
    font-weight: 800;
    color: #1e293b;
    max-width: 70%;
    margin: 0;
}

.m-event-tag {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 4px;
}

.m-event-body {
    display: flex;
    gap: 15px;
}

.m-event-info-box {
    flex: 1;
    background: #f8fafc;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #f1f5f9;
}

.m-event-location {
    font-size: 13px;
    font-weight: 700;
    color: var(--corporate-blue);
    margin-bottom: 10px;
}

.m-event-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.m-event-meta-item {
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.m-event-meta-item i {
    color: #94a3b8;
    font-size: 14px;
}

.m-event-img-wrap {
    width: 100px;
    height: 110px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.m-event-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-event-footer-link {
    text-align: right;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 700;
    color: var(--corporate-blue);
}
