/**
 * Kommande Händelser Shortcode Styles
 */

.ifous-kommande-handelser {
    margin-top: 30px;
}

.ifous-kommande-handelser__heading {
    margin: 0 0 1rem 0;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
}

.ifous-kommande-handelser__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ifous-kommande-handelser__card {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none !important;
    color: inherit;
    background: #EEF1ED;
    border-radius: 12px;
    overflow: hidden;
    padding: 12px;
    transition: background-color 0.2s ease;
}

.ifous-kommande-handelser__card:hover {
    text-decoration: none !important;
    color: inherit;
    background: #e3e8e1;
}

.ifous-kommande-handelser__image {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.ifous-kommande-handelser__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ifous-kommande-handelser__content {
    display: flex;
    flex-direction: column;
}

.ifous-kommande-handelser__title {
    margin: 0;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

.ifous-kommande-handelser__date {
    font-size: 0.9rem;
    color: #666;
    margin-top: 2px;
}
