/**
 * Nästa Händelse Shortcode Styles
 */

.ifous-naesta-handelse {
    max-width: 460px;
}

.ifous-naesta-handelse__item {
    border-top: 1px solid #B2DD3D;
    padding: 16px 0 20px;
}

.ifous-naesta-handelse__item:last-of-type {
    border-bottom: 1px solid #B2DD3D;
}

.ifous-naesta-handelse__link {
    display: block;
    text-decoration: none !important;
}

.ifous-naesta-handelse__link:hover .ifous-naesta-handelse__title {
    text-decoration: underline;
}

.ifous-naesta-handelse__title {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.4 !important;
}

.ifous-naesta-handelse__meta {
    color: #ffffff !important;
    font-size: 15px !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 8px;
    line-height: 1.5 !important;
}

.ifous-naesta-handelse__sep {
    color: #ffffff;
}

.ifous-naesta-handelse__button {
    display: inline-block;
    margin-top: 4px;
    background-color: #ffffff;
    color: #1b2a1b !important;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ifous-naesta-handelse__button:hover {
    background-color: #e8e8e8;
    text-decoration: none !important;
    color: #1b2a1b !important;
}
