
/* Kalenderlayout – återställd */
#mpk-calendar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.mpk-day {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
}

.mpk-date-bg {
    padding: 6px 8px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.mpk-date-text {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.mpk-time {
    font-weight: bold;
    font-size: 14px;
    color: #444444;
}

.mpk-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}


/* Luft och separation mellan inlägg */
.mpk-post {
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #ddd;
}

/* Stilar för publiceringsstatus */
.mpk-post-publicerad {
    opacity: 0.6;
    font-weight: 300;

    font-style: italic;
}

.mpk-post-kommande {
    opacity: 1;
    font-weight: 500;
}
