/**
 * Kontakt Shortcode Styles
 */

.ifous-kontakt {
    margin-top: 20px;
    border-top: 1px solid #BABEC1;
    border-bottom: 1px solid #BABEC1;
    padding: 10px 0;
}

.ifous-kontakt__rubrik {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    font-weight: 900 !important;
    font-size: 1.3rem !important;
}

.ifous-kontakt__person {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.ifous-kontakt__info {
    flex: 1;
}

.ifous-kontakt__text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
}

.ifous-kontakt__namn {
    text-decoration: underline;
    color: inherit;
}

.ifous-kontakt__namn:hover {
    text-decoration: none;
}

.ifous-kontakt__telefon {
    text-decoration: none;
    color: inherit;
}

.ifous-kontakt__telefon:hover {
    text-decoration: underline;
}

.ifous-kontakt__bild {
    flex-shrink: 0;
}

.ifous-kontakt__bild img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

/* Multiple contact persons */
.ifous-kontakt__person + .ifous-kontakt__person {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}
