/* JMMF Events Calendar Widget */
.jmmf-ec-0e938150-wrapper {
    width: 100%;
}

.jmmf-ec-0e938150-header {
    margin-bottom: 40px;
}

.jmmf-ec-0e938150-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px 0;
    color: #1a1a2e;
}

.jmmf-ec-0e938150-intro {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    max-width: 800px;
    color: #555555;
}

.jmmf-ec-0e938150-header[style*="text-align: center"] .jmmf-ec-0e938150-intro,
.jmmf-ec-0e938150-header[style*="text-align:center"] .jmmf-ec-0e938150-intro {
    margin-left: auto;
    margin-right: auto;
}

.jmmf-ec-0e938150-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.jmmf-ec-0e938150-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border: 1px solid #eee;
}

.jmmf-ec-0e938150-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.jmmf-ec-0e938150-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #6c3fa0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 6px;
    margin-bottom: 16px;
    align-self: flex-start;
    line-height: 1.3;
}

.jmmf-ec-0e938150-date-icon {
    font-size: 15px;
    line-height: 1;
}

.jmmf-ec-0e938150-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.jmmf-ec-0e938150-category {
    display: inline-block;
    background-color: #f0e6f6;
    color: #6c3fa0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
    align-self: flex-start;
}

.jmmf-ec-0e938150-meta-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}

.jmmf-ec-0e938150-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #666666;
    line-height: 1.4;
}

.jmmf-ec-0e938150-meta-icon {
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
}

.jmmf-ec-0e938150-desc {
    font-size: 15px;
    line-height: 1.65;
    color: #444444;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.jmmf-ec-0e938150-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #6c3fa0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    align-self: flex-start;
    cursor: pointer;
    border: none;
    line-height: 1;
}

.jmmf-ec-0e938150-btn:hover {
    background-color: #552d80;
    color: #ffffff;
    transform: translateY(-1px);
    text-decoration: none;
}

.jmmf-ec-0e938150-btn:focus-visible {
    outline: 2px solid #6c3fa0;
    outline-offset: 2px;
}

/* Responsive */
@media (max-width: 1024px) {
    .jmmf-ec-0e938150-grid {
        grid-template-columns: 1fr;
    }

    .jmmf-ec-0e938150-heading {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .jmmf-ec-0e938150-grid {
        grid-template-columns: 1fr;
    }

    .jmmf-ec-0e938150-heading {
        font-size: 24px;
    }

    .jmmf-ec-0e938150-card {
        padding: 22px;
    }

    .jmmf-ec-0e938150-header {
        margin-bottom: 28px;
    }
}
