.ArtistDropdownInfoMessage {
    background-color: $white;
    border: 1px solid $bluejay;
    border-radius: 5px;
    display: flex;
    margin: 10px 0;
    padding: 10px;

    .ArtistDropdownInfoMessage-title-icon {
        margin: 0;
        width: 12px;

        &.Icons-info {
            color: $bluejay;
        }
    }

    .ArtistDropdownInfoMessage-close-icon {
        &.Icons-close {
            fill: $bluejay;
            height: 12px;
            width: 12px;
        }
    }

    &-content {
        color: $blue-read;
        flex: 1;
        margin-left: 10px;
        word-break: break-word;
    }

    &-close {
        margin-left: 5px;
    }

    &-bold {
        font-weight: $weight_bold;
    }
}
