/**
 * Relaterade Program Shortcode Styles
 */

.ifous-relaterade-program {
}

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

.ifous-relaterade-program__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ifous-relaterade-program__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-relaterade-program__card:hover {
    text-decoration: none !important;
    color: inherit;
    background: #e3e8e1;
}

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

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

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