#sbf-ai-loading {
    opacity: 0;
}

#sbf-ai-loading.show {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 5px;
    opacity: 0.5;
    transition: opacity 2s ease, max-height 2s ease;
}

#sbf-ai-loading img {
    opacity: 0.5;
    display: flex;
    align-items: center;
    gap: 5px;
}

#sbf-ai-content {
    padding: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 2s ease, max-height 2s ease, visibility 0s 3s;
}

#sbf-ai-content.show {
    opacity: 1;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 20px;
    max-height: 1000px;
}

#familjesidan-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #84BD00;
    color: white;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 8px 16px;
    margin-top: 10px;
}
